Home
last modified time | relevance | path

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

/xnu-12377.81.4/tools/lldbmacros/core/
H A Dcaching.py347 fasttypes = {int, str}, tuple=tuple, type=type, len=len): argument
357 elif len(key) == 1 and type(key[0]) in fasttypes: