Home
last modified time | relevance | path

Searched refs:binder1st (Results 1 – 7 of 7) sorted by relevance

/external/libcxx/test/depr/depr.lib.binders/depr.lib.binder.1st/
Dbinder1st.pass.cpp33 : public std::binder1st<test_func>
35 typedef std::binder1st<test_func> base;
37 test() : std::binder1st<test_func>(test_func(2), 30) {} in test()
DAndroid.mk19 test_name := depr/depr.lib.binders/depr.lib.binder.1st/binder1st
20 test_src := binder1st.pass.cpp
/external/eigen/Eigen/src/plugins/
DMatrixCwiseUnaryOps.h62 inline const CwiseUnaryOp<std::binder1st<std::equal_to<Scalar> >, const Derived>
65 return CwiseUnaryOp<std::binder1st<std::equal_to<Scalar> >,const Derived> in cwiseEqual()
/external/stlport/stlport/stl/
D_function.h188 class binder1st :
205 binder1st(const _Operation& __x, _ValueParamType __y) in binder1st() function
216 inline binder1st<_Operation>
219 return binder1st<_Operation>(__fn, _Arg1_type(__x)); in bind1st()
/external/libcxx/include/
Dfunctional229 class binder1st
237 binder1st(const Operation& x, const typename Operation::first_argument_type y);
243 binder1st<Operation> bind1st(const Operation& op, const T& x);
977 class _LIBCPP_TYPE_VIS_ONLY binder1st
985 _LIBCPP_INLINE_VISIBILITY binder1st(const __Operation& __x,
998 binder1st<__Operation>
1000 {return binder1st<__Operation>(__op, __x);}
/external/eigen/Eigen/src/Core/
DFunctors.h936 struct functor_traits<std::binder1st<T> >
/external/stlport/etc/
DChangeLog-5.16621 to reference problem in struct like binder1st or binder2nd.