Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dmock_object.hpp67 #define MO_UNARY_OP( op, descr ) \ macro
220 MO_UNARY_OP( &, "Address-of operator" )
221 MO_UNARY_OP( ~, "One's complement operator" )
222 MO_UNARY_OP( *, "Pointer dereference" )
223 MO_UNARY_OP( +, "Unary plus" )
226 MO_UNARY_OP( ++, "Prefix increment" )
227 MO_UNARY_OP( --, "Prefix decrement" )