Searched refs:mock_object (Results 1 – 3 of 3) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
D | mock_object.hpp | 62 BOOST_ITEST_SCOPE( mock_object::operator op ); \ 83 inline mock_object<i1,Base1> const& \ 84 operator op( mock_object<i1,Base1> const& mo, \ 85 mock_object<i2,Base2> const& ) \ 91 inline mock_object<i,Base> const& \ 92 operator op( mock_object<i,Base> const& mo, T const& ) \ 98 inline mock_object<i,Base> const& \ 99 operator op( T const&, mock_object<i,Base> const& mo ) \ 108 operator op( mock_object<i1,Base1> const&, \ 109 mock_object<i2,Base2> const& ) \ [all …]
|
D | interaction_based.hpp | 86 return ::boost::itest::mock_object<>::prototype(); \
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | interaction_based.ipp | 27 #include <boost/test/mock_object.hpp>
|