Home
last modified time | relevance | path

Searched defs:aRef (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/array/test/
Darray7.cpp27 T &aRef = std::get<0> ( test_case ); in RunStdTests() local
41 T &aRef = boost::get<0> ( test_case ); in RunBoostTests() local
Darray_getfail2.cpp28 T &aRef = std::get<0> ( test_case ); in RunStdTests() local
43 T &aRef = boost::get<5> ( test_case ); in RunBoostTests() local
Darray_getfail1.cpp31 T &aRef = std::get<5> ( test_case ); // should fail to compile in RunStdTests() local
Darray6.cpp23 arr &aRef = get_c_array ( test_case ); in RunTests() local