OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ListFields
(Results
1 - 7
of
7
) sorted by null
/external/protobuf/python/google/protobuf/
message.py
209
def
ListFields
(self):
reflection.py
614
value should be included in the list returned by
ListFields
()."""
627
def
ListFields
(self):
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
():
[
all
...]
/external/chromium_org/third_party/protobuf/python/google/protobuf/
message.py
223
def
ListFields
(self):
/external/chromium_org/third_party/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
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/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_reflection.cc
643
void GeneratedMessageReflection::
ListFields
(
669
//
ListFields
() must sort output by field number.
[
all
...]
/external/protobuf/src/google/protobuf/
generated_message_reflection.cc
641
void GeneratedMessageReflection::
ListFields
(
667
//
ListFields
() must sort output by field number.
[
all
...]
Completed in 244 milliseconds