/third_party/protobuf/src/google/protobuf/util/ |
D | type_resolver_util_test.cc | 161 std::string GetTypeUrl(std::string full_name) { in GetTypeUrl() function in google::protobuf::util::__anoned2148d60111::DescriptorPoolTypeResolverTest 166 std::string GetTypeUrl() { in GetTypeUrl() function in google::protobuf::util::__anoned2148d60111::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 | 222 std::string GetTypeUrl(const Message& message) { in GetTypeUrl() function 250 BinaryToJsonString(resolver, GetTypeUrl(message), in MessageToJsonString() 266 util::Status result = JsonToBinaryString(resolver, GetTypeUrl(*message), in JsonStringToMessage()
|
D | type_resolver_util.cc | 267 field->set_type_url(GetTypeUrl(descriptor->message_type())); in ConvertFieldDescriptor() 269 field->set_type_url(GetTypeUrl(descriptor->enum_type())); in ConvertFieldDescriptor() 300 std::string GetTypeUrl(const Descriptor* descriptor) { in GetTypeUrl() function in google::protobuf::util::__anon9d3c8a970111::DescriptorPoolTypeResolver 304 std::string GetTypeUrl(const EnumDescriptor* descriptor) { in GetTypeUrl() function in google::protobuf::util::__anon9d3c8a970111::DescriptorPoolTypeResolver
|
/third_party/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()
|
/third_party/protobuf/src/google/protobuf/ |
D | any_lite.cc | 42 std::string GetTypeUrl(StringPiece message_name, in GetTypeUrl() function 63 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,
|
/third_party/protobuf/conformance/ |
D | conformance_cpp.cc | 64 static string GetTypeUrl(const Descriptor* message) { in GetTypeUrl() function 255 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 1313 type_url_ = GetTypeUrl(TestAllTypesProto3::descriptor()); in RunSuiteImpl()
|
/third_party/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 | 91 std::string GetTypeUrl(const Descriptor* descriptor) { in GetTypeUrl() function 133 ow_.reset(helper_.NewProtoWriter(GetTypeUrl(descriptors[0]), output_.get(), in ResetTypeInfo()
|
/third_party/protobuf/ |
D | libprotobuf_lite.map | 323 …"google::protobuf::internal::GetTypeUrl(google::protobuf::StringPiece, google::protobuf::StringPie… 419 …"google::protobuf::internal::GetTypeUrl[abi:cxx11](google::protobuf::StringPiece, google::protobuf…
|