Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/lldbmacros/
H A Dioreg.py1327 def LookupKeyInOSDict(osdict, key, comparer = None): argument
1337 if not comparer:
1342 if comparer is not None:
1343 if comparer(key, osdict.dictionary[idx].key) == 0: