Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/util/
Dtype_resolver_util_test.cc161 string GetTypeUrl(std::string full_name) { in GetTypeUrl() function in google::protobuf::util::__anonc71d21640111::DescriptorPoolTypeResolverTest
166 std::string GetTypeUrl() { in GetTypeUrl() function in google::protobuf::util::__anonc71d21640111::DescriptorPoolTypeResolverTest
167 return GetTypeUrl(T::descriptor()->full_name()); in GetTypeUrl()
178 GetTypeUrl<protobuf_unittest::TestAllTypes>(), &type) in TEST_F()
217 GetTypeUrl<protobuf_unittest::TestAllTypes::OptionalGroup>())); in TEST_F()
226 GetTypeUrl<protobuf_unittest::TestAllTypes::NestedMessage>())); in TEST_F()
228 GetTypeUrl<protobuf_unittest::ForeignMessage>())); in TEST_F()
237 GetTypeUrl("protobuf_unittest.TestAllTypes.NestedEnum"))); in TEST_F()
239 GetTypeUrl("protobuf_unittest.ForeignEnum"))); in TEST_F()
278 GetTypeUrl<protobuf_unittest::TestAllTypes::RepeatedGroup>())); in TEST_F()
[all …]
Djson_util.cc223 std::string GetTypeUrl(const Message& message) { in GetTypeUrl() function
251 BinaryToJsonString(resolver, GetTypeUrl(message), in MessageToJsonString()
267 util::Status result = JsonToBinaryString(resolver, GetTypeUrl(*message), in JsonStringToMessage()
Dtype_resolver_util.cc268 field->set_type_url(GetTypeUrl(descriptor->message_type())); in ConvertFieldDescriptor()
270 field->set_type_url(GetTypeUrl(descriptor->enum_type())); in ConvertFieldDescriptor()
301 std::string GetTypeUrl(const Descriptor* descriptor) { in GetTypeUrl() function in google::protobuf::util::__anon981d52650111::DescriptorPoolTypeResolver
305 std::string GetTypeUrl(const EnumDescriptor* descriptor) { in GetTypeUrl() function in google::protobuf::util::__anon981d52650111::DescriptorPoolTypeResolver
/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
142 TypeUrl = GetTypeUrl(message.Descriptor, typeUrlPrefix), in Pack()
/external/protobuf/src/google/protobuf/
Dany_lite.cc43 std::string GetTypeUrl(StringPiece message_name, in GetTypeUrl() function
64 GetTypeUrl(type_name, type_url_prefix)); in InternalPackFrom()
Dany.cc52 GetTypeUrl(message.GetDescriptor()->full_name(), type_url_prefix)); in PackFrom()
Dany.h54 std::string GetTypeUrl(StringPiece message_name,
/external/protobuf/conformance/
Dconformance_cpp.cc91 static string GetTypeUrl(const Descriptor* message) { in GetTypeUrl() function
275 type_url = new string(GetTypeUrl(TestAllTypesProto3::descriptor())); in main()
Dbinary_json_conformance_suite.cc62 static string GetTypeUrl(const Descriptor* message) { in GetTypeUrl() function
700 type_url_ = GetTypeUrl(TestAllTypesProto3::descriptor()); in RunSuiteImpl()
/external/golang-protobuf/ptypes/any/
Dany.pb.go167 func (m *Any) GetTypeUrl() string { func
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource_test.cc85 std::string GetTypeUrl(const Descriptor* descriptor) { in GetTypeUrl() function
120 helper_.NewProtoSource(&in_stream, GetTypeUrl(descriptor))); in ExecuteTest()
Dprotostream_objectwriter_test.cc88 std::string GetTypeUrl(const Descriptor* descriptor) { in GetTypeUrl() function
130 ow_.reset(helper_.NewProtoWriter(GetTypeUrl(descriptors[0]), output_.get(), in ResetTypeInfo()