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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
binders.h 126 typedef typename _Operation::first_argument_type _Arg1_type;
127 return binder1st<_Operation>(__fn, _Arg1_type(__x));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/
binders.h 129 typedef typename _Operation::first_argument_type _Arg1_type;
130 return binder1st<_Operation>(__fn, _Arg1_type(__x));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/
binders.h 129 typedef typename _Operation::first_argument_type _Arg1_type;
130 return binder1st<_Operation>(__fn, _Arg1_type(__x));
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/
binders.h 126 typedef typename _Operation::first_argument_type _Arg1_type;
127 return binder1st<_Operation>(__fn, _Arg1_type(__x));
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/
binders.h 126 typedef typename _Operation::first_argument_type _Arg1_type;
127 return binder1st<_Operation>(__fn, _Arg1_type(__x));
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/
binders.h 126 typedef typename _Operation::first_argument_type _Arg1_type;
127 return binder1st<_Operation>(__fn, _Arg1_type(__x));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/
binders.h 126 typedef typename _Operation::first_argument_type _Arg1_type;
127 return binder1st<_Operation>(__fn, _Arg1_type(__x));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
binders.h 129 typedef typename _Operation::first_argument_type _Arg1_type;
130 return binder1st<_Operation>(__fn, _Arg1_type(__x));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
binders.h 134 typedef typename _Operation::first_argument_type _Arg1_type;
135 return binder1st<_Operation>(__fn, _Arg1_type(__x));
  /external/stlport/stlport/stl/
_function.h 218 typedef typename _Operation::first_argument_type _Arg1_type;
219 return binder1st<_Operation>(__fn, _Arg1_type(__x));
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function.h 218 typedef typename _Operation::first_argument_type _Arg1_type;
219 return binder1st<_Operation>(__fn, _Arg1_type(__x));
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_function.h 218 typedef typename _Operation::first_argument_type _Arg1_type;
219 return binder1st<_Operation>(__fn, _Arg1_type(__x));
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_function.h 218 typedef typename _Operation::first_argument_type _Arg1_type;
219 return binder1st<_Operation>(__fn, _Arg1_type(__x));
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_function.h 218 typedef typename _Operation::first_argument_type _Arg1_type;
219 return binder1st<_Operation>(__fn, _Arg1_type(__x));
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_function.h 218 typedef typename _Operation::first_argument_type _Arg1_type;
219 return binder1st<_Operation>(__fn, _Arg1_type(__x));

Completed in 521 milliseconds