Lines Matching refs:OP
286 * \tparam OP The type for the specific operation, usually this type
290 * \a CLASS plus \a OP are used to determine the op-code.
293 template<typename OP, typename CLASS, typename SIG, typename FLAGS = Call>
300 template<typename OP, typename CLASS, typename FLAGS, typename R,
302 struct L4_EXPORT Rpc_inline_call<OP, CLASS, R (ARGS...), FLAGS>
313 typedef OP op_type;
360 template<typename OP, typename CLASS, typename SIG, typename FLAGS = Call>
405 template<typename OP,
410 struct L4_EXPORT Rpc_call<OP, CLASS, R (ARGS...), FLAGS> :
411 Rpc_inline_call<OP, CLASS, R (ARGS...), FLAGS>
693 template<typename OP, typename CLASS, typename FLAGS, typename R,
696 Rpc_inline_call<OP, CLASS, R (ARGS...), FLAGS>::
704 typedef typename Rpcs::template Rpc<OP> Opt;