Searched refs:idToEncryptedChunks_ (Results 1 – 2 of 2) sorted by relevance
73 idToEncryptedChunks_[namespaceName + ":" + entryName] = data; in addEntryData()100 for (auto const& [nsAndName, entryData] : idToEncryptedChunks_) { in saveToDisk()240 idToEncryptedChunks_.clear(); in loadFromDisk()355 idToEncryptedChunks_[ecId] = data; in loadFromDisk()429 auto iter = idToEncryptedChunks_.find(id); in hasEntryData()430 if (iter == idToEncryptedChunks_.end()) { in hasEntryData()439 auto iter = idToEncryptedChunks_.find(id); in getEntryData()440 if (iter == idToEncryptedChunks_.end()) { in getEntryData()
135 map<string, EntryData> idToEncryptedChunks_; variable