Home
last modified time | relevance | path

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

/xnu-10063.141.1/tools/lldbmacros/core/
H A Dpointer.py44 class MetaPointerPolicy(ABCMeta): class
50 newcls = super(MetaPointerPolicy, cls).__new__(cls, clsname, bases, args)
55 class Singleton(MetaPointerPolicy):
72 matching = filter(bool, map(methodcaller('match', sbvalue), MetaPointerPolicy.classes))