Searched defs:ConfigCache (Results 1 – 5 of 5) sorted by relevance
53 type ConfigCache struct { struct54 EnvDepsHash uint6455 ProductVariableFileTimestamp int6456 SoongBuildFileTimestamp int64253 func writeConfigCache(configCache *ConfigCache, configCacheFile string) {
155 private fun ConfigCache.update(subId: Int, keysToRetrieve: Map<String, KeyType>) { in <lambda>() method278 private typealias ConfigCache = ConcurrentHashMap<String, ConfigValue> typealias
64 ConfigCache::ConfigCache(size_t temp_device_capacity, in ConfigCache() function in bluetooth::storage::ConfigCache77 ConfigCache::ConfigCache(ConfigCache&& other) noexcept in ConfigCache() function in bluetooth::storage::ConfigCache
31 friend ConfigCache; variable
121 UINT ConfigCache; member