Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dunit_test_suite_impl.hpp236 struct user_tc_method_invoker { struct
237 typedef void (UserTestCase::*TestMethod )();
239 user_tc_method_invoker( shared_ptr<InstanceType> inst, TestMethod test_method ) in user_tc_method_invoker() function
242 void operator()() { ((*m_inst).*m_test_method)(); } in operator ()()
244 shared_ptr<InstanceType> m_inst;
245 TestMethod m_test_method;