Searched defs:ListFields (Results 1 - 7 of 7) 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/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dmessage.py223 def ListFields(self): member in class:Message
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dcpp_message.py594 def ListFields(self): function in function:_AddMessageMethods
596 field_list = self._cmsg.ListFields()
620 return self.ListFields() == other.ListFields()
H A Dpython_message.py564 value should be included in the list returned by ListFields()."""
577 def ListFields(self): function in function:_AddListFieldsMethod
582 cls.ListFields = ListFields
677 if not self.ListFields() == other.ListFields():
744 for field_descriptor, field_value in self.ListFields():
782 for field_descriptor, field_value in self.ListFields():
850 # Performance is critical so we avoid HasField() and ListFields().
891 for field, value in self.ListFields()
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc643 void GeneratedMessageReflection::ListFields( function in class:google::protobuf::internal::GeneratedMessageReflection
669 // ListFields() must sort output by field number.
/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 529 milliseconds