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

1 2 3 4 5 6 7

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
converter_policies.hpp 33 typedef typename mpl::if_< is_arithmetic<S>,S,S const&>::type argument_type ; typedef in struct:boost::numeric::Trunc
35 static source_type nearbyint ( argument_type s )
55 typedef typename mpl::if_< is_arithmetic<S>,S,S const&>::type argument_type ; typedef in struct:boost::numeric::Floor
57 static source_type nearbyint ( argument_type s )
74 typedef typename mpl::if_< is_arithmetic<S>,S,S const&>::type argument_type ; typedef in struct:boost::numeric::Ceil
76 static source_type nearbyint ( argument_type s )
93 typedef typename mpl::if_< is_arithmetic<S>,S,S const&>::type argument_type ; typedef in struct:boost::numeric::RoundEven
95 static source_type nearbyint ( argument_type s )
185 typedef typename Traits::argument_type argument_type ; typedef in struct:boost::numeric::raw_converter
    [all...]
conversion_traits.hpp 29 typedef typename base_::argument_type argument_type; typedef in struct:boost::numeric::conversion_traits
converter.hpp 38 typedef typename Traits::argument_type argument_type ; typedef in struct:boost::numeric::converter
41 result_type operator() ( argument_type s ) const { return this->convert(s) ; }
  /external/chromium_org/cc/debug/
micro_benchmark_controller_impl.cc 19 typedef const MicroBenchmarkImpl* argument_type; typedef in class:cc::__anon3828::IsDonePredicate
22 result_type operator()(argument_type benchmark) const {
micro_benchmark_controller.cc 41 typedef const MicroBenchmark* argument_type; typedef in class:cc::__anon3827::IsDonePredicate
44 result_type operator()(argument_type benchmark) const {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
test_hash.h 16 operator()(typename std::add_lvalue_reference<const typename C::argument_type>::type x) const
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
converter.hpp 101 typedef typename Traits::argument_type argument_type ; typedef in struct:boost::numeric::convdetail::LT_LoT
103 static range_check_result apply ( argument_type s )
115 typedef typename Traits::argument_type argument_type ; typedef in struct:boost::numeric::convdetail::LT_Zero
117 static range_check_result apply ( argument_type s )
130 typedef typename Traits::argument_type argument_type ; typedef in struct:boost::numeric::convdetail::LE_PrevLoT
132 static range_check_result apply ( argument_type s )
146 typedef typename Traits::argument_type argument_type typedef in struct:boost::numeric::convdetail::LT_HalfPrevLoT
162 typedef typename Traits::argument_type argument_type ; typedef in struct:boost::numeric::convdetail::GT_HiT
178 typedef typename Traits::argument_type argument_type ; typedef in struct:boost::numeric::convdetail::GE_SuccHiT
194 typedef typename Traits::argument_type argument_type ; typedef in struct:boost::numeric::convdetail::GT_HalfSuccHiT
218 typedef typename PredA::argument_type argument_type ; typedef in struct:boost::numeric::convdetail::applyBoth
265 typedef typename Traits::argument_type argument_type ; typedef in struct:boost::numeric::convdetail::dummy_range_checker
284 typedef typename Traits::argument_type argument_type ; typedef in struct:boost::numeric::convdetail::generic_range_checker
461 typedef typename Traits::argument_type argument_type ; typedef in struct:boost::numeric::convdetail::trivial_converter_impl
488 typedef typename Traits::argument_type argument_type ; typedef in struct:boost::numeric::convdetail::rounding_converter
516 typedef typename Traits::argument_type argument_type ; typedef in struct:boost::numeric::convdetail::non_rounding_converter
    [all...]
  /external/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...]
  /ndk/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/5/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/6/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/7/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/8/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/9/sources/cxx-stl/EH/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/chromium_org/chrome/common/
spellcheck_marker.h 13 typedef SpellCheckMarker argument_type; typedef in class:SpellCheckMarker::IsValidPredicate
  /ndk/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), "");
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
checked_delete.hpp 47 typedef T * argument_type; typedef in struct:boost::checked_deleter
59 typedef T * argument_type; typedef in struct:boost::checked_array_deleter
  /external/stlport/test/unit/
fadapter.h 51 typedef Arg argument_type; typedef in class:pointer_to_unary_procedure
unary_test.cpp 47 //unary_negate<odd>::argument_type arg_val = 0;
  /ndk/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), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.hash/
hash_shared_ptr.pass.cpp 15 // typedef shared_ptr<T> argument_type;
hash_unique_ptr.pass.cpp 15 // typedef unique_ptr<T, D> argument_type;
  /ndk/tests/device/test-gnustl-full/unit/
fadapter.h 51 typedef Arg argument_type; typedef in class:pointer_to_unary_procedure
  /ndk/tests/device/test-stlport/unit/
fadapter.h 51 typedef Arg argument_type; typedef in class:pointer_to_unary_procedure
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp 157 typedef T const& argument_type ; typedef in struct:boost::optional_detail::types_when_isnt_ref
168 typedef raw_type& argument_type ; typedef in struct:boost::optional_detail::types_when_is_ref
210 typedef BOOST_DEDUCED_TYPENAME types::argument_type argument_type ; typedef in class:boost::optional_detail::optional_base
226 optional_base ( argument_type val )
235 optional_base ( bool cond, argument_type val )
304 void assign ( argument_type val )
332 void reset ( argument_type val ) { assign(val); }
344 void construct ( argument_type val )
433 void assign_value ( argument_type val, is_not_reference_tag ) { get_impl() = val;
514 typedef BOOST_DEDUCED_TYPENAME base::argument_type argument_type ; typedef in class:boost::optional
    [all...]

Completed in 2257 milliseconds

1 2 3 4 5 6 7