Searched defs:NumToEntryTable (Results 1 – 2 of 2) sorted by relevance
578 struct NumToEntryTable { struct579 uint32_t skipmap32; // for fields #1 - #32580 std::vector<SkipEntryBlock> blocks;582 int size16() const { in size16()