Searched defs:second_argument_type (Results 1 - 25 of 35) sorted by relevance

12

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/depr/depr.lib.binders/
H A Dtest_func.h18 typedef double second_argument_type; typedef in class:test_func
25 result_type operator() (const first_argument_type& x, second_argument_type& y) const
27 result_type operator() (const first_argument_type& x, const second_argument_type& y) const
29 result_type operator() (first_argument_type& x, const second_argument_type& y) const
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/
H A Dtest_func.h18 typedef double second_argument_type; typedef in class:test_func
25 result_type operator() (const first_argument_type& x, second_argument_type& y) const
27 result_type operator() (const first_argument_type& x, const second_argument_type& y) const
29 result_type operator() (first_argument_type& x, const second_argument_type& y) const
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.lib.binders/
H A Dtest_func.h18 typedef double second_argument_type; typedef in class:test_func
25 result_type operator() (const first_argument_type& x, second_argument_type& y) const
27 result_type operator() (const first_argument_type& x, const second_argument_type& y) const
29 result_type operator() (first_argument_type& x, const second_argument_type& y) const
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_function.h119 /// @c second_argument_type is the type of the second argument
120 typedef _Arg2 second_argument_type; typedef in struct:binary_function
376 typename _Predicate::second_argument_type, bool>
387 const typename _Predicate::second_argument_type& __y) const
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_function.h119 /// @c second_argument_type is the type of the second argument
120 typedef _Arg2 second_argument_type; typedef in struct:binary_function
376 typename _Predicate::second_argument_type, bool>
387 const typename _Predicate::second_argument_type& __y) const
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dstl_function.h119 /// @c second_argument_type is the type of the second argument
120 typedef _Arg2 second_argument_type; typedef in struct:binary_function
376 typename _Predicate::second_argument_type, bool>
387 const typename _Predicate::second_argument_type& __y) const
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dstl_function.h119 /// @c second_argument_type is the type of the second argument
120 typedef _Arg2 second_argument_type; typedef in struct:binary_function
376 typename _Predicate::second_argument_type, bool>
387 const typename _Predicate::second_argument_type& __y) const
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h123 /// @c second_argument_type is the type of the second argument
124 typedef _Arg2 second_argument_type; typedef in struct:binary_function
729 typename _Predicate::second_argument_type, bool>
740 const typename _Predicate::second_argument_type& __y) const
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_function_base.h55 typedef _Arg2 second_argument_type; typedef in struct:binary_function
195 typedef _Arg2 second_argument_type; typedef in struct:_Constant_binary_fun
H A D_function.h122 typedef typename _Operation::second_argument_type second_argument_type; typedef in struct:__binary_fun_aux
161 typename __BINARY_ARG(_Predicate, second_argument_type),
164 typename __BINARY_ARG(_Predicate, second_argument_type),
168 typedef typename _Base::second_argument_type second_argument_type; typedef in class:binary_negate
171 typedef typename __call_traits<second_argument_type>::const_param_type _SndArgParamType;
189 public unary_function<typename __BINARY_ARG(_Operation, second_argument_type),
191 typedef unary_function<typename __BINARY_ARG(_Operation, second_argument_type),
234 typedef typename __call_traits<typename _Operation::second_argument_type>
[all...]
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h123 /// @c second_argument_type is the type of the second argument
124 typedef _Arg2 second_argument_type; typedef in struct:binary_function
725 typename _Predicate::second_argument_type, bool>
736 const typename _Predicate::second_argument_type& __y) const
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_function_base.h55 typedef _Arg2 second_argument_type; typedef in struct:binary_function
195 typedef _Arg2 second_argument_type; typedef in struct:_Constant_binary_fun
H A D_function.h122 typedef typename _Operation::second_argument_type second_argument_type; typedef in struct:__binary_fun_aux
161 typename __BINARY_ARG(_Predicate, second_argument_type),
164 typename __BINARY_ARG(_Predicate, second_argument_type),
168 typedef typename _Base::second_argument_type second_argument_type; typedef in class:binary_negate
171 typedef typename __call_traits<second_argument_type>::const_param_type _SndArgParamType;
189 public unary_function<typename __BINARY_ARG(_Operation, second_argument_type),
191 typedef unary_function<typename __BINARY_ARG(_Operation, second_argument_type),
234 typedef typename __call_traits<typename _Operation::second_argument_type>
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h123 /// @c second_argument_type is the type of the second argument
124 typedef _Arg2 second_argument_type; typedef in struct:binary_function
729 typename _Predicate::second_argument_type, bool>
740 const typename _Predicate::second_argument_type& __y) const
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_function_base.h55 typedef _Arg2 second_argument_type; typedef in struct:binary_function
195 typedef _Arg2 second_argument_type; typedef in struct:_Constant_binary_fun
H A D_function.h122 typedef typename _Operation::second_argument_type second_argument_type; typedef in struct:__binary_fun_aux
161 typename __BINARY_ARG(_Predicate, second_argument_type),
164 typename __BINARY_ARG(_Predicate, second_argument_type),
168 typedef typename _Base::second_argument_type second_argument_type; typedef in class:binary_negate
171 typedef typename __call_traits<second_argument_type>::const_param_type _SndArgParamType;
189 public unary_function<typename __BINARY_ARG(_Operation, second_argument_type),
191 typedef unary_function<typename __BINARY_ARG(_Operation, second_argument_type),
234 typedef typename __call_traits<typename _Operation::second_argument_type>
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h123 /// @c second_argument_type is the type of the second argument
124 typedef _Arg2 second_argument_type; typedef in struct:binary_function
729 typename _Predicate::second_argument_type, bool>
740 const typename _Predicate::second_argument_type& __y) const
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_function_base.h55 typedef _Arg2 second_argument_type; typedef in struct:binary_function
195 typedef _Arg2 second_argument_type; typedef in struct:_Constant_binary_fun
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
H A Dhashtable_policy.h364 typedef std::size_t second_argument_type; typedef in struct:tr1::__detail::_Mod_range_hashing
368 operator()(first_argument_type __num, second_argument_type __den) const
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
H A Dhashtable_policy.h364 typedef std::size_t second_argument_type; typedef in struct:tr1::__detail::_Mod_range_hashing
368 operator()(first_argument_type __num, second_argument_type __den) const
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/tr1/
H A Dhashtable_policy.h364 typedef std::size_t second_argument_type; typedef in struct:tr1::__detail::_Mod_range_hashing
368 operator()(first_argument_type __num, second_argument_type __den) const
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
H A Dhashtable_policy.h364 typedef std::size_t second_argument_type; typedef in struct:tr1::__detail::_Mod_range_hashing
368 operator()(first_argument_type __num, second_argument_type __den) const
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Dhashtable_policy.h364 typedef std::size_t second_argument_type; typedef in struct:tr1::__detail::_Mod_range_hashing
368 operator()(first_argument_type __num, second_argument_type __den) const
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Dhashtable_policy.h364 typedef std::size_t second_argument_type; typedef in struct:tr1::__detail::_Mod_range_hashing
368 operator()(first_argument_type __num, second_argument_type __den) const
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Dhashtable_policy.h364 typedef std::size_t second_argument_type; typedef in struct:tr1::__detail::_Mod_range_hashing
368 operator()(first_argument_type __num, second_argument_type __den) const

Completed in 3623 milliseconds

12