Searched refs:pendingIter (Results 1 – 1 of 1) sorted by relevance
79 auto pendingIter = pending.find(attribute); in getAttribute() local80 if (pendingIter != pending.end()) in getAttribute()82 std::get<2>(value) = std::get<1>(pendingIter->second); in getAttribute()