Home
last modified time | relevance | path

Searched refs:nrg (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/core/test/
Daddressof_test2.cpp51 T nrg[3] = {1,2,3}; in array_test() local
52 T (*pnrg)[3] = &nrg; in array_test()
53 BOOST_TEST( boost::addressof(nrg) == pnrg ); in array_test()
Daddressof_test.cpp49 T nrg[3] = {1,2,3}; in array_test() local
50 T (*pnrg)[3] = &nrg; in array_test()
51 BOOST_TEST( boost::addressof(nrg) == pnrg ); in array_test()