Searched refs:colon_loc (Results 1 – 1 of 1) sorted by relevance
442 const char* colon_loc = current; in CleanUpKeyValueWhitespace() local443 DCHECK_LT(colon_loc, line_end); in CleanUpKeyValueWhitespace()444 DCHECK_EQ(':', *colon_loc); in CleanUpKeyValueWhitespace()453 current += (current != colon_loc); in CleanUpKeyValueWhitespace()456 current = colon_loc; in CleanUpKeyValueWhitespace()