Searched defs:MapBlock (Results 1 – 2 of 2) sorted by relevance
54 enum MappingLevel { MapGrid = 0, MapBlock = 1, Sequential = 2 }; enumerator
125 Block *MapBlock(IndexT idx) { return reinterpret_cast<Block *>(Map(idx)); } in MapBlock() function