HomeSort by relevance Sort by last modified time
    Searched defs:ListFields (Results 1 - 7 of 7) sorted by null

  /external/nanopb-c/generator/google/protobuf/
message.py 223 def ListFields(self):
  /external/protobuf/python/google/protobuf/
message.py 227 def ListFields(self):
  /external/protobuf/python/google/protobuf/internal/
cpp_message.py 594 def ListFields(self):
596 field_list = self._cmsg.ListFields()
620 return self.ListFields() == other.ListFields()
python_message.py 590 value should be included in the list returned by ListFields()."""
603 def ListFields(self):
608 cls.ListFields = ListFields
723 if not self.ListFields() == other.ListFields():
790 for field_descriptor, field_value in self.ListFields():
828 for field_descriptor, field_value in self.ListFields():
    [all...]
  /external/nanopb-c/generator/google/protobuf/internal/
python_message.py 564 value should be included in the list returned by ListFields()."""
577 def ListFields(self):
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().
    [all...]
  /external/protobuf/src/google/protobuf/
generated_message_reflection.cc 879 void GeneratedMessageReflection::ListFields(
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc     [all...]

Completed in 300 milliseconds