Searched refs:start_pos (Results 1 – 3 of 3) sorted by relevance
118 size_t start_pos = 0; in GetApiDomainFromPathList() local120 size_t end_pos = path_list.find(':', start_pos); in GetApiDomainFromPathList()122 GetApiDomainFromPath(std::string_view(path_list).substr(start_pos, end_pos)); in GetApiDomainFromPathList()136 start_pos = end_pos + 1; in GetApiDomainFromPathList()
120 bool ContainsElement(const Container& container, const T& value, size_t start_pos = 0u) {121 DCHECK_LE(start_pos, container.size());123 std::advance(start, start_pos);
2775 size_t start_pos = primary_image_count; in DeduplicateInternedStrings() local2777 const ImageHeader& dependency_header = spaces[start_pos]->GetImageHeader(); in DeduplicateInternedStrings()2781 start_pos += dependency_header.GetImageSpaceCount(); in DeduplicateInternedStrings()2785 spaces.SubArray(/*pos=*/ start_pos, space_pos - start_pos); in DeduplicateInternedStrings()