Home
last modified time | relevance | path

Searched refs:Traits (Results 1 – 9 of 9) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
Dconverter.hpp96 template<class Traits>
99 typedef typename Traits::target_type T ;
100 typedef typename Traits::source_type S ;
101 typedef typename Traits::argument_type argument_type ;
111 template<class Traits>
114 typedef typename Traits::source_type S ;
115 typedef typename Traits::argument_type argument_type ;
125 template<class Traits>
128 typedef typename Traits::target_type T ;
129 typedef typename Traits::source_type S ;
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
Dconverter.hpp23 class Traits = conversion_traits<T,S>,
25 class Float2IntRounder = Trunc< BOOST_DEDUCED_TYPENAME Traits::source_type> ,
26 class RawConverter = raw_converter<Traits>,
29 struct converter : convdetail::get_converter_impl<Traits,
36 typedef Traits traits ;
38 typedef typename Traits::argument_type argument_type ;
39 typedef typename Traits::result_type result_type ;
54 class Traits = conversion_traits<T,S>,
55 class RawConverter = raw_converter<Traits>
59 …typedef converter<T,S,Traits,OverflowHandler,Float2IntRounder,RawConverter,UserRangeChecker> type ;
Dconverter_policies.hpp181 template<class Traits>
184 typedef typename Traits::result_type result_type ;
185 typedef typename Traits::argument_type argument_type ;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dlexical_cast.hpp269 template <class CharT, class Traits, class Alloc>
270 struct stream_char< std::basic_string<CharT, Traits, Alloc> >
275 template <class CharT, class Traits, class Alloc>
276 struct stream_char< ::boost::container::basic_string<CharT, Traits, Alloc> >
337 template<class CharT, class Traits, class Alloc, class Source>
339 , std::basic_string<CharT,Traits,Alloc>
343 typedef Traits type;
346 template<class CharT, class Target, class Traits, class Alloc>
349 , std::basic_string<CharT,Traits,Alloc>
352 typedef Traits type;
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
Diterator_range_io.hpp54 template< typename IteratorT, typename Elem, typename Traits >
55 inline std::basic_ostream<Elem,Traits>& operator<<( in operator <<()
56 std::basic_ostream<Elem, Traits>& Os, in operator <<()
62 Elem, Traits>(Os) ); in operator <<()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/
Dtypes.pass.cpp43 template <class Traits, class Allocator>
47 typedef std::basic_string<typename Traits::char_type, Traits, Allocator> S; in test()
49 static_assert((std::is_same<typename S::traits_type, Traits>::value), ""); in test()
50 static_assert((std::is_same<typename S::value_type, typename Traits::char_type>::value), ""); in test()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_iterator_base.h431 #define _STLP_CREATE_ITERATOR_TRAITS_BASE(Motif, Traits) \
435 struct _Const##Motif : public _STLP_STD::_Const_##Traits<_Tp> { \
440 struct _##Motif : public _STLP_STD::_Nonconst_##Traits<_Tp> { \
445 #define _STLP_CREATE_ITERATOR_TRAITS(Motif, Traits) \
447 _STLP_CREATE_ITERATOR_TRAITS_BASE(Motif, Traits) \
450 #define _STLP_CREATE_HASH_ITERATOR_TRAITS(Motif, Traits) \
452 _STLP_CREATE_ITERATOR_TRAITS_BASE(NonLocal##Motif, Traits) \
453 _STLP_CREATE_ITERATOR_TRAITS_BASE(Local##Motif, Traits) \
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/container/
Dcontainer_fwd.hpp129 ,class Traits = std::char_traits<CharT>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dlocale58 template <class charT, class Traits, class Allocator>
59 bool operator()(const basic_string<charT,Traits,Allocator>& s1,
60 const basic_string<charT,Traits,Allocator>& s2) const;