Home | History | Annotate | Download | only in cctest

Lines Matching refs:c2

469     int32_t c2 = string_stream.Advance();
473 CHECK_EQ(c0, c2);
493 int32_t c2 = string_stream.Advance();
500 CHECK_EQ(c0, c2);
526 int32_t c2 = string_stream.Advance();
530 CHECK_EQ(c0, c2);
538 int32_t c2 = string_stream.Advance();
541 CHECK_LT(c2, 0);