Searched defs:ListFields (Results 1 - 3 of 3) sorted by relevance

/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...]
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc641 void GeneratedMessageReflection::ListFields( function in class:google::protobuf::internal::GeneratedMessageReflection
667 // ListFields() must sort output by field number.

Completed in 303 milliseconds