Home
last modified time | relevance | path

Searched refs:caRef (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/array/test/
Darray7.cpp30 const T &caRef = std::get<0> ( test_case ); in RunStdTests() local
31 BOOST_TEST ( &*test_case.cbegin () == &caRef ); in RunStdTests()
44 const T &caRef = boost::get<0> ( test_case ); in RunBoostTests() local
45 BOOST_TEST ( &*test_case.cbegin () == &caRef ); in RunBoostTests()
Darray6.cpp26 const arr &caRef = get_c_array ( test_case ); in RunTests() local
28 BOOST_TEST ( &*iter == &caRef[0] ); in RunTests()
Darray_getfail2.cpp31 const T &caRef = std::get<0> ( test_case ); in RunStdTests() local
32 BOOST_TEST ( &*test_case.cbegin () == &caRef ); in RunStdTests()