Searched refs:string_stream (Results 1 – 2 of 2) sorted by relevance
577 i::GenericStringUtf16CharacterStream string_stream(one_byte_string, start, in TestCharacterStream() local587 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()[all …]
499 io::StringOutputStream string_stream(&dynamic_data); in TEST() local500 io::CodedOutputStream output_stream(&string_stream); in TEST()