Searched refs:idToEncryptedChunks_ (Results 1 – 2 of 2) sorted by relevance
75 idToEncryptedChunks_[namespaceName + ":" + entryName] = data; in addEntryData()102 for (auto const& [nsAndName, entryData] : idToEncryptedChunks_) { in saveToDisk()253 idToEncryptedChunks_.clear(); in loadFromDisk()369 idToEncryptedChunks_[ecId] = data; in loadFromDisk()451 auto iter = idToEncryptedChunks_.find(id); in hasEntryData()452 if (iter == idToEncryptedChunks_.end()) { in hasEntryData()461 auto iter = idToEncryptedChunks_.find(id); in getEntryData()462 if (iter == idToEncryptedChunks_.end()) { in getEntryData()
143 map<string, EntryData> idToEncryptedChunks_; variable