Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Dpython_message.py780 def _IsPresent(item): function
796 all_fields = [item for item in self._fields.items() if _IsPresent(item)]