Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dlexical_cast.hpp201 struct is_char_or_wchar struct
227 is_char_or_wchar<Type >::value,
1985 detail::is_char_or_wchar<Target>::value
1988 detail::is_char_or_wchar<Source>::value
2008 is_char_or_wchar<Target>::value
2013 is_char_or_wchar<Target>::value,
2014 is_char_or_wchar<Source>::value
2108 …::boost::detail::is_char_or_wchar<src_char_type>::value, // source is lexical t… in lexical_cast_impl()
2109 …::boost::detail::is_char_or_wchar<target_char_t>::value, // target is a lexical… in lexical_cast_impl()
2117 ::boost::detail::is_char_or_wchar<src_char_type >::value in lexical_cast_impl()