Home
last modified time | relevance | path

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

/third_party/boost/libs/proto/example/
Dlambda.hpp611 struct byref struct
617 struct result<This(T &)>
623 struct result<This(llexpr<T> &)>
629 struct result<This(llexpr<T> const &)>
635 typename result<byref(T &)>::type operator()(T &t) const in operator ()()
642 typename result<byref(T const &)>::type operator()(T const &t) const in operator ()()
649 boost::reference_wrapper<llexpr<T> > operator()(llexpr<T> &t) const in operator ()()
655 boost::reference_wrapper<llexpr<T> const> operator()(llexpr<T> const &t) const in operator ()()
/third_party/protobuf/objectivec/Tests/
Dunittest_objc.proto114 optional bool byref = 8; field
236 repeated sint32 byref = 3004 [packed = true]; field
/third_party/python/Modules/_ctypes/
Dcallproc.c1706 byref(PyObject *self, PyObject *args) in byref() function