Home | History | Annotate | Download | only in flip_server

Lines Matching full:colon_loc

466   const char* colon_loc = current;
467 DCHECK_LT(colon_loc, line_end);
468 DCHECK_EQ(':', *colon_loc);
477 current += (current != colon_loc);
480 current = colon_loc;