Searched refs:last_occurence (Results 1 – 1 of 1) sorted by relevance
441 StringPiece::const_iterator last_occurence = path.end(); in ExtractResFilePathParts() local445 last_occurence = iter; in ExtractResFilePathParts()449 if (last_occurence == path.end()) { in ExtractResFilePathParts()453 auto iter = std::find(last_occurence, path.end(), '.'); in ExtractResFilePathParts()455 *out_entry = StringPiece(last_occurence + 1, iter - last_occurence - 1); in ExtractResFilePathParts()456 *out_prefix = StringPiece(path.begin(), last_occurence - path.begin() + 1); in ExtractResFilePathParts()