Searched refs:trimmed_results (Results 1 – 1 of 1) sorted by relevance
162 std::vector<StringPiece> trimmed_results; in Match() local168 trimmed_results.push_back(trimmed_result); in Match()170 return absl::StrJoin(trimmed_results, ","); in Match()