Home
last modified time | relevance | path

Searched refs:ListFields (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dreflection_ops.cc67 from_reflection->ListFields(from, &fields); in Merge()
133 reflection->ListFields(*message, &fields); in Clear()
156 reflection->ListFields(message, &fields); in IsInitialized()
187 reflection->ListFields(*message, &fields); in DiscardUnknownFields()
242 reflection->ListFields(message, &fields); in FindInitializationErrors()
Dgenerated_message_reflection_unittest.cc260 reflection->ListFields(message2, &fields); in TEST()
275 reflection->ListFields(message1, &fields); in TEST()
612 reflection->ListFields(message, &fields); in TEST()
Dextension_set_unittest.cc367 reflection->ListFields(message3, &fields); in TEST()
384 reflection->ListFields(message1, &fields); in TEST()
494 reflection->ListFields(*message1, &fields); in TEST()
509 reflection->ListFields(message1, &fields); in TEST()
Dwire_format.cc796 message_reflection->ListFields(message, &fields); in SerializeWithCachedSizes()
974 message_reflection->ListFields(message, &fields); in ByteSize()
Dmessage.h489 virtual void ListFields(
Dgenerated_message_reflection.h232 void ListFields(const Message& message,
Dmap_test_util.cc871 reflection->ListFields(*message, &output); in RemoveLastMapsViaReflection()
884 reflection->ListFields(*message, &output); in ReleaseLastMapsViaReflection()
900 reflection->ListFields(*message, &output); in SwapMapsViaReflection()
Dtest_util.cc3234 reflection->ListFields(*message, &output); in RemoveLastRepeatedsViaReflection()
3248 reflection->ListFields(*message, &output); in ReleaseLastRepeatedsViaReflection()
3267 reflection->ListFields(*message, &output); in SwapRepeatedsViaReflection()
3282 reflection->ListFields(*message, &fields); in SetAllocatedOptionalMessageFieldsToNullViaReflection()
3302 from_reflection->ListFields(*from_message, &fields); in SetAllocatedOptionalMessageFieldsToMessageViaReflection()
Dtext_format_unittest.cc1485 proto.message_set().GetReflection()->ListFields( in TEST_F()
Darena_unittest.cc356 reflection->ListFields(*arena1_message, &fields); in TEST()
Dtext_format.cc1601 reflection->ListFields(message, &fields); in Print()
Dgenerated_message_reflection.cc1031 void GeneratedMessageReflection::ListFields( in ListFields() function in google::protobuf::internal::GeneratedMessageReflection
Dmap_test.cc2442 reflection->ListFields(message2, &fields); in TEST()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dpython_message.py795 def ListFields(self): function
800 cls.ListFields = ListFields
967 if not self.ListFields() == other.ListFields():
1031 for field_descriptor, field_value in self.ListFields():
1069 for field_descriptor, field_value in self.ListFields():
1187 for field, value in self.ListFields():
1292 for field, value in self.ListFields():
1490 my_fields = self._extended_message.ListFields()
1491 other_fields = other._extended_message.ListFields()
Dunknown_fields_test.py87 self.assertEqual(0, len(self.empty_message.ListFields()))
Dreflection_test.py463 proto.ListFields())
472 proto.ListFields())
491 proto.ListFields())
502 proto.ListFields())
518 proto.ListFields())
530 proto.ListFields())
2831 for field_descriptor, _ in proto.ListFields():
2837 for field_descriptor, _ in proto.ListFields():
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Dmessage.py226 def ListFields(self): member in Message
Djson_format.py136 fields = message.ListFields()
222 if not message.ListFields():
Dtext_format.py309 fields = message.ListFields()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dmessage_differencer_unittest.cc795 msg1.GetReflection()->ListFields(msg1, &fields1); in TEST()
796 msg2.GetReflection()->ListFields(msg2, &fields2); in TEST()
810 msg1.GetReflection()->ListFields(msg1, &fields1); in TEST()
811 msg2.GetReflection()->ListFields(msg2, &fields2); in TEST()
839 msg1.GetReflection()->ListFields(msg1, &fields); in TEST()
885 msg1.GetReflection()->ListFields(msg1, &fields1); in TEST()
886 msg2.GetReflection()->ListFields(msg2, &fields2); in TEST()
903 msg1.GetReflection()->ListFields(msg1, &fields1); in TEST()
930 reflection->ListFields(msg1, &fields1); in TEST()
958 msg1.GetReflection()->ListFields(msg1, &fields1); in TEST()
[all …]
Dmessage_differencer.cc482 reflection1->ListFields(message1, &message1_fields); in Compare()
483 reflection2->ListFields(message2, &message2_fields); in Compare()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/javanano/
Djavanano_file.cc63 reflection->ListFields(message, &fields); in UsesExtensions()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_file.cc94 reflection->ListFields(message, &fields); in CollectExtensions()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.cc2080 static PyObject* ListFields(CMessage* self) { in CheckAndGetInteger() function
2082 self->message->GetReflection()->ListFields(*self->message, &fields); in CheckAndGetInteger()
2601 { "ListFields", (PyCFunction)ListFields, METH_NOARGS, in CheckAndGetInteger()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt1203 * Corrected ListFields() signature in Message base class to match what

12