Searched refs:ListFields (Results 1 – 17 of 17) sorted by relevance
61 from_reflection->ListFields(from, &fields); in Merge()127 reflection->ListFields(*message, &fields); in Clear()150 reflection->ListFields(message, &fields); in IsInitialized()180 reflection->ListFields(*message, &fields); in DiscardUnknownFields()235 reflection->ListFields(message, &fields); in FindInitializationErrors()
435 virtual void ListFields(const Message& message,
147 void ListFields(const Message& message,
718 message_reflection->ListFields(message, &fields); in SerializeWithCachedSizes()888 message_reflection->ListFields(message, &fields); in ByteSize()
1067 proto.message_set().GetReflection()->ListFields( in TEST_F()
902 reflection->ListFields(message, &fields); in Print()
641 void GeneratedMessageReflection::ListFields( in ListFields() function in google::protobuf::internal::GeneratedMessageReflection
2831 reflection->ListFields(*message, &output); in RemoveLastRepeatedsViaReflection()2844 reflection->ListFields(*message, &output); in SwapRepeatedsViaReflection()
1946 file->options().GetReflection()->ListFields(file->options(), &fields); in TEST_F()
1495 reflection->ListFields(options, &fields); in RetrieveOptions()
627 def ListFields(self): function632 cls.ListFields = ListFields726 return self.ListFields() == other.ListFields()776 for field_descriptor, field_value in self.ListFields():811 for field_descriptor, field_value in self.ListFields():912 for field, value in self.ListFields():1102 my_fields = self._extended_message.ListFields()1103 other_fields = other._extended_message.ListFields()
209 def ListFields(self): member in Message
65 for field, value in message.ListFields():
60 reflection->ListFields(message, &fields); in UsesExtensions()
364 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():
62 reflection->ListFields(message, &fields); in UsesExtensions()
277 * Corrected ListFields() signature in Message base class to match what