Home
last modified time | relevance | path

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

/external/cronet/stable/net/dns/
Dhost_cache.h466 bool RestoreFromListValue(const base::Value::List& old_cache);
Dhost_cache.cc977 bool HostCache::RestoreFromListValue(const base::Value::List& old_cache) { in RestoreFromListValue() argument
981 for (const auto& entry : old_cache) { in RestoreFromListValue()
/external/cronet/tot/net/dns/
Dhost_cache.h466 bool RestoreFromListValue(const base::Value::List& old_cache);
Dhost_cache.cc977 bool HostCache::RestoreFromListValue(const base::Value::List& old_cache) { in RestoreFromListValue() argument
981 for (const auto& entry : old_cache) { in RestoreFromListValue()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture_handle.c175 struct hash_table *old_cache = (struct hash_table *)(uintptr_t)old_value; in replace_sample_function_cache_locked() local
176 util_dynarray_append(&matrix->trash_caches, struct hash_table *, old_cache); in replace_sample_function_cache_locked()