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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/backward/
binders.h 81 * The type @c binder2nd and its creator function @c bind2nd do the same
135 class binder2nd class in inherits:unary_function
144 binder2nd(const _Operation& __x, function in class:binder2nd
161 inline binder2nd<_Operation>
165 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/
binders.h 80 * The type @c binder2nd and its creator function @c bind2nd do the same
139 class binder2nd class in inherits:unary_function
148 binder2nd(const _Operation& __x, function in class:binder2nd
165 inline binder2nd<_Operation>
169 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
binders.h 80 * The type @c binder2nd and its creator function @c bind2nd do the same
139 class binder2nd class in inherits:unary_function
148 binder2nd(const _Operation& __x, function in class:binder2nd
165 inline binder2nd<_Operation>
169 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/
binders.h 78 * The type @c binder2nd and its creator function @c bind2nd do the same
132 class binder2nd class in inherits:unary_function
141 binder2nd(const _Operation& __x, function in class:binder2nd
158 inline binder2nd<_Operation>
162 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/
binders.h 78 * The type @c binder2nd and its creator function @c bind2nd do the same
132 class binder2nd class in inherits:unary_function
141 binder2nd(const _Operation& __x, function in class:binder2nd
158 inline binder2nd<_Operation>
162 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/
binders.h 78 * The type @c binder2nd and its creator function @c bind2nd do the same
132 class binder2nd class in inherits:unary_function
141 binder2nd(const _Operation& __x, function in class:binder2nd
158 inline binder2nd<_Operation>
162 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/
binders.h 78 * The type @c binder2nd and its creator function @c bind2nd do the same
132 class binder2nd class in inherits:unary_function
141 binder2nd(const _Operation& __x, function in class:binder2nd
158 inline binder2nd<_Operation>
162 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
binders.h 81 * The type @c binder2nd and its creator function @c bind2nd do the same
135 class binder2nd class in inherits:unary_function
144 binder2nd(const _Operation& __x, function in class:binder2nd
161 inline binder2nd<_Operation>
165 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
binders.h 81 * The type @c binder2nd and its creator function @c bind2nd do the same
140 class binder2nd class in inherits:unary_function
149 binder2nd(const _Operation& __x, function in class:binder2nd
166 inline binder2nd<_Operation>
170 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
binders.h 81 * The type @c binder2nd and its creator function @c bind2nd do the same
135 class binder2nd class in inherits:unary_function
144 binder2nd(const _Operation& __x, function in class:binder2nd
161 inline binder2nd<_Operation>
165 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
binders.h 81 * The type @c binder2nd and its creator function @c bind2nd do the same
140 class binder2nd class in inherits:unary_function
149 binder2nd(const _Operation& __x, function in class:binder2nd
166 inline binder2nd<_Operation>
170 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/
binders.h 80 * The type @c binder2nd and its creator function @c bind2nd do the same
139 class binder2nd class in inherits:unary_function
148 binder2nd(const _Operation& __x, function in class:binder2nd
165 inline binder2nd<_Operation>
169 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/
binders.h 80 * The type @c binder2nd and its creator function @c bind2nd do the same
139 class binder2nd class in inherits:unary_function
148 binder2nd(const _Operation& __x, function in class:binder2nd
165 inline binder2nd<_Operation>
169 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
  /external/stlport/stlport/stl/
_function.h 223 class binder2nd class in inherits:unary_function
240 binder2nd(const _Operation& __x, _ValueParamType __y) function in class:binder2nd
251 inline binder2nd<_Operation>
254 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function.h 223 class binder2nd class in inherits:unary_function
240 binder2nd(const _Operation& __x, _ValueParamType __y) function in class:binder2nd
251 inline binder2nd<_Operation>
254 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_function.h 223 class binder2nd class in inherits:unary_function
240 binder2nd(const _Operation& __x, _ValueParamType __y) function in class:binder2nd
251 inline binder2nd<_Operation>
254 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_function.h 223 class binder2nd class in inherits:unary_function
240 binder2nd(const _Operation& __x, _ValueParamType __y) function in class:binder2nd
251 inline binder2nd<_Operation>
254 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_function.h 223 class binder2nd class in inherits:unary_function
240 binder2nd(const _Operation& __x, _ValueParamType __y) function in class:binder2nd
251 inline binder2nd<_Operation>
254 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_function.h 223 class binder2nd class in inherits:unary_function
240 binder2nd(const _Operation& __x, _ValueParamType __y) function in class:binder2nd
251 inline binder2nd<_Operation>
254 return binder2nd<_Operation>(__fn, _Arg2_type(__x));
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_function.h 223 class binder2nd class in inherits:unary_function
240 binder2nd(const _Operation& __x, _ValueParamType __y) function in class:binder2nd
251 inline binder2nd<_Operation>
254 return binder2nd<_Operation>(__fn, _Arg2_type(__x));

Completed in 915 milliseconds