Searched refs:CheckBitmap (Results 1 – 1 of 1) sorted by relevance
79 bool operator()(const T& r) { return CheckBitmap(r); } in operator ()()84 static SK_WHEN(HasMember_bitmap<T>, bool) CheckBitmap(const T&) { return true; } in SK_WHEN()88 static SK_WHEN(!HasMember_bitmap<T>, bool) CheckBitmap(const T& r) { return CheckPaint(r); } in CheckBitmap() function