Searched refs:GetTypeUrl (Results 1 - 9 of 9) sorted by relevance

/external/protobuf/src/google/protobuf/util/
H A Dtype_resolver_util_test.cc146 string GetTypeUrl(string full_name) { function in class:google::protobuf::util::__anon16531::DescriptorPoolTypeResolverTest
151 string GetTypeUrl() { function in class:google::protobuf::util::__anon16531::DescriptorPoolTypeResolverTest
152 return GetTypeUrl(T::descriptor()->full_name());
162 GetTypeUrl<protobuf_unittest::TestAllTypes>(), &type).ok());
202 GetTypeUrl<protobuf_unittest::TestAllTypes::NestedMessage>()));
205 GetTypeUrl<protobuf_unittest::ForeignMessage>()));
214 GetTypeUrl("protobuf_unittest.TestAllTypes.NestedEnum")));
217 GetTypeUrl("protobuf_unittest.ForeignEnum")));
258 GetTypeUrl<protobuf_unittest::TestAllTypes::NestedMessage>()));
261 GetTypeUrl<protobuf_unittes
[all...]
H A Dtype_resolver_util.cc167 field->set_type_url(GetTypeUrl(descriptor->message_type()));
169 field->set_type_url(GetTypeUrl(descriptor->enum_type()));
198 string GetTypeUrl(const Descriptor* descriptor) { function in class:google::protobuf::util::__anon16530::DescriptorPoolTypeResolver
202 string GetTypeUrl(const EnumDescriptor* descriptor) { function in class:google::protobuf::util::__anon16530::DescriptorPoolTypeResolver
H A Djson_util_test.cc54 static string GetTypeUrl(const Descriptor* message) { function in namespace:google::protobuf::util::__anon16522
73 GetTypeUrl(message.GetDescriptor()),
81 GetTypeUrl(message->GetDescriptor()), json, &binary)
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DAnyPartial.cs43 private static string GetTypeUrl(MessageDescriptor descriptor, string prefix) => method in class:Google.Protobuf.WellKnownTypes.Any
102 TypeUrl = GetTypeUrl(message.Descriptor, typeUrlPrefix),
/external/protobuf/src/google/protobuf/
H A Dany.cc38 string GetTypeUrl(const Descriptor* message, function in namespace:google::protobuf::internal::__anon16301
64 GetTypeUrl(message.GetDescriptor(), type_url_prefix));
/external/protobuf/conformance/
H A Dconformance_cpp.cc54 static string GetTypeUrl(const Descriptor* message) { function
199 type_url = new string(GetTypeUrl(TestAllTypes::descriptor()));
H A Dconformance_test.cc66 static string GetTypeUrl(const Descriptor* message) { function in namespace:__anon16135
611 type_url_ = GetTypeUrl(TestAllTypes::descriptor());
/external/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectsource_test.cc91 string GetTypeUrl(const Descriptor* descriptor) { function in namespace:google::protobuf::util::converter::__anon16516
122 helper_.NewProtoSource(&in_stream, GetTypeUrl(descriptor)));
H A Dprotostream_objectwriter_test.cc88 string GetTypeUrl(const Descriptor* descriptor) { function in namespace:google::protobuf::util::converter::__anon16518
130 ow_.reset(helper_.NewProtoWriter(GetTypeUrl(descriptors[0]), output_.get(),
163 return helper_.GetTypeInfo()->GetTypeByTypeUrl(GetTypeUrl(descriptor));

Completed in 216 milliseconds