Searched defs:mock_object (Results 1 – 1 of 1) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
D | mock_object.hpp | 137 class mock_object : public Base { class 144 mock_object( dummy* ) {} in mock_object() function in boost::itest::mock_object 154 mock_object() in mock_object() function in boost::itest::mock_object 161 mock_object( T1 const& arg1 ) in mock_object() function in boost::itest::mock_object 169 mock_object( T1 const& arg1, T2 const& arg2 ) in mock_object() function in boost::itest::mock_object 177 mock_object( T1 const& arg1, T2 const& arg2, T3 const& arg3 ) in mock_object() function in boost::itest::mock_object 185 mock_object( T1 const& arg1, T2 const& arg2, T3 const& arg3, T4 const& arg4 ) in mock_object() function in boost::itest::mock_object 193 mock_object( T1 const& arg1, T2 const& arg2, T3 const& arg3, T4 const& arg4, T5 const& arg5 ) in mock_object() function in boost::itest::mock_object 200 mock_object( mock_object const& ) in mock_object() function in boost::itest::mock_object
|