Searched refs:GetChunkRecordAt (Results 1 – 2 of 2) sorted by relevance
174 index_.emplace(key, ChunkMeta(GetChunkRecordAt(wptr_), num_fragments, in CopyChunkUntrusted()181 index_.emplace(key, ChunkMeta(GetChunkRecordAt(wptr_), num_fragments, in CopyChunkUntrusted()212 const ChunkRecord& next_chunk = *GetChunkRecordAt(next_chunk_ptr); in DeleteNextChunksFor()
463 ChunkRecord* GetChunkRecordAt(uint8_t* ptr) const { in GetChunkRecordAt() function