Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Djson_util.cc78 io::CodedInputStream in_stream(binary_input); in BinaryToJsonStream() local
81 converter::ProtoStreamObjectSource proto_source(&in_stream, resolver, type); in BinaryToJsonStream()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectsource_test.cc119 CodedInputStream in_stream(&arr_stream); in ExecuteTest() local
122 helper_.NewProtoSource(&in_stream, GetTypeUrl(descriptor))); in ExecuteTest()
Dprotostream_objectsource.cc632 google::protobuf::io::CodedInputStream in_stream(&zero_copy_stream); in RenderAny() local
635 ProtoStreamObjectSource nested_os(&in_stream, os->typeinfo_, *nested_type); in RenderAny()