/external/protobuf/src/google/protobuf/util/ |
D | type_resolver_util_test.cc | 161 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 …]
|
D | json_util.cc | 223 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()
|
D | type_resolver_util.cc | 268 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/ |
D | AnyPartial.cs | 43 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/ |
D | any_lite.cc | 43 std::string GetTypeUrl(StringPiece message_name, in GetTypeUrl() function 64 GetTypeUrl(type_name, type_url_prefix)); in InternalPackFrom()
|
D | any.cc | 52 GetTypeUrl(message.GetDescriptor()->full_name(), type_url_prefix)); in PackFrom()
|
D | any.h | 54 std::string GetTypeUrl(StringPiece message_name,
|
/external/protobuf/conformance/ |
D | conformance_cpp.cc | 91 static string GetTypeUrl(const Descriptor* message) { in GetTypeUrl() function 275 type_url = new string(GetTypeUrl(TestAllTypesProto3::descriptor())); in main()
|
D | binary_json_conformance_suite.cc | 62 static string GetTypeUrl(const Descriptor* message) { in GetTypeUrl() function 700 type_url_ = GetTypeUrl(TestAllTypesProto3::descriptor()); in RunSuiteImpl()
|
/external/golang-protobuf/ptypes/any/ |
D | any.pb.go | 167 func (m *Any) GetTypeUrl() string { func
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectsource_test.cc | 85 std::string GetTypeUrl(const Descriptor* descriptor) { in GetTypeUrl() function 120 helper_.NewProtoSource(&in_stream, GetTypeUrl(descriptor))); in ExecuteTest()
|
D | protostream_objectwriter_test.cc | 88 std::string GetTypeUrl(const Descriptor* descriptor) { in GetTypeUrl() function 130 ow_.reset(helper_.NewProtoWriter(GetTypeUrl(descriptors[0]), output_.get(), in ResetTypeInfo()
|