Searched refs:pendingAttribute (Results 1 – 1 of 1) sorted by relevance
295 PendingAttributes pendingAttribute = Base::pendingAttributes(); in pendingAttributes() local299 auto iter = pendingAttribute.find(pair.first); in pendingAttributes()300 if (iter != pendingAttribute.end()) in pendingAttributes()302 iter = pendingAttribute.erase(iter); in pendingAttributes()305 pendingAttribute.emplace(std::make_pair(pair.first, pair.second)); in pendingAttributes()308 auto pendingAttrs = Base::pendingAttributes(pendingAttribute, false); in pendingAttributes()