| H A D | fill.pass.cpp | 27 test(Container in, size_t from, size_t to, typename Container::value_type value, Container expected) { in test() 29 assert(in == expected); in test() 38 std::array<T, 4> expected = {5, 5, 5, 5}; in operator ()() 39 test<Iter>(in, 0, 4, 5, expected); in operator ()() 43 std::array<T, 4> expected = {1, 5, 5, 4}; in operator ()() 44 test<Iter>(in, 1, 3, 5, expected); in operator ()() 55 std::vector<bool> expected(4, true); in test() 57 assert(in == expected); in test() 61 std::vector<bool> expected(8, true); in test() 62 expected[ in test() 26 test(Container in,size_t from,size_t to,typename Container::value_type value,Container expected) test() argument 37 std::array<T, 4> expected = {5, 5, 5, 5}; operator ()() local 42 std::array<T, 4> expected = {1, 5, 5, 4}; operator ()() local 54 std::vector<bool> expected(4, true); test() local 60 std::vector<bool> expected(8, true); test() local 68 std::vector<bool> expected(8, true); test() local 76 std::vector<bool> expected(16, true); test() local 86 std::vector<bool> expected(8, true); test() local [all...] |