HomeSort by relevance Sort by last modified time
    Searched refs:_comparators (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/protobuf/python/
mox.py 1057 self._comparators = args
1069 for comparator in self._comparators:
1076 return '<AND %s>' % str(self._comparators)
1090 self._comparators = args
1102 for comparator in self._comparators:
1109 return '<OR %s>' % str(self._comparators)
    [all...]
  /external/protobuf/python/
mox.py 1057 self._comparators = args
1069 for comparator in self._comparators:
1076 return '<AND %s>' % str(self._comparators)
1090 self._comparators = args
1102 for comparator in self._comparators:
1109 return '<OR %s>' % str(self._comparators)
    [all...]

Completed in 46 milliseconds