Home
last modified time | relevance | path

Searched defs:_byref (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/proto/transform/
Darg.hpp222 struct _byref : callable struct
228 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 ()()
/third_party/boost/libs/proto/test/
Dmake_expr.cpp258 #define _byref(x) call<proto::_byref(x)> macro
334 #define _byref(a) call<proto::_byref(a)> macro
/third_party/python/Modules/_ctypes/
D_ctypes.c3800 _byref(PyObject *obj) in _byref() function