Searched defs:new_cache (Results 1 – 12 of 12) sorted by relevance
25 auto new_cache = pdfium::MakeRetain<CFX_GlyphCache>(face); in GetGlyphCache() local
297 [&](XRTCompilationCache** new_cache) { in GetOrCreateCompilationCache()
100 compilation_cache, [&](tpu::TpuCompilationCacheInterface** new_cache) { in CreateTpuCompilationCache()
150 struct kmem_cache *new_cache; in kmem_cache_create() local
171 replace_sample_function_cache_locked(struct lp_sampler_matrix *matrix, struct hash_table *new_cache) in replace_sample_function_cache_locked()581 struct hash_table *new_cache = _mesa_hash_table_clone(current_cache, NULL); in get_sample_function() local
162 disk_cache::BackendImpl* new_cache = cache.get(); in Run() local
1030 UniquePtr<STACK_OF(X509_NAME)> new_cache(sk_X509_NAME_new_null()); in STACK_OF() local
1102 UniquePtr<STACK_OF(X509_NAME)> new_cache(sk_X509_NAME_new_null()); in STACK_OF() local
901 UniquePtr<STACK_OF(X509_NAME)> new_cache(sk_X509_NAME_new_null()); in STACK_OF() local
506 def new_cache(self, name, timeout=None): member in NetCache