Searched refs:op_ (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Doperators.h53 template <op_id id, op_type ot, typename L, typename R> struct op_ { struct
81 template <typename B, typename L, typename R> struct op_impl<op_##id, op_l, B, L, R> { \
86 template <typename B, typename L, typename R> struct op_impl<op_##id, op_r, B, L, R> { \
91 inline op_<op_##id, op_l, self_t, self_t> op(const self_t &, const self_t &) { \
92 return op_<op_##id, op_l, self_t, self_t>(); \
94 template <typename T> op_<op_##id, op_l, self_t, T> op(const self_t &, const T &) { \
95 return op_<op
[all...]
H A Dattr.h118 template <op_id id, op_type ot, typename L = undefined_t, typename R = undefined_t> struct op_;
H A Dpybind11.h1128 class_ &def(const detail::op_<id, ot, L, R> &op, const Extra&... extra) {
1134 class_ & def_cast(const detail::op_<id, ot, L, R> &op, const Extra&... extra) {

Completed in 10 milliseconds