Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dexecution_monitor.hpp64 next.swap( m_next ); in translate_exception_base()
74 boost::scoped_ptr<translate_exception_base> m_next; member in boost::detail::translate_exception_base
214 return m_next ? (*m_next)( F ) : F(); in operator ()()
/ndk/tests/device/test-gnustl-full/unit/cppunit/
Dtest_main.cpp33 in_testCase->m_next = m_root; in registerTestCase()
46 tmp = tmp->m_next; in run()
Dcppunit_mini.h125 TestCase *m_next; variable
/ndk/tests/device/test-stlport/unit/cppunit/
Dtest_main.cpp33 in_testCase->m_next = m_root; in registerTestCase()
46 tmp = tmp->m_next; in run()
Dcppunit_mini.h125 TestCase *m_next; variable