Home
last modified time | relevance | path

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

/external/lldb/examples/summaries/cocoa/
Dobjc_runtime.py568 types_caches = lldb.formatters.cache.Cache() variable
581 global types_caches
599 if types_caches.look_for_key(self.pid):
600 self.types_cache = types_caches.get_value(self.pid)
606 types_caches.add_item(self.pid,self.types_cache)