Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/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 ()()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/test/
Dmake_expr.cpp258 #define _byref(x) call<proto::_byref(x)> macro
334 #define _byref(a) call<proto::_byref(a)> macro
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/
D_ctypes.c3800 _byref(PyObject *obj) in _byref() function
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
D_ctypes.c3677 _byref(PyObject *obj) in _byref() function