HomeSort by relevance Sort by last modified time
    Searched defs:bind1st (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/
binders.h 76 * The function @c bind1st is provided to save some typing. It takes the
84 * 1.3 from it, and returns the result. (If @c bind1st had been used,
87 * Creator-wrapper functions like @c bind1st are intended to be used in
91 * return value from @c bind1st(std::plus<int>(),5).
97 * supporting functions with any number of arguments. Uses of @c bind1st
131 bind1st(const _Operation& __fn, const _Tp& __x) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/
binders.h 76 * The function @c bind1st is provided to save some typing. It takes the
84 * 1.3 from it, and returns the result. (If @c bind1st had been used,
87 * Creator-wrapper functions like @c bind1st are intended to be used in
91 * return value from @c bind1st(std::plus<int>(),5).
97 * supporting functions with any number of arguments. Uses of @c bind1st
131 bind1st(const _Operation& __fn, const _Tp& __x) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
binders.h 76 * The function @c bind1st is provided to save some typing. It takes the
84 * 1.3 from it, and returns the result. (If @c bind1st had been used,
87 * Creator-wrapper functions like @c bind1st are intended to be used in
91 * return value from @c bind1st(std::plus<int>(),5).
97 * supporting functions with any number of arguments. Uses of @c bind1st
131 bind1st(const _Operation& __fn, const _Tp& __x) function
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/
binders.h 76 * The function @c bind1st is provided to save some typing. It takes the
84 * 1.3 from it, and returns the result. (If @c bind1st had been used,
87 * Creator-wrapper functions like @c bind1st are intended to be used in
91 * return value from @c bind1st(std::plus<int>(),5).
97 * supporting functions with any number of arguments. Uses of @c bind1st
131 bind1st(const _Operation& __fn, const _Tp& __x) function
  /external/opencv3/modules/core/include/opencv2/core/cuda/
functional.hpp 690 template <typename Op, typename T> __host__ __device__ __forceinline__ binder1st<Op> bind1st(const Op& op, const T& x) function in namespace:cv::cuda::device
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function.h 217 bind1st(const _Operation& __fn, const _Tp& __x) { function
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_function.h 217 bind1st(const _Operation& __fn, const _Tp& __x) { function
  /external/opencv3/modules/cudev/include/opencv2/cudev/functional/
functional.hpp 822 __host__ __device__ Binder1st<Op> bind1st(const Op& op, const typename Op::first_argument_type& arg1) function in namespace:cv::cudev

Completed in 6004 milliseconds