Home
last modified time | relevance | path

Searched defs:cb1 (Results 1 – 25 of 858) sorted by relevance

12345678910>>...35

/dports/devel/boost-docs/boost_1_72_0/libs/circular_buffer/test/
H A Dconstant_erase_test.cpp16 circular_buffer<int> cb1(5); in erase_begin_test() local
75 circular_buffer<int> cb1(5); in erase_end_test() local
134 circular_buffer<int> cb1(5); in clear_test() local
H A Dspace_optimized_test.cpp28 cb_space_optimized cb1(capacity_ctrl(10, 10)); in min_capacity_test() local
83 cb_space_optimized cb1; in specific_constructors_test() local
130 cb_space_optimized cb1(10, 1); in iterator_invalidation_test() local
/dports/devel/boost-python-libs/boost_1_72_0/libs/circular_buffer/test/
H A Dconstant_erase_test.cpp16 circular_buffer<int> cb1(5); in erase_begin_test() local
75 circular_buffer<int> cb1(5); in erase_end_test() local
134 circular_buffer<int> cb1(5); in clear_test() local
H A Dspace_optimized_test.cpp28 cb_space_optimized cb1(capacity_ctrl(10, 10)); in min_capacity_test() local
83 cb_space_optimized cb1; in specific_constructors_test() local
130 cb_space_optimized cb1(10, 1); in iterator_invalidation_test() local
/dports/devel/boost-libs/boost_1_72_0/libs/circular_buffer/test/
H A Dconstant_erase_test.cpp16 circular_buffer<int> cb1(5); in erase_begin_test() local
75 circular_buffer<int> cb1(5); in erase_end_test() local
134 circular_buffer<int> cb1(5); in clear_test() local
H A Dspace_optimized_test.cpp28 cb_space_optimized cb1(capacity_ctrl(10, 10)); in min_capacity_test() local
83 cb_space_optimized cb1; in specific_constructors_test() local
130 cb_space_optimized cb1(10, 1); in iterator_invalidation_test() local
/dports/devel/hyperscan/boost_1_75_0/libs/circular_buffer/test/
H A Dconstant_erase_test.cpp16 circular_buffer<int> cb1(5); in erase_begin_test() local
75 circular_buffer<int> cb1(5); in erase_end_test() local
134 circular_buffer<int> cb1(5); in clear_test() local
H A Dspace_optimized_test.cpp28 cb_space_optimized cb1(capacity_ctrl(10, 10)); in min_capacity_test() local
83 cb_space_optimized cb1; in specific_constructors_test() local
130 cb_space_optimized cb1(10, 1); in iterator_invalidation_test() local
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/circular_buffer/test/
H A Dconstant_erase_test.cpp18 circular_buffer<int> cb1(5); in erase_begin_test() local
77 circular_buffer<int> cb1(5); in erase_end_test() local
136 circular_buffer<int> cb1(5); in clear_test() local
H A Dspace_optimized_test.cpp28 cb_space_optimized cb1(capacity_ctrl(10, 10)); in min_capacity_test() local
83 cb_space_optimized cb1; in specific_constructors_test() local
130 cb_space_optimized cb1(10, 1); in iterator_invalidation_test() local
/dports/databases/percona57-server/boost_1_59_0/libs/circular_buffer/test/
H A Dconstant_erase_test.cpp18 circular_buffer<int> cb1(5); in erase_begin_test() local
77 circular_buffer<int> cb1(5); in erase_end_test() local
136 circular_buffer<int> cb1(5); in clear_test() local
H A Dspace_optimized_test.cpp28 cb_space_optimized cb1(capacity_ctrl(10, 10)); in min_capacity_test() local
83 cb_space_optimized cb1; in specific_constructors_test() local
130 cb_space_optimized cb1(10, 1); in iterator_invalidation_test() local
/dports/databases/xtrabackup/boost_1_59_0/libs/circular_buffer/test/
H A Dconstant_erase_test.cpp18 circular_buffer<int> cb1(5); in erase_begin_test() local
77 circular_buffer<int> cb1(5); in erase_end_test() local
136 circular_buffer<int> cb1(5); in clear_test() local
H A Dspace_optimized_test.cpp28 cb_space_optimized cb1(capacity_ctrl(10, 10)); in min_capacity_test() local
83 cb_space_optimized cb1; in specific_constructors_test() local
130 cb_space_optimized cb1(10, 1); in iterator_invalidation_test() local
/dports/databases/percona57-client/boost_1_59_0/libs/circular_buffer/test/
H A Dconstant_erase_test.cpp18 circular_buffer<int> cb1(5); in erase_begin_test() local
77 circular_buffer<int> cb1(5); in erase_end_test() local
136 circular_buffer<int> cb1(5); in clear_test() local
H A Dspace_optimized_test.cpp28 cb_space_optimized cb1(capacity_ctrl(10, 10)); in min_capacity_test() local
83 cb_space_optimized cb1; in specific_constructors_test() local
130 cb_space_optimized cb1(10, 1); in iterator_invalidation_test() local
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/circular_buffer/test/
H A Dconstant_erase_test.cpp18 circular_buffer<int> cb1(5); in erase_begin_test() local
77 circular_buffer<int> cb1(5); in erase_end_test() local
136 circular_buffer<int> cb1(5); in clear_test() local
H A Dspace_optimized_test.cpp28 cb_space_optimized cb1(capacity_ctrl(10, 10)); in min_capacity_test() local
83 cb_space_optimized cb1; in specific_constructors_test() local
130 cb_space_optimized cb1(10, 1); in iterator_invalidation_test() local
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/30_threads/stop_token/
H A Dstop_callback.cc34 std::stop_callback cb1(tok, f); in test01() local
69 std::stop_callback cb1(tok, std::move(f)); in test02() local
103 std::stop_callback cb1(tok, [&]{ called[0] = true; }); in test03() local
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/30_threads/stop_token/
H A Dstop_callback.cc34 std::stop_callback cb1(tok, f); in test01() local
69 std::stop_callback cb1(tok, std::move(f)); in test02() local
103 std::stop_callback cb1(tok, [&]{ called[0] = true; }); in test03() local
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/30_threads/stop_token/
H A Dstop_callback.cc34 std::stop_callback cb1(tok, f); in test01() local
69 std::stop_callback cb1(tok, std::move(f)); in test02() local
103 std::stop_callback cb1(tok, [&]{ called[0] = true; }); in test03() local
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/30_threads/stop_token/
H A Dstop_callback.cc34 std::stop_callback cb1(tok, f); in test01() local
69 std::stop_callback cb1(tok, std::move(f)); in test02() local
103 std::stop_callback cb1(tok, [&]{ called[0] = true; }); in test03() local
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/30_threads/stop_token/
H A Dstop_callback.cc34 std::stop_callback cb1(tok, f); in test01() local
69 std::stop_callback cb1(tok, std::move(f)); in test02() local
103 std::stop_callback cb1(tok, [&]{ called[0] = true; }); in test03() local
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/30_threads/stop_token/
H A Dstop_callback.cc34 std::stop_callback cb1(tok, f); in test01() local
69 std::stop_callback cb1(tok, std::move(f)); in test02() local
103 std::stop_callback cb1(tok, [&]{ called[0] = true; }); in test03() local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/30_threads/stop_token/
H A Dstop_callback.cc34 std::stop_callback cb1(tok, f); in test01() local
69 std::stop_callback cb1(tok, std::move(f)); in test02() local
103 std::stop_callback cb1(tok, [&]{ called[0] = true; }); in test03() local

12345678910>>...35