Searched defs:SectionPiece (Results 1 – 1 of 1) sorted by relevance
257 struct SectionPiece { struct258 SectionPiece(size_t off, uint32_t hash, bool live) in SectionPiece() function267 static_assert(sizeof(SectionPiece) == 16, "SectionPiece is too big"); argument