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