Searched refs:pendingAttrs (Results 1 – 2 of 2) sorted by relevance
68 Manager::PendingAttributes pendingAttrs; in load() local75 archive(baseTbl, pendingAttrs); in load()78 archive(baseTable, pendingAttrs); in load()93 pendingAttributes(pendingAttrs, true); in load()
37 auto pendingAttrs = Base::pendingAttributes(); in setAttribute() local38 auto iter = pendingAttrs.find(attribute); in setAttribute()40 if (iter != pendingAttrs.end()) in setAttribute()58 pendingAttrs.emplace(attribute, attributeValue); in setAttribute()61 pendingAttributes(pendingAttrs); in setAttribute()209 auto pendingAttrs = Base::pendingAttributes({}, false); in pendingAttributes() local211 return pendingAttrs; in pendingAttributes()308 auto pendingAttrs = Base::pendingAttributes(pendingAttribute, false); in pendingAttributes() local311 return pendingAttrs; in pendingAttributes()