Searched refs:location_it (Results 1 – 4 of 4) sorted by relevance
518 const auto location_it = test_locations_.find(test_name); in PrintTests() local519 DCHECK(location_it != test_locations_.end()) << test_name; in PrintTests()520 const CodeLocation& location = location_it->second; in PrintTests()
381 for (const auto& location_it : loc_table_->locations()) { in Build() local382 profile_pb->mutable_location()->Add()->MergeFrom(location_it.second); in Build()
1646 const auto location_it = debug_info.find(debug_info_key); in GetLocation() local1647 if (location_it != debug_info.end()) { in GetLocation()1650 const auto& trace = location_it->second; in GetLocation()
1120 auto const &location_it = attribute_locations.find(vertex_attrib_desc.location); in manual_PreCallValidateCreateGraphicsPipelines() local1121 if (location_it != attribute_locations.cend()) { in manual_PreCallValidateCreateGraphicsPipelines()