Searched refs:last_occurence (Results 1 – 1 of 1) sorted by relevance
514 StringPiece::const_iterator last_occurence = path.end(); in ExtractResFilePathParts() local518 last_occurence = iter; in ExtractResFilePathParts()522 if (last_occurence == path.end()) { in ExtractResFilePathParts()526 auto iter = std::find(last_occurence, path.end(), '.'); in ExtractResFilePathParts()528 *out_entry = StringPiece(last_occurence + 1, iter - last_occurence - 1); in ExtractResFilePathParts()529 *out_prefix = StringPiece(path.begin(), last_occurence - path.begin() + 1); in ExtractResFilePathParts()