/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...] |
text_format.cc | 902 reflection->ListFields(message, &fields); [all...] |
text_format_unittest.cc | [all...] |
generated_message_reflection.cc | 641 void GeneratedMessageReflection::ListFields( 667 // ListFields() must sort output by field number. [all...] |
test_util.cc | [all...] |
descriptor.cc | [all...] |
descriptor_unittest.cc | [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/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_file.cc | 60 reflection->ListFields(message, &fields);
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
javanano_file.cc | 60 reflection->ListFields(message, &fields);
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_file.cc | 62 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...] |