Home
last modified time | relevance | path

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

/xnu-11215.81.4/tools/lldbmacros/kmemory/
H A Dwhatis.py61 subproviders = [] variable in WhatisProvider
72 self._children = list(cls(target) for cls in self.__class__.subproviders)
141 cls.subproviders = []
152 base.subproviders.append(cls)
153 base.subproviders.sort(key=operator.attrgetter('COST'))