Searched refs:ListFields (Results 1 - 16 of 16) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dreflection_ops.cc61 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);
H A Dgenerated_message_reflection.h147 void ListFields(const Message& message,
H A Dmessage.h435 virtual void ListFields(const Message& message,
H A Dwire_format.cc718 message_reflection->ListFields(message, &fields);
888 message_reflection->ListFields(message, &fields);
H A Dtext_format.cc902 reflection->ListFields(message, &fields);
H A Dtext_format_unittest.cc1067 proto.message_set().GetReflection()->ListFields(
H A Dgenerated_message_reflection.cc641 void GeneratedMessageReflection::ListFields( function in class:google::protobuf::internal::GeneratedMessageReflection
667 // ListFields() must sort output by field number.
H A Dtest_util.cc2831 reflection->ListFields(*message, &output);
2844 reflection->ListFields(*message, &output);
H A Ddescriptor.cc1495 reflection->ListFields(options, &fields);
H A Ddescriptor_unittest.cc1946 file->options().GetReflection()->ListFields(file->options(), &fields);
/external/protobuf/python/google/protobuf/
H A Dmessage.py209 def ListFields(self): member in class:Message
H A Dreflection.py614 value should be included in the list returned by ListFields()."""
627 def ListFields(self): function in function:_AddListFieldsMethod
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():
871 # Performance is critical so we avoid HasField() and ListFields().
912 for field, value in self.ListFields()
[all...]
H A Dtext_format.py65 for field, value in message.ListFields():
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_file.cc60 reflection->ListFields(message, &fields);
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_file.cc62 reflection->ListFields(message, &fields);
/external/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py364 proto.ListFields())
373 proto.ListFields())
392 proto.ListFields())
403 proto.ListFields())
419 proto.ListFields())
431 proto.ListFields())
2222 for field_descriptor, _ in proto.ListFields():
2228 for field_descriptor, _ in proto.ListFields():

Completed in 177 milliseconds