Searched refs:PersistentCacheKey (Results 1 – 3 of 3) sorted by relevance
29 using PersistentCacheKey = std::vector<uint8_t>; variable62 ResultOrError<ScopedCachedBlob> GetOrCreate(const PersistentCacheKey& key, in GetOrCreate()80 ScopedCachedBlob LoadData(const PersistentCacheKey& key);81 void StoreData(const PersistentCacheKey& key, const void* value, size_t size);
27 ScopedCachedBlob PersistentCache::LoadData(const PersistentCacheKey& key) { in LoadData()44 void PersistentCache::StoreData(const PersistentCacheKey& key, const void* value, size_t size) { in StoreData()
329 ResultOrError<PersistentCacheKey> CreateCacheKey() const { in CreateCacheKey()390 return PersistentCacheKey(std::istreambuf_iterator<char>{stream}, in CreateCacheKey()800 PersistentCacheKey shaderCacheKey; in Compile()