HomeSort by relevance Sort by last modified time
    Searched refs:argument_type (Results 1 - 25 of 139) sorted by null

1 2 3 4 5 6

  /external/libcxx/test/std/depr/depr.function.objects/depr.base/
unary_function.pass.cpp 15 // typedef Arg argument_type;
24 static_assert((std::is_same<std::unary_function<unsigned, char>::argument_type, unsigned>::value), "");
  /external/libcxx/test/std/utilities/function.objects/func.require/
unary_function.pass.cpp 20 static_assert((std::is_same<uf::argument_type, int>::value), "");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.base/
unary_function.pass.cpp 15 // typedef Arg argument_type;
24 static_assert((std::is_same<std::unary_function<unsigned, char>::argument_type, unsigned>::value), "");
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.require/
unary_function.pass.cpp 20 static_assert((std::is_same<uf::argument_type, int>::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.function.objects/depr.base/
unary_function.pass.cpp 15 // typedef Arg argument_type;
24 static_assert((std::is_same<std::unary_function<unsigned, char>::argument_type, unsigned>::value), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.require/
unary_function.pass.cpp 20 static_assert((std::is_same<uf::argument_type, int>::value), "");
  /external/libcxx/test/std/containers/
test_hash.h 25 operator()(typename std::add_lvalue_reference<const typename C::argument_type>::type x) const
  /external/libcxx/test/std/utilities/function.objects/negators/
unary_negate.pass.cpp 22 static_assert((std::is_same<F::argument_type, int>::value), "" );
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
test_hash.h 25 operator()(typename std::add_lvalue_reference<const typename C::argument_type>::type x) const
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/
test_hash.h 25 operator()(typename std::add_lvalue_reference<const typename C::argument_type>::type x) const
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/negators/
unary_negate.pass.cpp 22 static_assert((std::is_same<F::argument_type, int>::value), "" );
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/type.index/type.index.synopsis/
hash_type_index.pass.cpp 24 static_assert((std::is_same<typename H::argument_type, std::type_index>::value), "" );
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_function.h 115 typedef typename _Operation::argument_type argument_type; typedef in struct:__unary_fun_aux
137 : public unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> {
138 typedef unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> _Base;
140 typedef typename _Base::argument_type argument_type; typedef in class:unary_negate
142 typedef typename __call_traits<argument_type>::const_param_type _ArgParamType;
194 typedef typename _Base::argument_type argument_type; typedef in class:binder1st
197 typedef typename __call_traits<argument_type>::param_type _ArgParamType
229 typedef typename _Base::argument_type argument_type; typedef in class:binder2nd
267 typedef typename _Base::argument_type argument_type; typedef in class:unary_compose
296 typedef typename _Base::argument_type argument_type; typedef in class:binary_compose
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_function.h 115 typedef typename _Operation::argument_type argument_type; typedef in struct:__unary_fun_aux
137 : public unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> {
138 typedef unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> _Base;
140 typedef typename _Base::argument_type argument_type; typedef in class:unary_negate
142 typedef typename __call_traits<argument_type>::const_param_type _ArgParamType;
194 typedef typename _Base::argument_type argument_type; typedef in class:binder1st
197 typedef typename __call_traits<argument_type>::param_type _ArgParamType
229 typedef typename _Base::argument_type argument_type; typedef in class:binder2nd
267 typedef typename _Base::argument_type argument_type; typedef in class:unary_compose
296 typedef typename _Base::argument_type argument_type; typedef in class:binary_compose
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_function.h 115 typedef typename _Operation::argument_type argument_type; typedef in struct:__unary_fun_aux
137 : public unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> {
138 typedef unary_function<typename __UNARY_ARG(_Predicate, argument_type), bool> _Base;
140 typedef typename _Base::argument_type argument_type; typedef in class:unary_negate
142 typedef typename __call_traits<argument_type>::const_param_type _ArgParamType;
194 typedef typename _Base::argument_type argument_type; typedef in class:binder1st
197 typedef typename __call_traits<argument_type>::param_type _ArgParamType
229 typedef typename _Base::argument_type argument_type; typedef in class:binder2nd
267 typedef typename _Base::argument_type argument_type; typedef in class:unary_compose
296 typedef typename _Base::argument_type argument_type; typedef in class:binary_compose
    [all...]
  /external/libcxx/test/std/containers/sequences/vector.bool/
vector_bool.pass.cpp 32 static_assert((std::is_same<H::argument_type, T>::value), "" );
44 static_assert((std::is_same<H::argument_type, T>::value), "" );
  /external/libcxx/test/std/utilities/type.index/type.index.hash/
hash.pass.cpp 27 static_assert((std::is_same<typename H::argument_type, std::type_index>::value), "" );
  /external/libcxx/test/std/utilities/type.index/type.index.synopsis/
hash_type_index.pass.cpp 30 static_assert((std::is_same<typename H::argument_type, std::type_index>::value), "" );
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/type.index/type.index.hash/
hash.pass.cpp 27 static_assert((std::is_same<typename H::argument_type, std::type_index>::value), "" );
  /external/libcxx/test/std/diagnostics/syserr/syserr.hash/
error_code.pass.cpp 30 static_assert((std::is_same<H::argument_type, T>::value), "" );
error_condition.pass.cpp 30 static_assert((std::is_same<H::argument_type, T>::value), "" );
  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/
thread_id.pass.cpp 31 static_assert((std::is_same<typename H::argument_type, std::thread::id>::value), "" );
  /external/libcxx/test/std/utilities/function.objects/arithmetic.operations/
negate.pass.cpp 24 static_assert((std::is_same<F::argument_type, int>::value), "" );
  /external/libcxx/test/std/utilities/function.objects/logical.operations/
logical_not.pass.cpp 24 static_assert((std::is_same<F::argument_type, int>::value), "" );
  /external/libcxx/test/std/utilities/function.objects/unord.hash/
pointer.pass.cpp 31 static_assert((std::is_same<typename H::argument_type, T>::value), "" );

Completed in 364 milliseconds

1 2 3 4 5 6