Home
last modified time | relevance | path

Searched refs:GetTypeUrl (Results 1 – 11 of 11) sorted by relevance

/external/protobuf/src/google/protobuf/util/
Dtype_resolver_util_test.cc146 string GetTypeUrl(string full_name) { in GetTypeUrl() function in google::protobuf::util::__anon9c8df64d0111::DescriptorPoolTypeResolverTest
151 string GetTypeUrl() { in GetTypeUrl() function in google::protobuf::util::__anon9c8df64d0111::DescriptorPoolTypeResolverTest
152 return GetTypeUrl(T::descriptor()->full_name()); in GetTypeUrl()
162 GetTypeUrl<protobuf_unittest::TestAllTypes>(), &type).ok()); in TEST_F()
202 GetTypeUrl<protobuf_unittest::TestAllTypes::NestedMessage>())); in TEST_F()
205 GetTypeUrl<protobuf_unittest::ForeignMessage>())); in TEST_F()
214 GetTypeUrl("protobuf_unittest.TestAllTypes.NestedEnum"))); in TEST_F()
217 GetTypeUrl("protobuf_unittest.ForeignEnum"))); in TEST_F()
258 GetTypeUrl<protobuf_unittest::TestAllTypes::NestedMessage>())); in TEST_F()
261 GetTypeUrl<protobuf_unittest::ForeignMessage>())); in TEST_F()
[all …]
Dtype_resolver_util.cc167 field->set_type_url(GetTypeUrl(descriptor->message_type())); in ConvertFieldDescriptor()
169 field->set_type_url(GetTypeUrl(descriptor->enum_type())); in ConvertFieldDescriptor()
198 string GetTypeUrl(const Descriptor* descriptor) { in GetTypeUrl() function in google::protobuf::util::__anon8a6231ae0111::DescriptorPoolTypeResolver
202 string GetTypeUrl(const EnumDescriptor* descriptor) { in GetTypeUrl() function in google::protobuf::util::__anon8a6231ae0111::DescriptorPoolTypeResolver
Djson_util_test.cc54 static string GetTypeUrl(const Descriptor* message) { in GetTypeUrl() function
73 GetTypeUrl(message.GetDescriptor()), in ToJson()
81 GetTypeUrl(message->GetDescriptor()), json, &binary) in FromJson()
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DAnyPartial.cs43 private static string GetTypeUrl(MessageDescriptor descriptor, string prefix) => in GetTypeUrl() method in Google.Protobuf.WellKnownTypes.Any
102 TypeUrl = GetTypeUrl(message.Descriptor, typeUrlPrefix), in Pack()
/external/protobuf/src/google/protobuf/
Dany.cc38 string GetTypeUrl(const Descriptor* message, in GetTypeUrl() function
64 GetTypeUrl(message.GetDescriptor(), type_url_prefix)); in PackFrom()
/external/protobuf/conformance/
Dconformance_cpp.cc54 static string GetTypeUrl(const Descriptor* message) { in GetTypeUrl() function
199 type_url = new string(GetTypeUrl(TestAllTypes::descriptor())); in main()
Dconformance_test.cc66 static string GetTypeUrl(const Descriptor* message) { in GetTypeUrl() function
611 type_url_ = GetTypeUrl(TestAllTypes::descriptor()); in RunSuite()
/external/syzkaller/vendor/github.com/golang/protobuf/ptypes/any/
Dany.pb.go157 func (m *Any) GetTypeUrl() string { func
/external/golang-protobuf/ptypes/any/
Dany.pb.go166 func (m *Any) GetTypeUrl() string { func
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource_test.cc91 string GetTypeUrl(const Descriptor* descriptor) { in GetTypeUrl() function
122 helper_.NewProtoSource(&in_stream, GetTypeUrl(descriptor))); in ExecuteTest()
Dprotostream_objectwriter_test.cc88 string GetTypeUrl(const Descriptor* descriptor) { in GetTypeUrl() function
130 ow_.reset(helper_.NewProtoWriter(GetTypeUrl(descriptors[0]), output_.get(), in ResetTypeInfo()
163 return helper_.GetTypeInfo()->GetTypeByTypeUrl(GetTypeUrl(descriptor)); in GetType()