Lines Matching refs:pair
180 for (auto& pair : it->second) {
181 if (pair.first.is_temp_mount == match_temp_mounts) {
182 handler(pair.first, pair.second);
193 for (const auto& pair : pkg.second) { variable
194 if (pair.first.is_temp_mount == match_temp_mounts) {
195 handler(pkg.first, pair.first, pair.second);
244 for (const auto& pair : apex_set.second) { in CheckAtMostOneLatest() local
245 if (pair.second) { in CheckAtMostOneLatest()
257 for (const auto& pair : apex_set.second) { in CheckUniqueLoopDm() local
258 if (pair.first.loop_name != "") { in CheckUniqueLoopDm()
259 CHECK(loop_devices.insert(pair.first.loop_name).second) in CheckUniqueLoopDm()
260 << "Duplicate loop device: " << pair.first.loop_name; in CheckUniqueLoopDm()
262 if (pair.first.device_name != "") { in CheckUniqueLoopDm()
263 CHECK(dm_devices.insert(pair.first.device_name).second) in CheckUniqueLoopDm()
264 << "Duplicate dm device: " << pair.first.device_name; in CheckUniqueLoopDm()
266 if (pair.first.hashtree_loop_name != "") { in CheckUniqueLoopDm()
267 CHECK(loop_devices.insert(pair.first.hashtree_loop_name).second) in CheckUniqueLoopDm()
268 << "Duplicate loop device: " << pair.first.hashtree_loop_name; in CheckUniqueLoopDm()