HomeSort by relevance Sort by last modified time
    Searched defs:first_argument_type (Results 1 - 25 of 29) sorted by null

1 2

  /external/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/
hash.pass.cpp 25 typedef X first_argument_type; typedef in struct:std::hash
27 size_t operator()(const first_argument_type&) const
  /external/libcxx/test/std/depr/depr.lib.binders/
test_func.h 17 typedef int first_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/
test_func.h 17 typedef int first_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/
test_func.h 17 typedef int first_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
  /external/eigen/Eigen/src/Core/functors/
BinaryFunctors.h 22 typedef Arg1 first_argument_type; typedef in struct:Eigen::internal::binary_op_base
442 typedef typename BinaryOp::first_argument_type first_argument_type; typedef in struct:Eigen::internal::bind1st_op
446 bind1st_op(const first_argument_type &val) : m_value(val) {}
454 first_argument_type m_value;
461 typedef typename BinaryOp::first_argument_type first_argument_type; typedef in struct:Eigen::internal::bind2nd_op
467 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const result_type operator() (const first_argument_type& a) const { return BinaryOp::operator()(a,m_value); }
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 54 typedef _Arg1 first_argument_type; typedef in struct:binary_function
194 typedef _Arg1 first_argument_type; typedef in struct:_Constant_binary_fun
_function.h 121 typedef typename _Operation::first_argument_type first_argument_type; typedef in struct:__binary_fun_aux
160 : public binary_function<typename __BINARY_ARG(_Predicate, first_argument_type),
163 typedef binary_function<typename __BINARY_ARG(_Predicate, first_argument_type),
167 typedef typename _Base::first_argument_type first_argument_type; typedef in class:binary_negate
170 typedef typename __call_traits<first_argument_type>::const_param_type _FstArgParamType;
199 typedef typename __call_traits<typename _Operation::first_argument_type>::const_param_type _ValueParamType;
203 typename _Operation::first_argument_type _M_value;
218 typedef typename _Operation::first_argument_type _Arg1_type
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 54 typedef _Arg1 first_argument_type; typedef in struct:binary_function
194 typedef _Arg1 first_argument_type; typedef in struct:_Constant_binary_fun
_function.h 121 typedef typename _Operation::first_argument_type first_argument_type; typedef in struct:__binary_fun_aux
160 : public binary_function<typename __BINARY_ARG(_Predicate, first_argument_type),
163 typedef binary_function<typename __BINARY_ARG(_Predicate, first_argument_type),
167 typedef typename _Base::first_argument_type first_argument_type; typedef in class:binary_negate
170 typedef typename __call_traits<first_argument_type>::const_param_type _FstArgParamType;
199 typedef typename __call_traits<typename _Operation::first_argument_type>::const_param_type _ValueParamType;
203 typename _Operation::first_argument_type _M_value;
218 typedef typename _Operation::first_argument_type _Arg1_type
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 54 typedef _Arg1 first_argument_type; typedef in struct:binary_function
194 typedef _Arg1 first_argument_type; typedef in struct:_Constant_binary_fun
_function.h 121 typedef typename _Operation::first_argument_type first_argument_type; typedef in struct:__binary_fun_aux
160 : public binary_function<typename __BINARY_ARG(_Predicate, first_argument_type),
163 typedef binary_function<typename __BINARY_ARG(_Predicate, first_argument_type),
167 typedef typename _Base::first_argument_type first_argument_type; typedef in class:binary_negate
170 typedef typename __call_traits<first_argument_type>::const_param_type _FstArgParamType;
199 typedef typename __call_traits<typename _Operation::first_argument_type>::const_param_type _ValueParamType;
203 typename _Operation::first_argument_type _M_value;
218 typedef typename _Operation::first_argument_type _Arg1_type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 116 /// @c first_argument_type is the type of the first argument
117 typedef _Arg1 first_argument_type; typedef in struct:binary_function
375 : public binary_function<typename _Predicate::first_argument_type,
386 operator()(const typename _Predicate::first_argument_type& __x,
hashtable_policy.h 339 typedef std::size_t first_argument_type; typedef in struct:__detail::_Mod_range_hashing
344 operator()(first_argument_type __num, second_argument_type __den) const
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 116 /// @c first_argument_type is the type of the first argument
117 typedef _Arg1 first_argument_type; typedef in struct:binary_function
375 : public binary_function<typename _Predicate::first_argument_type,
386 operator()(const typename _Predicate::first_argument_type& __x,
hashtable_policy.h 339 typedef std::size_t first_argument_type; typedef in struct:__detail::_Mod_range_hashing
344 operator()(first_argument_type __num, second_argument_type __den) const
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_function.h 116 /// @c first_argument_type is the type of the first argument
117 typedef _Arg1 first_argument_type; typedef in struct:binary_function
375 : public binary_function<typename _Predicate::first_argument_type,
386 operator()(const typename _Predicate::first_argument_type& __x,
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 120 /// @c first_argument_type is the type of the first argument
121 typedef _Arg1 first_argument_type; typedef in struct:binary_function
724 : public binary_function<typename _Predicate::first_argument_type,
735 operator()(const typename _Predicate::first_argument_type& __x,
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 120 /// @c first_argument_type is the type of the first argument
121 typedef _Arg1 first_argument_type; typedef in struct:binary_function
728 : public binary_function<typename _Predicate::first_argument_type,
739 operator()(const typename _Predicate::first_argument_type& __x,
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 120 /// @c first_argument_type is the type of the first argument
121 typedef _Arg1 first_argument_type; typedef in struct:binary_function
728 : public binary_function<typename _Predicate::first_argument_type,
739 operator()(const typename _Predicate::first_argument_type& __x,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable_policy.h 363 typedef std::size_t first_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/
hashtable_policy.h 363 typedef std::size_t first_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/
hashtable_policy.h 363 typedef std::size_t first_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/
hashtable_policy.h 363 typedef std::size_t first_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/
hashtable_policy.h 363 typedef std::size_t first_argument_type; typedef in struct:tr1::__detail::_Mod_range_hashing
368 operator()(first_argument_type __num, second_argument_type __den) const
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
hashtable_policy.h 363 typedef std::size_t first_argument_type; typedef in struct:tr1::__detail::_Mod_range_hashing
368 operator()(first_argument_type __num, second_argument_type __den) const

Completed in 1076 milliseconds

1 2