Home
last modified time | relevance | path

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

/xnu-8792.81.2/tools/lldbmacros/
H A Dioreg.py1335 def LookupKeyInOSDict(osdict, key, comparer = None): argument
1345 if not comparer:
1350 if comparer is not None:
1351 if comparer(key, osdict.dictionary[idx].key) == 0: