Searched defs:prototype (Results 1 - 1 of 1) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
H A Dmock_object.hpp70 MO_OP_IMPL( op, descr, prototype() ); \
143 // prototype constructor
147 static mock_object& prototype() function in class:boost::itest::mock_object
209 MO_OP_IMPL( =, "Copy assignment", prototype() );
215 MO_OP_IMPL( =, "Copy assignment", prototype() );
230 MO_OP_IMPL( ++, "Postfix increment", prototype() );
234 MO_OP_IMPL( --, "Postfix decrement", prototype() );
247 MO_OP_IMPL( (), "0-arity function-call", prototype() );
252 MO_OP_IMPL( (), "1-arity function-call", prototype() );
257 MO_OP_IMPL( (), "2-arity function-call", prototype() );
[all...]

Completed in 36 milliseconds