HomeSort by relevance Sort by last modified time
    Searched full:_arg1 (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/clang/test/Preprocessor/
microsoft-ext.c 30 #define MAKER(_arg1, _comma, _arg2) \
31 void func(_arg1 _comma _arg2) {}
32 #define MAKE_FUNC(_makerP1, _makerP2, _arg1, _comma, _arg2) \
33 _makerP1##_makerP2(_arg1, _comma, _arg2)
  /external/stlport/stlport/stl/
_function_base.h 52 template <class _Arg1, class _Arg2, class _Result>
54 typedef _Arg1 first_argument_type;
155 template <class _Arg1, class _Arg2>
156 struct _Project1st : public binary_function<_Arg1, _Arg2, _Arg1> {
157 _Arg1 operator()(const _Arg1& __x, const _Arg2&) const { return __x; }
160 template <class _Arg1, class _Arg2>
161 struct _Project2nd : public binary_function<_Arg1, _Arg2, _Arg2> {
162 _Arg2 operator()(const _Arg1&, const _Arg2& __y) const { return __y;
    [all...]
_function_adaptors.h 201 template <class _Arg1, class _Arg2, class _Result>
202 class _Ptr_fun2_base : public binary_function<_Arg1,_Arg2,_Result> {
204 typedef _Result (*__fun_type) (_Arg1, _Arg2);
208 _Result operator()(_Arg1 __x, _Arg2 __y) const { return _M_f(__x, __y); }
220 template<class _Arg1, class _Arg2> struct _Args2 {
221 typedef _Ptr_fun2_base<_Arg1,_Arg2,_Result> _Fun;
360 template <class _Arg1, class _Arg2>
361 class _Ptr_void_fun2_base : public binary_function<_Arg1,_Arg2,void> {
363 typedef void (*__fun_type) (_Arg1, _Arg2);
367 void operator()(_Arg1 __x, _Arg2 __y) const { _M_f(__x, __y);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 52 template <class _Arg1, class _Arg2, class _Result>
54 typedef _Arg1 first_argument_type;
155 template <class _Arg1, class _Arg2>
156 struct _Project1st : public binary_function<_Arg1, _Arg2, _Arg1> {
157 _Arg1 operator()(const _Arg1& __x, const _Arg2&) const { return __x; }
160 template <class _Arg1, class _Arg2>
161 struct _Project2nd : public binary_function<_Arg1, _Arg2, _Arg2> {
162 _Arg2 operator()(const _Arg1&, const _Arg2& __y) const { return __y;
    [all...]
_function_adaptors.h 201 template <class _Arg1, class _Arg2, class _Result>
202 class _Ptr_fun2_base : public binary_function<_Arg1,_Arg2,_Result> {
204 typedef _Result (*__fun_type) (_Arg1, _Arg2);
208 _Result operator()(_Arg1 __x, _Arg2 __y) const { return _M_f(__x, __y); }
220 template<class _Arg1, class _Arg2> struct _Args2 {
221 typedef _Ptr_fun2_base<_Arg1,_Arg2,_Result> _Fun;
360 template <class _Arg1, class _Arg2>
361 class _Ptr_void_fun2_base : public binary_function<_Arg1,_Arg2,void> {
363 typedef void (*__fun_type) (_Arg1, _Arg2);
367 void operator()(_Arg1 __x, _Arg2 __y) const { _M_f(__x, __y);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 52 template <class _Arg1, class _Arg2, class _Result>
54 typedef _Arg1 first_argument_type;
155 template <class _Arg1, class _Arg2>
156 struct _Project1st : public binary_function<_Arg1, _Arg2, _Arg1> {
157 _Arg1 operator()(const _Arg1& __x, const _Arg2&) const { return __x; }
160 template <class _Arg1, class _Arg2>
161 struct _Project2nd : public binary_function<_Arg1, _Arg2, _Arg2> {
162 _Arg2 operator()(const _Arg1&, const _Arg2& __y) const { return __y;
    [all...]
_function_adaptors.h 201 template <class _Arg1, class _Arg2, class _Result>
202 class _Ptr_fun2_base : public binary_function<_Arg1,_Arg2,_Result> {
204 typedef _Result (*__fun_type) (_Arg1, _Arg2);
208 _Result operator()(_Arg1 __x, _Arg2 __y) const { return _M_f(__x, __y); }
220 template<class _Arg1, class _Arg2> struct _Args2 {
221 typedef _Ptr_fun2_base<_Arg1,_Arg2,_Result> _Fun;
360 template <class _Arg1, class _Arg2>
361 class _Ptr_void_fun2_base : public binary_function<_Arg1,_Arg2,void> {
363 typedef void (*__fun_type) (_Arg1, _Arg2);
367 void operator()(_Arg1 __x, _Arg2 __y) const { _M_f(__x, __y);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 52 template <class _Arg1, class _Arg2, class _Result>
54 typedef _Arg1 first_argument_type;
155 template <class _Arg1, class _Arg2>
156 struct _Project1st : public binary_function<_Arg1, _Arg2, _Arg1> {
157 _Arg1 operator()(const _Arg1& __x, const _Arg2&) const { return __x; }
160 template <class _Arg1, class _Arg2>
161 struct _Project2nd : public binary_function<_Arg1, _Arg2, _Arg2> {
162 _Arg2 operator()(const _Arg1&, const _Arg2& __y) const { return __y;
    [all...]
_function_adaptors.h 201 template <class _Arg1, class _Arg2, class _Result>
202 class _Ptr_fun2_base : public binary_function<_Arg1,_Arg2,_Result> {
204 typedef _Result (*__fun_type) (_Arg1, _Arg2);
208 _Result operator()(_Arg1 __x, _Arg2 __y) const { return _M_f(__x, __y); }
220 template<class _Arg1, class _Arg2> struct _Args2 {
221 typedef _Ptr_fun2_base<_Arg1,_Arg2,_Result> _Fun;
360 template <class _Arg1, class _Arg2>
361 class _Ptr_void_fun2_base : public binary_function<_Arg1,_Arg2,void> {
363 typedef void (*__fun_type) (_Arg1, _Arg2);
367 void operator()(_Arg1 __x, _Arg2 __y) const { _M_f(__x, __y);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 52 template <class _Arg1, class _Arg2, class _Result>
54 typedef _Arg1 first_argument_type;
155 template <class _Arg1, class _Arg2>
156 struct _Project1st : public binary_function<_Arg1, _Arg2, _Arg1> {
157 _Arg1 operator()(const _Arg1& __x, const _Arg2&) const { return __x; }
160 template <class _Arg1, class _Arg2>
161 struct _Project2nd : public binary_function<_Arg1, _Arg2, _Arg2> {
162 _Arg2 operator()(const _Arg1&, const _Arg2& __y) const { return __y;
    [all...]
_function_adaptors.h 201 template <class _Arg1, class _Arg2, class _Result>
202 class _Ptr_fun2_base : public binary_function<_Arg1,_Arg2,_Result> {
204 typedef _Result (*__fun_type) (_Arg1, _Arg2);
208 _Result operator()(_Arg1 __x, _Arg2 __y) const { return _M_f(__x, __y); }
220 template<class _Arg1, class _Arg2> struct _Args2 {
221 typedef _Ptr_fun2_base<_Arg1,_Arg2,_Result> _Fun;
360 template <class _Arg1, class _Arg2>
361 class _Ptr_void_fun2_base : public binary_function<_Arg1,_Arg2,void> {
363 typedef void (*__fun_type) (_Arg1, _Arg2);
367 void operator()(_Arg1 __x, _Arg2 __y) const { _M_f(__x, __y);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 52 template <class _Arg1, class _Arg2, class _Result>
54 typedef _Arg1 first_argument_type;
155 template <class _Arg1, class _Arg2>
156 struct _Project1st : public binary_function<_Arg1, _Arg2, _Arg1> {
157 _Arg1 operator()(const _Arg1& __x, const _Arg2&) const { return __x; }
160 template <class _Arg1, class _Arg2>
161 struct _Project2nd : public binary_function<_Arg1, _Arg2, _Arg2> {
162 _Arg2 operator()(const _Arg1&, const _Arg2& __y) const { return __y;
    [all...]
_function_adaptors.h 201 template <class _Arg1, class _Arg2, class _Result>
202 class _Ptr_fun2_base : public binary_function<_Arg1,_Arg2,_Result> {
204 typedef _Result (*__fun_type) (_Arg1, _Arg2);
208 _Result operator()(_Arg1 __x, _Arg2 __y) const { return _M_f(__x, __y); }
220 template<class _Arg1, class _Arg2> struct _Args2 {
221 typedef _Ptr_fun2_base<_Arg1,_Arg2,_Result> _Fun;
360 template <class _Arg1, class _Arg2>
361 class _Ptr_void_fun2_base : public binary_function<_Arg1,_Arg2,void> {
363 typedef void (*__fun_type) (_Arg1, _Arg2);
367 void operator()(_Arg1 __x, _Arg2 __y) const { _M_f(__x, __y);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_function_base.h 52 template <class _Arg1, class _Arg2, class _Result>
54 typedef _Arg1 first_argument_type;
155 template <class _Arg1, class _Arg2>
156 struct _Project1st : public binary_function<_Arg1, _Arg2, _Arg1> {
157 _Arg1 operator()(const _Arg1& __x, const _Arg2&) const { return __x; }
160 template <class _Arg1, class _Arg2>
161 struct _Project2nd : public binary_function<_Arg1, _Arg2, _Arg2> {
162 _Arg2 operator()(const _Arg1&, const _Arg2& __y) const { return __y;
    [all...]
_function_adaptors.h 201 template <class _Arg1, class _Arg2, class _Result>
202 class _Ptr_fun2_base : public binary_function<_Arg1,_Arg2,_Result> {
204 typedef _Result (*__fun_type) (_Arg1, _Arg2);
208 _Result operator()(_Arg1 __x, _Arg2 __y) const { return _M_f(__x, __y); }
220 template<class _Arg1, class _Arg2> struct _Args2 {
221 typedef _Ptr_fun2_base<_Arg1,_Arg2,_Result> _Fun;
360 template <class _Arg1, class _Arg2>
361 class _Ptr_void_fun2_base : public binary_function<_Arg1,_Arg2,void> {
363 typedef void (*__fun_type) (_Arg1, _Arg2);
367 void operator()(_Arg1 __x, _Arg2 __y) const { _M_f(__x, __y);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
functional 207 template <class _Arg1, class _Arg2>
208 struct _Project1st : public binary_function<_Arg1, _Arg2, _Arg1>
210 _Arg1
211 operator()(const _Arg1& __x, const _Arg2&) const
215 template <class _Arg1, class _Arg2>
216 struct _Project2nd : public binary_function<_Arg1, _Arg2, _Arg2>
219 operator()(const _Arg1&, const _Arg2& __y) const
232 template <class _Arg1, class _Arg2>
233 struct project1st : public _Project1st<_Arg1, _Arg2> {}
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
functional 208 template <class _Arg1, class _Arg2>
209 struct _Project1st : public binary_function<_Arg1, _Arg2, _Arg1>
211 _Arg1
212 operator()(const _Arg1& __x, const _Arg2&) const
216 template <class _Arg1, class _Arg2>
217 struct _Project2nd : public binary_function<_Arg1, _Arg2, _Arg2>
220 operator()(const _Arg1&, const _Arg2& __y) const
233 template <class _Arg1, class _Arg2>
234 struct project1st : public _Project1st<_Arg1, _Arg2> {}
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
functional 208 template <class _Arg1, class _Arg2>
209 struct _Project1st : public binary_function<_Arg1, _Arg2, _Arg1>
211 _Arg1
212 operator()(const _Arg1& __x, const _Arg2&) const
216 template <class _Arg1, class _Arg2>
217 struct _Project2nd : public binary_function<_Arg1, _Arg2, _Arg2>
220 operator()(const _Arg1&, const _Arg2& __y) const
233 template <class _Arg1, class _Arg2>
234 struct project1st : public _Project1st<_Arg1, _Arg2> {}
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
functional 207 template <class _Arg1, class _Arg2>
208 struct _Project1st : public binary_function<_Arg1, _Arg2, _Arg1>
210 _Arg1
211 operator()(const _Arg1& __x, const _Arg2&) const
215 template <class _Arg1, class _Arg2>
216 struct _Project2nd : public binary_function<_Arg1, _Arg2, _Arg2>
219 operator()(const _Arg1&, const _Arg2& __y) const
232 template <class _Arg1, class _Arg2>
233 struct project1st : public _Project1st<_Arg1, _Arg2> {}
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
functional 207 template <class _Arg1, class _Arg2>
208 struct _Project1st : public binary_function<_Arg1, _Arg2, _Arg1>
210 _Arg1
211 operator()(const _Arg1& __x, const _Arg2&) const
215 template <class _Arg1, class _Arg2>
216 struct _Project2nd : public binary_function<_Arg1, _Arg2, _Arg2>
219 operator()(const _Arg1&, const _Arg2& __y) const
232 template <class _Arg1, class _Arg2>
233 struct project1st : public _Project1st<_Arg1, _Arg2> {}
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
functional 207 template <class _Arg1, class _Arg2>
208 struct _Project1st : public binary_function<_Arg1, _Arg2, _Arg1>
210 _Arg1
211 operator()(const _Arg1& __x, const _Arg2&) const
215 template <class _Arg1, class _Arg2>
216 struct _Project2nd : public binary_function<_Arg1, _Arg2, _Arg2>
219 operator()(const _Arg1&, const _Arg2& __y) const
232 template <class _Arg1, class _Arg2>
233 struct project1st : public _Project1st<_Arg1, _Arg2> {}
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
functional 207 template <class _Arg1, class _Arg2>
208 struct _Project1st : public binary_function<_Arg1, _Arg2, _Arg1>
210 _Arg1
211 operator()(const _Arg1& __x, const _Arg2&) const
215 template <class _Arg1, class _Arg2>
216 struct _Project2nd : public binary_function<_Arg1, _Arg2, _Arg2>
219 operator()(const _Arg1&, const _Arg2& __y) const
232 template <class _Arg1, class _Arg2>
233 struct project1st : public _Project1st<_Arg1, _Arg2> {}
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
functional 208 template <class _Arg1, class _Arg2>
209 struct _Project1st : public binary_function<_Arg1, _Arg2, _Arg1>
211 _Arg1
212 operator()(const _Arg1& __x, const _Arg2&) const
216 template <class _Arg1, class _Arg2>
217 struct _Project2nd : public binary_function<_Arg1, _Arg2, _Arg2>
220 operator()(const _Arg1&, const _Arg2& __y) const
233 template <class _Arg1, class _Arg2>
234 struct project1st : public _Project1st<_Arg1, _Arg2> {}
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
functional 226 template <class _Arg1, class _Arg2>
227 struct _Project1st : public binary_function<_Arg1, _Arg2, _Arg1>
229 _Arg1
230 operator()(const _Arg1& __x, const _Arg2&) const
234 template <class _Arg1, class _Arg2>
235 struct _Project2nd : public binary_function<_Arg1, _Arg2, _Arg2>
238 operator()(const _Arg1&, const _Arg2& __y) const
251 template <class _Arg1, class _Arg2>
252 struct project1st : public _Project1st<_Arg1, _Arg2> {}
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
functional 208 template <class _Arg1, class _Arg2>
209 struct _Project1st : public binary_function<_Arg1, _Arg2, _Arg1>
211 _Arg1
212 operator()(const _Arg1& __x, const _Arg2&) const
216 template <class _Arg1, class _Arg2>
217 struct _Project2nd : public binary_function<_Arg1, _Arg2, _Arg2>
220 operator()(const _Arg1&, const _Arg2& __y) const
233 template <class _Arg1, class _Arg2>
234 struct project1st : public _Project1st<_Arg1, _Arg2> {}
    [all...]

Completed in 2295 milliseconds

1 2 3