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

  /external/chromium_org/tools/clang/blink_gc_plugin/
process-graph.py 112 return [ e for e in self.edges.itervalues() if e.is_subclass() ]
148 def is_subclass(self): member in class:Edge
201 if e.keeps_alive() and not e.is_subclass():
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
PyrexTypes.py 3160 def is_subclass(self, other_type): member in class:CppClassType
    [all...]

Completed in 522 milliseconds