Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dmock_object.hpp61 #define MO_OP_IMPL( op, descr, ret ) \ macro
70 MO_OP_IMPL( op, descr, prototype() ); \
77 MO_OP_IMPL( op, descr, (!!BOOST_ITEST_DPOINT()) ); \
87 MO_OP_IMPL( op, descr, mo ); \
94 MO_OP_IMPL( op, descr, mo ); \
101 MO_OP_IMPL( op, descr, mo ); \
111 MO_OP_IMPL( op, descr, BOOST_ITEST_DPOINT() ); \
118 MO_OP_IMPL( op, descr, BOOST_ITEST_DPOINT() ); \
125 MO_OP_IMPL( op, descr, BOOST_ITEST_DPOINT() ); \
209 MO_OP_IMPL( =, "Copy assignment", prototype() ); in operator =()
[all …]