Searched refs:bcp_pos (Results 1 – 1 of 1) sorted by relevance
1908 size_t bcp_pos = 0; in MatchNamedComponents() local1942 std::string path = GetBcpComponentPath(bcp_pos); in MatchNamedComponents()1946 if (ExpandLocation(base_location, bcp_pos) == to_match) { in MatchNamedComponents()1949 ++bcp_pos; in MatchNamedComponents()1950 if (bcp_pos == bcp_component_count) { in MatchNamedComponents()1958 profile_filename.insert(/*pos*/ 0u, GetBcpComponentPath(bcp_pos)); in MatchNamedComponents()1962 location.bcp_index = bcp_pos; in MatchNamedComponents()1965 ++bcp_pos; in MatchNamedComponents()2349 size_t bcp_pos = 0u; in LoadOrValidate() local2361 if (bcp_index < bcp_pos) { in LoadOrValidate()[all …]