Searched defs:BlockIdToIndexFunctor (Results 1 – 1 of 1) sorted by relevance
21 struct BlockIdToIndexFunctor { struct22 using argument_type = unsigned;23 unsigned operator()(unsigned ID) const { return ID - BI_FIRST; } in operator ()()