Searched refs:named_component_locations (Results 1 – 2 of 2) sorted by relevance
1584 /*out*/std::vector<NamedComponentLocation>* named_component_locations, in MatchNamedComponents() argument1587 DCHECK(named_component_locations->empty()); in MatchNamedComponents()1588 named_component_locations->reserve(named_components.size()); in MatchNamedComponents()1651 named_component_locations->push_back(location); in MatchNamedComponents()2089 std::vector<NamedComponentLocation> named_component_locations; in Load() local2090 if (!MatchNamedComponents(named_components, &named_component_locations, error_msg)) { in Load()2095 DCHECK_EQ(named_component_locations.size(), named_components.size()); in Load()2099 const std::string& base_location = named_component_locations[i].base_location; in Load()2100 size_t bcp_index = named_component_locations[i].bcp_index; in Load()2102 named_component_locations[i].profile_filenames; in Load()[all …]
421 /*out*/ std::vector<NamedComponentLocation>* named_component_locations,