Searched refs:BI_FIRST (Results 1 – 2 of 2) sorted by relevance
66 BI_FIRST = BI_VERSION_BLOCK_ID enumerator126 static constexpr unsigned BlockIdCount = BI_LAST - BI_FIRST;
23 unsigned operator()(unsigned ID) const { return ID - BI_FIRST; } in operator ()()