Searched defs:_byref (Results 1 – 3 of 3) sorted by relevance
222 struct _byref : callable struct228 struct result<This(T)>234 struct result<This(T &)>244 boost::reference_wrapper<T> const operator ()(T &t) const in operator ()()252 boost::reference_wrapper<T const> const operator ()(T const &t) const in operator ()()
258 #define _byref(x) call<proto::_byref(x)> macro334 #define _byref(a) call<proto::_byref(a)> macro
3800 _byref(PyObject *obj) in _byref() function