Searched refs:target_type (Results 1 – 9 of 9) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/ |
D | conversion_traits.hpp | 41 typedef T target_type ; typedef 66 typedef N target_type ; typedef 82 typedef typename remove_cv<T>::type target_type ; typedef 85 typedef typename is_same<target_type,source_type>::type is_trivial ; 87 typedef trivial_traits_impl <target_type> trivial_imp ; 88 typedef non_trivial_traits_impl<target_type,source_type> non_trivial_imp ;
|
D | converter.hpp | 99 typedef typename Traits::target_type T ; 128 typedef typename Traits::target_type T ; 144 typedef typename Traits::target_type T ; 160 typedef typename Traits::target_type T ; 176 typedef typename Traits::target_type T ; 192 typedef typename Traits::target_type T ; 330 typedef typename Traits::target_type T ;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/ |
D | conversion_traits.hpp | 26 typedef typename base_::target_type target_type; typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/ |
D | target_type.pass.cpp | 55 assert(f.target_type() == typeid(A)); in main() 59 assert(f.target_type() == typeid(void)); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __functional_03 | 250 virtual const std::type_info& target_type() const = 0; 269 virtual const std::type_info& target_type() const = 0; 288 virtual const std::type_info& target_type() const = 0; 307 virtual const std::type_info& target_type() const = 0; 328 virtual const std::type_info& target_type() const; 388 __func<_Fp, _Alloc, _Rp()>::target_type() const 411 virtual const std::type_info& target_type() const; 471 __func<_Fp, _Alloc, _Rp(_A0)>::target_type() const 494 virtual const std::type_info& target_type() const; 554 __func<_Fp, _Alloc, _Rp(_A0, _A1)>::target_type() const [all …]
|
D | functional | 419 const std::type_info& target_type() const noexcept; 1289 virtual const std::type_info& target_type() const _NOEXCEPT = 0; 1326 virtual const std::type_info& target_type() const _NOEXCEPT; 1386 __func<_Fp, _Alloc, _Rp(_ArgTypes...)>::target_type() const _NOEXCEPT 1508 const std::type_info& target_type() const _NOEXCEPT; 1763 function<_Rp(_ArgTypes...)>::target_type() const _NOEXCEPT 1767 return __f_->target_type();
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | lexical_cast.hpp | 110 const std::type_info &target_type() const in target_type() function in boost::bad_lexical_cast
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 3929 …call gen-test, utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/target_type)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 3938 …call gen-test, utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/target_type)
|