/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);
|
extension_set_unittest.cc | 299 reflection->ListFields(message3, &fields); 316 reflection->ListFields(message1, &fields); 426 reflection->ListFields(*message1, &fields); 441 reflection->ListFields(message1, &fields); [all...] |
generated_message_reflection_unittest.cc | 260 reflection->ListFields(message2, &fields); 275 reflection->ListFields(message1, &fields); 612 reflection->ListFields(message, &fields); [all...] |
generated_message_reflection.h | 232 void ListFields(const Message& message,
|
message.h | 489 virtual void ListFields( [all...] |
wire_format.cc | 796 message_reflection->ListFields(message, &fields); [all...] |
map_test_util.cc | [all...] |
text_format_unittest.cc | [all...] |
test_util.cc | [all...] |
arena_unittest.cc | 357 reflection->ListFields(*arena1_message, &fields); [all...] |
text_format.cc | [all...] |
generated_message_reflection.cc | [all...] |
/external/protobuf/python/google/protobuf/ |
message.py | 226 def ListFields(self):
|
json_format.py | 119 fields = message.ListFields() 209 if not message.ListFields():
|
text_format.py | 214 fields = message.ListFields() [all...] |
/external/protobuf/python/google/protobuf/internal/ |
python_message.py | 787 value should be included in the list returned by ListFields().""" 800 def ListFields(self): 805 cls.ListFields = ListFields [all...] |
unknown_fields_test.py | 86 # Make sure ListFields doesn't return unknown fields. 87 self.assertEqual(0, len(self.empty_message.ListFields()))
|
reflection_test.py | 463 proto.ListFields()) 472 proto.ListFields()) 491 proto.ListFields()) 502 proto.ListFields()) 518 proto.ListFields()) 530 proto.ListFields()) [all...] |
/external/tensorflow/tensorflow/python/util/protobuf/ |
compare.py | 138 for desc, values in pb.ListFields(): 228 return dict((desc.number, value) for desc, value in pb.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/util/ |
message_differencer_unittest.cc | 795 msg1.GetReflection()->ListFields(msg1, &fields1); 796 msg2.GetReflection()->ListFields(msg2, &fields2); 810 msg1.GetReflection()->ListFields(msg1, &fields1); 811 msg2.GetReflection()->ListFields(msg2, &fields2); 839 msg1.GetReflection()->ListFields(msg1, &fields); 885 msg1.GetReflection()->ListFields(msg1, &fields1); 886 msg2.GetReflection()->ListFields(msg2, &fields2); 903 msg1.GetReflection()->ListFields(msg1, &fields1); 930 reflection->ListFields(msg1, &fields1); 958 msg1.GetReflection()->ListFields(msg1, &fields1) [all...] |
message_differencer.cc | 479 reflection1->ListFields(message1, &message1_fields); 480 reflection2->ListFields(message2, &message2_fields); [all...] |
/external/protobuf/src/google/protobuf/compiler/java/ |
java_file.cc | 94 reflection->ListFields(message, &fields);
|
/external/protobuf/python/google/protobuf/pyext/ |
message.cc | [all...] |