Lines Matching full:pair
216 for (const auto& pair : value) in pendingAttributes() local
218 auto iter = biosTable.find(pair.first); in pendingAttributes()
228 if (attributeType != std::get<0>(pair.second)) in pendingAttributes()
238 if (std::get<1>(pair.second).index() == 0) in pendingAttributes()
245 std::get<std::string>(std::get<1>(pair.second)); in pendingAttributes()
258 if (std::get<1>(pair.second).index() == 0) in pendingAttributes()
265 std::get<std::string>(std::get<1>(pair.second)); in pendingAttributes()
278 if (std::get<1>(pair.second).index() == 1) in pendingAttributes()
284 const auto& attrValue = std::get<int64_t>(std::get<1>(pair.second)); in pendingAttributes()
297 for (const auto& pair : value) in pendingAttributes() local
299 auto iter = pendingAttribute.find(pair.first); in pendingAttributes()
305 pendingAttribute.emplace(std::make_pair(pair.first, pair.second)); in pendingAttributes()