Home
last modified time | relevance | path

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

/xnu-11215.1.10/tools/lldbmacros/core/
H A Dpointer.py66 class PointerPolicy(object, metaclass=ABCMeta): class
91 class NativePointer(PointerPolicy, metaclass=Singleton):
H A Dcvalue.py23 from .pointer import PointerPolicy
51 self.__ptr = PointerPolicy.match(sbvalue) if usePtrPolicy else None