Home
last modified time | relevance | path

Searched defs:bits_per_block (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/dynamic_bitset/test/
Ddyn_bitset_unit_tests1.cpp95 const int bits_per_block = Tests::bits_per_block; in run_numeric_ctor_tests() local
144 const int bits_per_block = bitset_type::bits_per_block; in run_test_cases() local
Ddyn_bitset_unit_tests2.cpp23 const int bits_per_block = bitset_type::bits_per_block; in run_test_cases() local
/third_party/boost/boost/dynamic_bitset/
Ddynamic_bitset.hpp569 dynamic_bitset<Block, Allocator>::bits_per_block; member in boost::dynamic_bitset<Block, Allocator>