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

  /external/protobuf/src/google/protobuf/
message.cc 61 const Descriptor* descriptor = GetDescriptor();
62 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor)
65 "from:" << from.GetDescriptor()->full_name();
74 const Descriptor* descriptor = GetDescriptor();
75 GOOGLE_CHECK_EQ(from.GetDescriptor(), descriptor)
78 "from:" << from.GetDescriptor()->full_name();
83 return GetDescriptor()->full_name();
106 << "Message of type \"" << GetDescriptor()->full_name()
151 GOOGLE_LOG(FATAL) << "Message class \"" << GetDescriptor()->full_name()
reflection_ops.cc 53 const Descriptor* descriptor = from.GetDescriptor();
54 GOOGLE_CHECK_EQ(to->GetDescriptor(), descriptor)
136 const Descriptor* descriptor = message.GetDescriptor();
221 const Descriptor* descriptor = message.GetDescriptor();
service.h 139 virtual const ServiceDescriptor* GetDescriptor() = 0;
146 // * method->service() == GetDescriptor()
180 // service->GetDescriptor()->FindMethodByName("Foo");
dynamic_message_unittest.cc 103 EXPECT_EQ(prototype_->GetDescriptor(), descriptor_);
text_format.cc 235 const Descriptor* descriptor = message->GetDescriptor();
777 ParserImpl parser(output->GetDescriptor(), input, error_collector_,
790 ParserImpl parser(output->GetDescriptor(), input, error_collector_,
820 ParserImpl parser(output->GetDescriptor(), &input_stream, error_collector_,
    [all...]
extension_set_heavy.cc 215 containing_type->GetDescriptor());
230 containing_type->GetDescriptor());
generated_message_reflection_unittest.cc 335 const Descriptor* descriptor = message.GetDescriptor();
message.h 82 // Descriptor* descriptor = foo->GetDescriptor();
314 const Descriptor* GetDescriptor() const { return GetMetadata().descriptor; }
329 // need to implement this method, rather than the GetDescriptor() and
    [all...]
wire_format.cc 370 const Descriptor* descriptor = message->GetDescriptor();
713 const Descriptor* descriptor = message.GetDescriptor();
    [all...]
test_util.cc 83 message->GetDescriptor()->FindFieldByName("optional_string_piece"),
87 message->GetDescriptor()->FindFieldByName("optional_cord"),
121 message->GetDescriptor()->FindFieldByName("repeated_string_piece"),
125 message->GetDescriptor()->FindFieldByName("repeated_cord"),
158 message->GetDescriptor()->FindFieldByName("repeated_string_piece"),
162 message->GetDescriptor()->FindFieldByName("repeated_cord"),
191 message->GetDescriptor()->FindFieldByName("default_string_piece"),
195 message->GetDescriptor()->FindFieldByName("default_cord"),
231 message->GetDescriptor()->FindFieldByName("repeated_string_piece"),
235 message->GetDescriptor()->FindFieldByName("repeated_cord")
    [all...]
generated_message_reflection.cc 320 << message1->GetDescriptor()->full_name()
327 << message1->GetDescriptor()->full_name()
    [all...]
descriptor.cc 846 // * Someone calls a method like descriptor(), GetDescriptor(), or
    [all...]
text_format_unittest.cc 707 const Descriptor* d = message->GetDescriptor();
    [all...]
wire_format_unittest.cc 617 const google::protobuf::Descriptor* desc = msg1.GetDescriptor();
  /external/protobuf/python/google/protobuf/internal/
service_reflection_test.py 77 service_descriptor = unittest_pb2.TestService.GetDescriptor()
121 # GetDescriptor now static, still works as instance method for compatability
122 self.assertEqual(unittest_pb2.TestService_Stub.GetDescriptor(),
123 stub.GetDescriptor())
132 self.assertEqual(stub.GetDescriptor().methods[0], channel.method)
  /external/chromium/third_party/libjingle/source/talk/base/
physicalsocketserver.h 69 virtual int GetDescriptor() = 0;
physicalsocketserver.cc 567 virtual int GetDescriptor() {
615 int GetDescriptor() const {
716 ssize_t ret = read(GetDescriptor(), b, sizeof(b));
743 virtual int GetDescriptor() {
744 return PosixSignalHandler::Instance()->GetDescriptor();
796 virtual int GetDescriptor() {
895 virtual int GetDescriptor() {
    [all...]
  /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."
  /external/chromium/base/
mach_ipc_mac.h 171 MachMsgPortDescriptor *GetDescriptor(int n);
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 96 virtual int GetDescriptor();
950 int DeviceWatcher::GetDescriptor() {
  /hardware/ril/mock-ril/src/cpp/
protobuf_v8.cpp 242 const Descriptor* descriptor = instance.GetDescriptor();
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 668 const FieldDescriptor* uninterpreted_option_field = options->GetDescriptor()->
    [all...]

Completed in 481 milliseconds