Searched defs:ChunkMeta (Results 1 – 1 of 1) sorted by relevance
368 struct ChunkMeta { struct370 struct Key {416 ChunkMeta(uint32_t _record_off, in ChunkMeta() function431 bool is_complete() const { return index_flags & kComplete; } in is_complete()433 void set_complete(bool complete) { in set_complete()460 // |chunk_record| while iterating over ChunkMeta) and to aid debugging in argument474 using ChunkMap = std::map<ChunkMeta::Key, ChunkMeta>; argument