Home
last modified time | relevance | path

Searched refs:const_c (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/phoenix/test/container/
Dcontainer_tests.hpp93 Container const const_c = c; in test_assign() local
94 phx::assign(const_c, count, value); in test_assign()
121 Container const const_c = c; in test_assign2() local
122 phx::assign(const_c, first, second); in test_assign2()
144 Container const const_c = c; in test_at() local
147 typename Container::reference r3 = at(arg1, 0)(const_c); in test_at()
150 typename Container::const_reference r4 = at(arg1, 0)(const_c); in test_at()
174 Container const const_c = c; in test_back() local
177 typename Container::reference r3 = back(arg1)(const_c); in test_back()
180 typename Container::const_reference r4 = back(arg1)(const_c); in test_back()
[all …]
/third_party/boost/libs/bimap/test/
Dtest_bimap.hpp327 const Container & const_c = c; in test_simple_unordered_associative_container() local
330 const_c.bucket_size(const_c.bucket(*di)) == 1 in test_simple_unordered_associative_container()
334 const_c.bucket(*const_c.find(*di)); in test_simple_unordered_associative_container()
337 const_c.begin(nb) != const_c.end(nb) in test_simple_unordered_associative_container()
415 const Container & const_c = c; in test_pair_unordered_associative_container() local
417 BOOST_TEST( const_c.bucket_size(const_c.bucket(di->first)) == 1 ); in test_pair_unordered_associative_container()
420 const_c.bucket(const_c.find(di->first)->first); in test_pair_unordered_associative_container()
422 BOOST_TEST( const_c.begin(nb) != const_c.end(nb) ); in test_pair_unordered_associative_container()
/third_party/boost/libs/range/test/
Dbegin.cpp101 const boost::MockTestBeginCollection& const_c = c; in test_range_begin() local
102 mock_std::mock_algorithm_using_begin(const_c); in test_range_begin()
Dend.cpp101 const boost::MockTestEndCollection& const_c = c; in test_range_end_adl_avoidance() local
102 mock_std::mock_algorithm_using_end(const_c); in test_range_end_adl_avoidance()
/third_party/boost/libs/range/test/adaptor_test/
Dtype_erased_test.hpp89 const Container& const_c = c; in test_const_and_mutable() local
90 test_type_erased_impl(const_c); in test_const_and_mutable()