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

1 2

  /external/chromium_org/third_party/protobuf/src/google/protobuf/
reflection_ops.cc 65 from_reflection->ListFields(from, &fields);
131 reflection->ListFields(*message, &fields);
154 reflection->ListFields(message, &fields);
185 reflection->ListFields(*message, &fields);
240 reflection->ListFields(message, &fields);
generated_message_reflection.h 154 void ListFields(const Message& message,
message.h 419 virtual void ListFields(const Message& message,
    [all...]
wire_format.cc 415 message_reflection->ListFields(message, &fields);
585 message_reflection->ListFields(message, &fields);
text_format_unittest.cc     [all...]
  /external/protobuf/src/google/protobuf/
reflection_ops.cc 61 from_reflection->ListFields(from, &fields);
127 reflection->ListFields(*message, &fields);
150 reflection->ListFields(message, &fields);
180 reflection->ListFields(*message, &fields);
235 reflection->ListFields(message, &fields);
generated_message_reflection.h 147 void ListFields(const Message& message,
message.h 435 virtual void ListFields(const Message& message,
    [all...]
wire_format.cc 718 message_reflection->ListFields(message, &fields);
    [all...]
  /external/protobuf/python/google/protobuf/
message.py 209 def ListFields(self):
reflection.py 614 value should be included in the list returned by ListFields()."""
627 def ListFields(self):
632 cls.ListFields = ListFields
726 return self.ListFields() == other.ListFields()
776 for field_descriptor, field_value in self.ListFields():
811 for field_descriptor, field_value in self.ListFields():
    [all...]
text_format.py 65 for field, value in message.ListFields():
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
python_message.py 564 value should be included in the list returned by ListFields()."""
577 def ListFields(self):
582 cls.ListFields = ListFields
677 if not self.ListFields() == other.ListFields():
744 for field_descriptor, field_value in self.ListFields():
782 for field_descriptor, field_value in self.ListFields():
850 # Performance is critical so we avoid HasField() and ListFields().
    [all...]
cpp_message.py 594 def ListFields(self):
596 field_list = self._cmsg.ListFields()
620 return self.ListFields() == other.ListFields()
unknown_fields_test.py 132 # Make sure ListFields doesn't return unknown fields.
133 self.assertEqual(0, len(self.empty_message.ListFields()))
reflection_test.py 451 proto.ListFields())
460 proto.ListFields())
479 proto.ListFields())
490 proto.ListFields())
506 proto.ListFields())
518 proto.ListFields())
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
message.py 223 def ListFields(self):
text_format.py 69 for field, value in message.ListFields():
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.cc 62 reflection->ListFields(message, &fields);
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_file.cc 63 reflection->ListFields(message, &fields);
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.cc 62 reflection->ListFields(message, &fields);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_file.cc 69 reflection->ListFields(message, &fields);
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 364 proto.ListFields())
373 proto.ListFields())
392 proto.ListFields())
403 proto.ListFields())
419 proto.ListFields())
431 proto.ListFields())
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python-proto2.cc 240 CMETHOD(ListFields, METH_NOARGS,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbdaoint.h 389 STDMETHOD(ListFields) (BSTR Name,DAORecordset **pprst) PURE;
564 STDMETHOD(ListFields) (DAORecordset **pprst) PURE;
    [all...]

Completed in 1798 milliseconds

1 2