Lines Matching refs:op
234 Operation op;
243 binder1st<Operation> bind1st(const Operation& op, const T& x);
251 Operation op;
260 binder2nd<Operation> bind2nd(const Operation& op, const T& x);
982 __Operation op;
987 : op(__x), value(__y) {}
990 {return op(value, __x);}
993 {return op(value, __x);}
1008 __Operation op;
1013 : op(__x), value(__y) {}
1016 {return op(__x, value);}
1019 {return op(__x, value);}