D | mock_object.hpp | 70 MO_OP_IMPL( op, descr, prototype() ); \ 147 static mock_object& prototype() in prototype() function in boost::itest::mock_object 209 MO_OP_IMPL( =, "Copy assignment", prototype() ); in operator =() 215 MO_OP_IMPL( =, "Copy assignment", prototype() ); in operator =() 230 MO_OP_IMPL( ++, "Postfix increment", prototype() ); in operator ++() 234 MO_OP_IMPL( --, "Postfix decrement", prototype() ); in operator --() 247 MO_OP_IMPL( (), "0-arity function-call", prototype() ); in operator ()() 252 MO_OP_IMPL( (), "1-arity function-call", prototype() ); in operator ()() 257 MO_OP_IMPL( (), "2-arity function-call", prototype() ); in operator ()() 262 MO_OP_IMPL( (), "3-arity function-call", prototype() ); in operator ()() [all …]
|