Searched defs:ChunkMeta (Results 1 – 1 of 1) sorted by relevance
337 struct ChunkMeta { struct339 struct Key {382 ChunkMeta(ChunkRecord* r, in ChunkMeta() argument397 bool is_complete() const { return index_flags & kComplete; } in is_complete()399 void set_complete(bool complete) { in set_complete()428 // |chunk_record| while iterating over ChunkMeta) and to aid debugging in argument442 using ChunkMap = std::map<ChunkMeta::Key, ChunkMeta>; argument