OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Arg1_type
(Results
1 - 11
of
11
) 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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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));
/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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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 69 milliseconds