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

  /external/chromium_org/tools/idl_parser/
idl_node.py 60 self._cls = 'Property'
68 return self._cls
80 self._cls = cls
99 return '%s(%s)' % (self._cls, name)
120 return self._cls
129 if self._cls in filter_nodes:
171 if self._cls in typelist: