/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/ |
D | type_resolver_util_test.cc | 146 string GetTypeUrl(string full_name) { in GetTypeUrl() function in google::protobuf::util::__anon26c7db6d0111::DescriptorPoolTypeResolverTest 151 string GetTypeUrl() { in GetTypeUrl() function in google::protobuf::util::__anon26c7db6d0111::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 …]
|
D | type_resolver_util.cc | 167 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::__anon047062ce0111::DescriptorPoolTypeResolver 202 string GetTypeUrl(const EnumDescriptor* descriptor) { in GetTypeUrl() function in google::protobuf::util::__anon047062ce0111::DescriptorPoolTypeResolver
|
D | json_util.cc | 185 string GetTypeUrl(const Message& message) { in GetTypeUrl() function 211 BinaryToJsonString(resolver, GetTypeUrl(message), in MessageToJsonString() 228 resolver, GetTypeUrl(*message), input, &binary, options); in JsonStringToMessage()
|
D | json_util_test.cc | 56 static string GetTypeUrl(const Descriptor* message) { in GetTypeUrl() function
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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 102 TypeUrl = GetTypeUrl(message.Descriptor, typeUrlPrefix), in Pack()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | any.cc | 38 string GetTypeUrl(const Descriptor* message, in GetTypeUrl() function 64 GetTypeUrl(message.GetDescriptor(), type_url_prefix)); in PackFrom()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/ |
D | conformance_cpp.cc | 54 static string GetTypeUrl(const Descriptor* message) { in GetTypeUrl() function 199 type_url = new string(GetTypeUrl(TestAllTypes::descriptor())); in main()
|
D | conformance_test.cc | 67 static string GetTypeUrl(const Descriptor* message) { in GetTypeUrl() function 629 type_url_ = GetTypeUrl(TestAllTypes::descriptor()); in RunSuite()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/ |
D | protostream_objectsource_test.cc | 91 string GetTypeUrl(const Descriptor* descriptor) { in GetTypeUrl() function 122 helper_.NewProtoSource(&in_stream, GetTypeUrl(descriptor))); in ExecuteTest()
|
D | protostream_objectwriter_test.cc | 88 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()
|