Searched defs:ChunkMeta (Results 1 – 1 of 1) sorted by relevance
335 struct ChunkMeta { struct337 struct Key {380 ChunkMeta(ChunkRecord* r, uint16_t p, bool complete, uint8_t f, uid_t u) in ChunkMeta() function386 bool is_complete() const { return index_flags & kComplete; } in is_complete()388 void set_complete(bool complete) { in set_complete()416 // |chunk_record| while iterating over ChunkMeta) and to aid debugging in argument430 using ChunkMap = std::map<ChunkMeta::Key, ChunkMeta>; argument