Home
last modified time | relevance | path

Searched refs:mock_object (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dmock_object.hpp62 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 …]
Dinteraction_based.hpp86 return ::boost::itest::mock_object<>::prototype(); \
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dinteraction_based.ipp27 #include <boost/test/mock_object.hpp>