Searched refs:_IsPresent (Results 1 - 2 of 2) sorted by relevance

/external/nanopb-c/generator/google/protobuf/internal/
H A Dpython_message.py562 def _IsPresent(item): function
578 all_fields = [item for item in self._fields.iteritems() if _IsPresent(item)]
/external/protobuf/python/google/protobuf/internal/
H A Dpython_message.py588 def _IsPresent(item): function
604 all_fields = [item for item in self._fields.iteritems() if _IsPresent(item)]

Completed in 34 milliseconds