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

1 2

  /external/protobuf/src/google/protobuf/
reflection_ops.cc 67 from_reflection->ListFields(from, &fields);
133 reflection->ListFields(*message, &fields);
156 reflection->ListFields(message, &fields);
187 reflection->ListFields(*message, &fields);
242 reflection->ListFields(message, &fields);
generated_message_reflection_unittest.cc 254 reflection->ListFields(message2, &fields);
269 reflection->ListFields(message1, &fields);
555 reflection->ListFields(message, &fields);
extension_set_unittest.cc 297 reflection->ListFields(message3, &fields);
314 reflection->ListFields(message1, &fields);
329 reflection->ListFields(message1, &fields);
    [all...]
generated_message_reflection.h 196 void ListFields(const Message& message,
message.h 442 virtual void ListFields(const Message& message,
    [all...]
wire_format.cc 743 message_reflection->ListFields(message, &fields);
    [all...]
  /external/nanopb-c/generator/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...]
  /external/nanopb-c/generator/google/protobuf/
message.py 223 def ListFields(self):
text_format.py 69 for field, value in message.ListFields():
  /external/protobuf/python/google/protobuf/
message.py 227 def ListFields(self):
  /external/protobuf/python/google/protobuf/internal/
python_message.py 590 value should be included in the list returned by ListFields()."""
603 def ListFields(self):
608 cls.ListFields = ListFields
723 if not self.ListFields() == other.ListFields():
790 for field_descriptor, field_value in self.ListFields():
828 for field_descriptor, field_value in self.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 141 # Make sure ListFields doesn't return unknown fields.
142 self.assertEqual(0, len(self.empty_message.ListFields()))
reflection_test.py 453 proto.ListFields())
462 proto.ListFields())
481 proto.ListFields())
492 proto.ListFields())
508 proto.ListFields())
520 proto.ListFields())
    [all...]
  /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);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 154 void ListFields(const Message& message,
message.h 419 virtual void ListFields(const Message& message,
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 154 void ListFields(const Message& message,
message.h 419 virtual void ListFields(const Message& message,
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 154 void ListFields(const Message& message,
message.h 419 virtual void ListFields(const Message& message,
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
generated_message_reflection.h 154 void ListFields(const Message& message,
message.h 419 virtual void ListFields(const Message& message,
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.cc 76 reflection->ListFields(message, &fields);

Completed in 2268 milliseconds

1 2