Searched refs:after_colon (Results 1 – 1 of 1) sorted by relevance
123 StringPiece after_colon = line; in ConvertLine() local124 SplitAt(':', &after_colon, &up_to_colon); in ConvertLine()125 while (str_util::ConsumePrefix(&after_colon, " ")) in ConvertLine()127 if (!str_util::ConsumePrefix(&after_colon, "\"")) { in ConvertLine()131 auto last_quote = after_colon.rfind('\"'); in ConvertLine()136 StringPiece escaped = after_colon.substr(0, last_quote); in ConvertLine()137 StringPiece suffix = after_colon.substr(last_quote + 1); in ConvertLine()