HomeSort by relevance Sort by last modified time
    Searched refs:GetDescriptor (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /external/protobuf/src/google/protobuf/
any.cc 64 GetTypeUrl(message.GetDescriptor(), type_url_prefix));
70 if (!InternalIs(message->GetDescriptor())) {
100 const Descriptor* descriptor = message.GetDescriptor();
any.h 75 return InternalIs(T::default_instance().GetDescriptor());
message.cc 68 const Descriptor* descriptor = GetDescriptor();
69 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor)
72 "from: " << from.GetDescriptor()->full_name();
81 const Descriptor* descriptor = GetDescriptor();
82 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor)
85 "from: " << from.GetDescriptor()->full_name();
90 return GetDescriptor()->full_name();
113 << "Message of type \"" << GetDescriptor()->full_name()
158 GOOGLE_LOG(FATAL) << "Message class \"" << GetDescriptor()->full_name()
reflection_ops.cc 57 const Descriptor* descriptor = from.GetDescriptor();
58 GOOGLE_CHECK_EQ(to->GetDescriptor(), descriptor)
61 << " to " << to->GetDescriptor()->full_name() << ")";
142 const Descriptor* descriptor = message.GetDescriptor();
228 const Descriptor* descriptor = message.GetDescriptor();
service.h 140 virtual const ServiceDescriptor* GetDescriptor() = 0;
147 // * method->service() == GetDescriptor()
181 // service->GetDescriptor()->FindMethodByName("Foo");
dynamic_message_unittest.cc 134 EXPECT_EQ(prototype_->GetDescriptor(), descriptor_);
182 const Descriptor* descriptor = message->GetDescriptor();
259 const Descriptor* desc = message->GetDescriptor();
preserve_unknown_enum_test.cc 192 const google::protobuf::Descriptor* d = message.GetDescriptor();
226 const google::protobuf::Descriptor* d = message.GetDescriptor();
248 const google::protobuf::Descriptor* d = message.GetDescriptor();
  /external/protobuf/python/google/protobuf/pyext/
descriptor_containers.cc 924 static ParentDescriptor GetDescriptor(PyContainer* self) {
933 return GetDescriptor(self)->field_count();
    [all...]
descriptor_database.cc 71 FileDescriptorProto::default_instance().GetDescriptor();
74 message->message->GetDescriptor() == filedescriptor_descriptor) {
  /external/protobuf/python/google/protobuf/internal/
service_reflection_test.py 82 service_descriptor = unittest_pb2.TestService.GetDescriptor()
126 # GetDescriptor now static, still works as instance method for compatibility
127 self.assertEqual(unittest_pb2.TestService_Stub.GetDescriptor(),
128 stub.GetDescriptor())
136 self.assertEqual(stub.GetDescriptor().methods[0], channel.method)
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
any.h 75 return InternalIs(T::default_instance().GetDescriptor());
service.h 140 virtual const ServiceDescriptor* GetDescriptor() = 0;
147 // * method->service() == GetDescriptor()
181 // service->GetDescriptor()->FindMethodByName("Foo");
  /art/runtime/
art_field.cc 75 result += PrettyDescriptor(GetDeclaringClass()->GetDescriptor(&temp));
common_dex_operations.h 180 reg->GetClass()->GetDescriptor(&temp1),
181 field_class->GetDescriptor(&temp2),
182 field->GetDeclaringClass()->GetDescriptor(&temp3));
class_table.cc 201 return ComputeModifiedUtf8Hash(slot.Read()->GetDescriptor(&temp));
208 DCHECK(!a.Read()->DescriptorEquals(b.Read()->GetDescriptor(&temp)));
212 return a.Read()->DescriptorEquals(b.Read()->GetDescriptor(&temp));
305 return ComputeModifiedUtf8Hash(klass->GetDescriptor(&temp));
  /external/nanopb-c/generator/google/protobuf/
service.py 61 def GetDescriptor():
76 * method_descriptor.service == GetDescriptor
101 method = service.GetDescriptor().FindMethodByName("Foo")
service_reflection.py 149 cls.GetDescriptor = staticmethod(lambda: self.descriptor)
150 cls.GetDescriptor.__doc__ = "Returns the service descriptor."
  /external/protobuf/python/google/protobuf/
service.py 61 def GetDescriptor():
76 * method_descriptor.service == GetDescriptor
101 method = service.GetDescriptor().FindMethodByName("Foo")
service_reflection.py 149 cls.GetDescriptor = staticmethod(lambda: self.descriptor)
150 cls.GetDescriptor.__doc__ = "Returns the service descriptor."
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
service.h 139 virtual const ServiceDescriptor* GetDescriptor() = 0;
146 // * method->service() == GetDescriptor()
180 // service->GetDescriptor()->FindMethodByName("Foo");
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
service.h 139 virtual const ServiceDescriptor* GetDescriptor() = 0;
146 // * method->service() == GetDescriptor()
180 // service->GetDescriptor()->FindMethodByName("Foo");
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
service.h 139 virtual const ServiceDescriptor* GetDescriptor() = 0;
146 // * method->service() == GetDescriptor()
180 // service->GetDescriptor()->FindMethodByName("Foo");
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
service.h 139 virtual const ServiceDescriptor* GetDescriptor() = 0;
146 // * method->service() == GetDescriptor()
180 // service->GetDescriptor()->FindMethodByName("Foo");
  /external/webrtc/webrtc/base/
physicalsocketserver.h 53 virtual int GetDescriptor() = 0;
201 int GetDescriptor() override;
  /art/runtime/verifier/
reg_type_cache.cc 449 const StringPiece& descriptor(type.GetDescriptor());
456 (cur_entry->GetDescriptor() == descriptor)) {
486 const StringPiece& descriptor(uninit_type.GetDescriptor());
490 cur_entry->GetDescriptor() == descriptor) {
525 uninit_type.GetDescriptor(),
536 const StringPiece& descriptor(type.GetDescriptor());
541 cur_entry->GetDescriptor() == descriptor) {
616 const std::string descriptor(array.GetDescriptor().as_string());
621 const char* descriptor = klass->GetDescriptor(&temp);

Completed in 545 milliseconds

1 2 3 4 5