Home | History | Annotate | Download | only in bitset.members

Lines Matching refs:test_reset_one

18 void test_reset_one(bool test_throws)
48 test_reset_one<0>(true);
49 test_reset_one<1>(true);
50 test_reset_one<31>(true);
51 test_reset_one<32>(true);
52 test_reset_one<33>(true);
53 test_reset_one<63>(false);
54 test_reset_one<64>(false);
55 test_reset_one<65>(false);
56 test_reset_one<1000>(false);