Home
last modified time | relevance | path

Searched defs:type_url (Results 1 – 21 of 21) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
Dtype_info_test_helper.cc92 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()
Dutility.cc130 const StringPiece GetTypeWithoutUrl(StringPiece type_url) { in GetTypeWithoutUrl()
Dprotostream_objectsource.cc570 string type_url; in RenderAny() local
719 ProtoStreamObjectSource::FindTypeRenderer(const string& type_url) { in FindTypeRenderer()
Dprotostream_objectwriter.cc1125 ProtoStreamObjectWriter::FindTypeRenderer(const string& type_url) { in FindTypeRenderer()
/external/protobuf/src/google/protobuf/
Dany.cc53 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()
Dany.proto126 string type_url = 1; field
Dany.pb.h161 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()
Dany.pb.cc408 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()
Dtype.proto127 string type_url = 6; field
Dtype.pb.h1166 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()
Dtype.pb.cc1773 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()
Dtext_format.cc1526 const string& type_url = reflection->GetString(message, type_url_field); in PrintAny() local
/external/protobuf/src/google/protobuf/util/
Djson_util.cc74 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()
Djson_util.h76 TypeResolver* resolver, const string& type_url, in BinaryToJsonStream()
91 const string& type_url, in BinaryToJsonString()
Dtype_resolver_util.cc57 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()
Dtype_resolver_util_test.cc95 const string& type_url) { in CheckFieldTypeUrl()
Dmessage_differencer.cc1017 const string& type_url = reflection->GetString(any, type_url_field); in UnpackAny() local
/external/syzkaller/vendor/github.com/golang/protobuf/ptypes/any/
Dany.proto145 string type_url = 1; field
/external/golang-protobuf/ptypes/any/
Dany.proto150 string type_url = 1; field
/external/protobuf/conformance/
Dconformance_cpp.cc61 string* type_url; variable
/external/protobuf/python/google/protobuf/
Djson_format.py227 def _CreateMessageFromTypeUrl(type_url): argument