/external/protobuf/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 | 570 string type_url; in RenderAny() local 719 ProtoStreamObjectSource::FindTypeRenderer(const string& type_url) { in FindTypeRenderer()
|
D | protostream_objectwriter.cc | 1125 ProtoStreamObjectWriter::FindTypeRenderer(const string& type_url) { in FindTypeRenderer()
|
/external/protobuf/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 | 126 string type_url = 1; field
|
D | any.pb.h | 161 inline const ::std::string& Any::type_url() const { in type_url() function 191 inline void Any::set_allocated_type_url(::std::string* type_url) { in set_allocated_type_url()
|
D | any.pb.cc | 408 const ::std::string& Any::type_url() const { in type_url() function in google::protobuf::Any 438 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 | 1166 inline const ::std::string& Field::type_url() const { in type_url() function 1196 inline void Field::set_allocated_type_url(::std::string* type_url) { in set_allocated_type_url()
|
D | type.pb.cc | 1773 const ::std::string& Field::type_url() const { in type_url() function in google::protobuf::Field 1803 void Field::set_allocated_type_url(::std::string* type_url) { in set_allocated_type_url()
|
D | text_format.cc | 1526 const string& type_url = reflection->GetString(message, type_url_field); in PrintAny() local
|
/external/protobuf/src/google/protobuf/util/ |
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() 166 const string& type_url, in JsonToBinaryString()
|
D | json_util.h | 76 TypeResolver* resolver, const string& type_url, in BinaryToJsonStream() 91 const string& type_url, in BinaryToJsonString()
|
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 | type_resolver_util_test.cc | 95 const string& type_url) { in CheckFieldTypeUrl()
|
D | message_differencer.cc | 1017 const string& type_url = reflection->GetString(any, type_url_field); in UnpackAny() local
|
/external/protobuf/conformance/ |
D | conformance_cpp.cc | 61 string* type_url; variable
|
/external/protobuf/python/google/protobuf/ |
D | json_format.py | 227 def _CreateMessageFromTypeUrl(type_url): argument
|