Searched defs:byref (Results 1 – 3 of 3) sorted by relevance
611 struct byref struct617 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 ()()
114 optional bool byref = 8; field236 repeated sint32 byref = 3004 [packed = true]; field
1706 byref(PyObject *self, PyObject *args) in byref() function