Home
last modified time | relevance | path

Searched refs:input_stream2 (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dtext_format_unittest.cc886 io::ArrayInputStream input_stream2(parse_string.data(), parse_string.size()); in TEST_F() local
887 TextFormat::Parse(&input_stream2, &proto_); in TEST_F()