Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Djson_util.h111 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()
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()
Djson_util.cc74 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()
Dtype_resolver_util_test.cc95 const string& type_url) { in CheckFieldTypeUrl()
Dmessage_differencer.cc1020 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/
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.cc576 string type_url; in RenderAny() local
725 ProtoStreamObjectSource::FindTypeRenderer(const string& type_url) { in FindTypeRenderer()
Dprotostream_objectwriter.cc1134 ProtoStreamObjectWriter::FindTypeRenderer(const string& type_url) { in FindTypeRenderer()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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.proto136 string type_url = 1; field
Dany.pb.h165 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()
Dany.pb.cc405 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()
Dtype.proto127 string type_url = 6; field
Dtype.pb.h1186 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()
Dtype.pb.cc1774 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()
Dtext_format.cc1558 const string& type_url = reflection->GetString(message, type_url_field); in PrintAny() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
Dconformance_cpp.cc61 string* type_url; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Djson_format.py294 def _CreateMessageFromTypeUrl(type_url): argument