/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/ |
D | json_util.h | 111 TypeResolver* resolver, const string& type_url, in BinaryToJsonStream() 126 const string& type_url, in BinaryToJsonString() 147 const string& type_url, in JsonToBinaryStream() 163 const string& type_url, in JsonToBinaryString()
|
D | type_resolver_util.cc | 57 bool SplitTypeUrl(const string& type_url, string* url_prefix, in SplitTypeUrl() 74 Status ResolveMessageType(const string& type_url, Type* type) { in ResolveMessageType() 95 Status ResolveEnumType(const string& type_url, Enum* enum_type) { in ResolveEnumType()
|
D | json_util.cc | 74 const string& type_url, in BinaryToJsonStream() 95 const string& type_url, in BinaryToJsonString() 142 const string& type_url, in JsonToBinaryStream() 170 const string& type_url, in JsonToBinaryString()
|
D | type_resolver_util_test.cc | 95 const string& type_url) { in CheckFieldTypeUrl()
|
D | message_differencer.cc | 1020 const string& type_url = reflection->GetString(any, type_url_field); in UnpackAny() local
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/ |
D | type_info_test_helper.cc | 92 io::CodedInputStream* coded_input, const string& type_url) { in NewProtoSource() 105 const string& type_url, strings::ByteSink* output, ErrorListener* listener, in NewProtoWriter() 119 const string& type_url, ObjectWriter* writer) { in NewDefaultValueWriter()
|
D | utility.cc | 130 const StringPiece GetTypeWithoutUrl(StringPiece type_url) { in GetTypeWithoutUrl()
|
D | protostream_objectsource.cc | 576 string type_url; in RenderAny() local 725 ProtoStreamObjectSource::FindTypeRenderer(const string& type_url) { in FindTypeRenderer()
|
D | protostream_objectwriter.cc | 1134 ProtoStreamObjectWriter::FindTypeRenderer(const string& type_url) { in FindTypeRenderer()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | any.cc | 53 AnyMetadata::AnyMetadata(UrlType* type_url, ValueType* value) in AnyMetadata() 78 const string type_url = type_url_->GetNoArena( in InternalIs() local 87 bool ParseAnyTypeUrl(const string& type_url, string* full_type_name) { in ParseAnyTypeUrl()
|
D | any.proto | 136 string type_url = 1; field
|
D | any.pb.h | 165 inline const ::std::string& Any::type_url() const { in type_url() function 195 inline void Any::set_allocated_type_url(::std::string* type_url) { in set_allocated_type_url()
|
D | any.pb.cc | 405 const ::std::string& Any::type_url() const { in type_url() function in google::protobuf::Any 435 void Any::set_allocated_type_url(::std::string* type_url) { in set_allocated_type_url()
|
D | type.proto | 127 string type_url = 6; field
|
D | type.pb.h | 1186 inline const ::std::string& Field::type_url() const { in type_url() function 1216 inline void Field::set_allocated_type_url(::std::string* type_url) { in set_allocated_type_url()
|
D | type.pb.cc | 1774 const ::std::string& Field::type_url() const { in type_url() function in google::protobuf::Field 1804 void Field::set_allocated_type_url(::std::string* type_url) { in set_allocated_type_url()
|
D | text_format.cc | 1558 const string& type_url = reflection->GetString(message, type_url_field); in PrintAny() local
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/ |
D | conformance_cpp.cc | 61 string* type_url; variable
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/ |
D | json_format.py | 294 def _CreateMessageFromTypeUrl(type_url): argument
|