Searched refs:mMultifileBlobCache (Results 1 – 2 of 2) sorted by relevance
124 if (mMultifileBlobCache) { in terminate()125 mMultifileBlobCache->finish(); in terminate()127 mMultifileBlobCache = nullptr; in terminate()215 if (mMultifileBlobCache) { in getCacheSize()216 return mMultifileBlobCache->getTotalSize(); in getCacheSize()278 if (mMultifileBlobCache == nullptr) { in getMultifileBlobCacheLocked()279 mMultifileBlobCache.reset(new MultifileBlobCache(kMaxMultifileKeySize, in getMultifileBlobCacheLocked()283 return mMultifileBlobCache.get(); in getMultifileBlobCacheLocked()
117 std::unique_ptr<MultifileBlobCache> mMultifileBlobCache; variable