Home | History | Annotate | Download | only in cctest

Lines Matching defs:c2

591     int32_t c2 = string_stream.Advance();
595 CHECK_EQ(c0, c2);
615 int32_t c2 = string_stream.Advance();
622 CHECK_EQ(c0, c2);
648 int32_t c2 = string_stream.Advance();
652 CHECK_EQ(c0, c2);
660 int32_t c2 = string_stream.Advance();
663 CHECK_LT(c2, 0);