Searched refs:ProtoStreamObjectSource (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/ |
D | protostream_objectsource.h | 75 class LIBPROTOBUF_EXPORT ProtoStreamObjectSource : public ObjectSource { 77 ProtoStreamObjectSource(google::protobuf::io::CodedInputStream* stream, 81 virtual ~ProtoStreamObjectSource(); 133 ProtoStreamObjectSource(google::protobuf::io::CodedInputStream* stream, 137 typedef util::Status (*TypeRenderer)(const ProtoStreamObjectSource*, 168 static util::Status RenderTimestamp(const ProtoStreamObjectSource* os, 173 static util::Status RenderDuration(const ProtoStreamObjectSource* os, 179 static util::Status RenderDouble(const ProtoStreamObjectSource* os, 182 static util::Status RenderFloat(const ProtoStreamObjectSource* os, 185 static util::Status RenderInt64(const ProtoStreamObjectSource* os, [all …]
|
D | protostream_objectsource.cc | 115 ProtoStreamObjectSource::ProtoStreamObjectSource( in ProtoStreamObjectSource() function in google::protobuf::util::converter::ProtoStreamObjectSource 129 ProtoStreamObjectSource::ProtoStreamObjectSource( in ProtoStreamObjectSource() function in google::protobuf::util::converter::ProtoStreamObjectSource 143 ProtoStreamObjectSource::~ProtoStreamObjectSource() { in ~ProtoStreamObjectSource() 149 Status ProtoStreamObjectSource::NamedWriteTo(StringPiece name, in NamedWriteTo() 154 const google::protobuf::Field* ProtoStreamObjectSource::FindAndVerifyField( in FindAndVerifyField() 174 Status ProtoStreamObjectSource::WriteMessage(const google::protobuf::Type& type, in WriteMessage() 236 StatusOr<uint32> ProtoStreamObjectSource::RenderList( in RenderList() 258 StatusOr<uint32> ProtoStreamObjectSource::RenderMap( in RenderMap() 304 Status ProtoStreamObjectSource::RenderPacked( in RenderPacked() 316 Status ProtoStreamObjectSource::RenderTimestamp( in RenderTimestamp() [all …]
|
D | type_info_test_helper.cc | 91 ProtoStreamObjectSource* TypeInfoTestHelper::NewProtoSource( in NewProtoSource() 96 return new ProtoStreamObjectSource(coded_input, type_resolver_.get(), in NewProtoSource()
|
D | type_info_test_helper.h | 77 ProtoStreamObjectSource* NewProtoSource(io::CodedInputStream* coded_input,
|
D | protostream_objectsource_test.cc | 121 google::protobuf::scoped_ptr<ProtoStreamObjectSource> os( in ExecuteTest()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/ |
D | json_util.cc | 81 converter::ProtoStreamObjectSource proto_source(&in_stream, resolver, type); in BinaryToJsonStream()
|