Home
last modified time | relevance | path

Searched defs:_byval (Results 1 – 2 of 2) sorted by relevance

/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/transform/
Darg.hpp269 struct _byval : callable struct
275 struct result<This(T)>
281 struct result<This(T &)>
286 struct result<This(boost::reference_wrapper<T>)>
294 T operator ()(T const &t) const in operator ()()
302 T operator ()(boost::reference_wrapper<T> const &t) const in operator ()()
/external/sdv/vsomeip/third_party/boost/proto/test/
Dmake_expr.cpp259 #define _byval(x) call<proto::_byval(x)> macro
335 #define _byval(a) call<proto::_byval(a)> macro