Lines Matching refs:string_stream
577 i::GenericStringUtf16CharacterStream string_stream(one_byte_string, start, in TestCharacterStream() local
587 CHECK_EQU(i, string_stream.pos()); in TestCharacterStream()
591 int32_t c2 = string_stream.Advance(); in TestCharacterStream()
598 CHECK_EQU(i, string_stream.pos()); in TestCharacterStream()
605 CHECK_EQU(i, string_stream.pos()); in TestCharacterStream()
608 string_stream.PushBack(c0); in TestCharacterStream()
612 CHECK_EQU(i, string_stream.pos()); in TestCharacterStream()
615 int32_t c2 = string_stream.Advance(); in TestCharacterStream()
619 CHECK_EQU(i, string_stream.pos()); in TestCharacterStream()
625 string_stream.PushBack(c0); in TestCharacterStream()
629 CHECK_EQU(i, string_stream.pos()); in TestCharacterStream()
634 string_stream.SeekForward(halfway - i); in TestCharacterStream()
638 CHECK_EQU(i, string_stream.pos()); in TestCharacterStream()
644 CHECK_EQU(i, string_stream.pos()); in TestCharacterStream()
648 int32_t c2 = string_stream.Advance(); in TestCharacterStream()
655 CHECK_EQU(i, string_stream.pos()); in TestCharacterStream()
660 int32_t c2 = string_stream.Advance(); in TestCharacterStream()