Searched defs:aRef (Results 1 – 4 of 4) sorted by relevance
27 T &aRef = std::get<0> ( test_case ); in RunStdTests() local41 T &aRef = boost::get<0> ( test_case ); in RunBoostTests() local
28 T &aRef = std::get<0> ( test_case ); in RunStdTests() local43 T &aRef = boost::get<5> ( test_case ); in RunBoostTests() local
31 T &aRef = std::get<5> ( test_case ); // should fail to compile in RunStdTests() local
23 arr &aRef = get_c_array ( test_case ); in RunTests() local