Home | Sort by relevance Sort by last modified time |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/ | |
bcs_char_traits.hpp | 38 template<typename CharT> struct bcs_base_char { typedef CharT type; }; struct in namespace:boost::unit_test::ut_detail 40 template<> struct bcs_base_char<char const> { typedef char type; }; struct in namespace:boost::unit_test::ut_detail 41 template<> struct bcs_base_char<unsigned char> { typedef char type; }; struct in namespace:boost::unit_test::ut_detail 43 template<> struct bcs_base_char<unsigned char const> { typedef char type; }; struct in namespace:boost::unit_test::ut_detail 46 template<> struct bcs_base_char<wchar_t const> { typedef wchar_t type; }; struct in namespace:boost::unit_test::ut_detail 131 typedef typename ut_detail::bcs_base_char<CharT>::type the_base_char; |
io.hpp | 39 typedef typename ut_detail::bcs_base_char<CharT>::type char_type; |