Home
last modified time | relevance | path

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

/third_party/boost/libs/array/test/
Darray_getfail2.cpp28 T &aRef = std::get<0> ( test_case ); in RunStdTests() local
29 BOOST_TEST ( &*test_case.begin () == &aRef ); in RunStdTests()
43 T &aRef = boost::get<5> ( test_case ); in RunBoostTests() local
44 BOOST_TEST ( &*test_case.begin () == &aRef ); in RunBoostTests()
Darray7.cpp27 T &aRef = std::get<0> ( test_case ); in RunStdTests() local
28 BOOST_TEST ( &*test_case.begin () == &aRef ); in RunStdTests()
41 T &aRef = boost::get<0> ( test_case ); in RunBoostTests() local
42 BOOST_TEST ( &*test_case.begin () == &aRef ); in RunBoostTests()
Darray_getfail1.cpp31 T &aRef = std::get<5> ( test_case ); // should fail to compile in RunStdTests() local
32 BOOST_TEST ( &*test_case.begin () == &aRef ); in RunStdTests()
Darray6.cpp23 arr &aRef = get_c_array ( test_case ); in RunTests() local
24 BOOST_TEST ( &*test_case.begin () == &aRef[0] ); in RunTests()
/third_party/sqlite/src/
Dsqlite3.c189463 u8 aRef[3];
189505 pRet->aRef[0] = 1;
189518 pBuf->aRef[1] = 0;
189520 pBuf->aRef[2] = 0;
189523 if( pBuf->aRef[0]==0 && pBuf->aRef[1]==0 && pBuf->aRef[2]==0 ){
189532 if( p->aRef[1]==0 ){
189533 p->aRef[1] = 1;
189537 else if( p->aRef[2]==0 ){
189538 p->aRef[2] = 1;
189563 assert( p->aRef[0]==1 );
[all …]