D | test.hpp | 70 std::streamsize rand(std::streamsize inc) in rand() argument 73 static uniform_smallint<int> random_dist(0, static_cast<int>(inc)); in rand() 77 std::streamsize rand(std::streamsize inc) in rand() argument 79 return (std::rand() * inc + 1) / RAND_MAX; in rand() 91 std::streamsize inc = default_increment ) in non_blocking_source() argument 92 : data_(data), inc_(inc), pos_(0) in non_blocking_source() 124 std::streamsize inc = default_increment ) in non_blocking_sink() argument 125 : dest_(dest), inc_(inc) in non_blocking_sink() 147 for ( int inc = default_increment; in test_input_filter() local 148 inc < default_increment * 40; in test_input_filter() [all …]
|