Home
last modified time | relevance | path

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

/xnu-10063.141.1/tools/lldbmacros/core/
H A Dpointer.py55 class Singleton(MetaPointerPolicy): class
62 cls._instances[cls] = super(Singleton, cls).__call__(*args, **kwargs)
91 class NativePointer(PointerPolicy, metaclass=Singleton):