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

1 2 3 4 5 6 7 8

  /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/lldb/source/Interpreter/
OptionGroupFile.cpp 25 lldb::CommandArgumentType argument_type,
36 m_option_definition.argument_type = argument_type;
65 lldb::CommandArgumentType argument_type,
76 m_option_definition.argument_type = argument_type;
OptionGroupString.cpp 25 lldb::CommandArgumentType argument_type,
37 m_option_definition.argument_type = argument_type;
OptionGroupUInt64.cpp 25 lldb::CommandArgumentType argument_type,
37 m_option_definition.argument_type = argument_type;
  /external/chromium_org/cc/debug/
micro_benchmark_controller_impl.cc 19 typedef const MicroBenchmarkImpl* argument_type; typedef in class:cc::__anon7290::IsDonePredicate
22 result_type operator()(argument_type benchmark) 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
  /external/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/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
  /prebuilts/misc/common/swig/include/2.0.11/octave/
std_map.i 11 typedef const ValueType& argument_type;
13 result_type operator()(argument_type v) const
22 typedef const ValueType& argument_type;
24 result_type operator()(argument_type v) const
  /external/libcxx/test/containers/
test_hash.h 25 operator()(typename std::add_lvalue_reference<const typename C::argument_type>::type x) const
  /external/libcxx/test/utilities/function.objects/func.require/
unary_function.pass.cpp 20 static_assert((std::is_same<uf::argument_type, int>::value), "");
  /external/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;
  /external/stlport/test/unit/
fadapter.h 51 typedef Arg argument_type; typedef in class:pointer_to_unary_procedure

Completed in 1973 milliseconds

1 2 3 4 5 6 7 8