Searched defs:char_traits (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/ |
| H A D | char_traits.hpp | 50 struct char_traits<char> : BOOST_IOSTREAMS_CHAR_TRAITS(char) { struct 51 static char newline() { return '\n'; } in newline() 52 static int good() { return '\n'; } in good() 53 static int would_block() { return WOULD_BLOCK; } in would_block() 54 static bool is_good(int c) { return c != EOF && c != WOULD_BLOCK; } in is_good() 55 static bool is_eof(int c) { return c == EOF; } in is_eof() 56 static bool would_block(int c) { return c == WOULD_BLOCK; } in would_block() 61 struct char_traits<wchar_t> : std::char_traits<wchar_t> { struct 62 static wchar_t newline() { return L'\n'; } in newline() 63 static std::wint_t good() { return L'\n'; } in good() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/ |
| H A D | char_traits.hpp | 35 struct char_traits { struct 36 typedef char char_type; 37 typedef int int_type; 38 typedef std::streampos pos_type; 39 typedef std::streamoff off_type; 43 static int compare(const char* lhs, const char* rhs, std::size_t n) in compare() 45 static char* copy(char *dest, const char *src, std::size_t n) in copy() 47 static char* move(char *dest, const char *src, std::size_t n) in move() 49 static const char* find(const char* s, std::size_t n, const char& c) in find() 51 static char to_char_type(const int& c) { return c; } in to_char_type() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | char_traits.h | 90 struct char_traits in _GLIBCXX_VISIBILITY() struct 92 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() 93 typedef typename _Char_types<_CharT>::int_type int_type; in _GLIBCXX_VISIBILITY() 94 typedef typename _Char_types<_CharT>::pos_type pos_type; in _GLIBCXX_VISIBILITY() 95 typedef typename _Char_types<_CharT>::off_type off_type; in _GLIBCXX_VISIBILITY() 96 typedef typename _Char_types<_CharT>::state_type state_type; in _GLIBCXX_VISIBILITY() 98 using comparison_category = std::strong_ordering; in _GLIBCXX_VISIBILITY() 102 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() 106 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() 110 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | char_traits.h | 90 struct char_traits in _GLIBCXX_VISIBILITY() struct 92 typedef _CharT char_type; in _GLIBCXX_VISIBILITY() 93 typedef typename _Char_types<_CharT>::int_type int_type; in _GLIBCXX_VISIBILITY() 94 typedef typename _Char_types<_CharT>::pos_type pos_type; in _GLIBCXX_VISIBILITY() 95 typedef typename _Char_types<_CharT>::off_type off_type; in _GLIBCXX_VISIBILITY() 96 typedef typename _Char_types<_CharT>::state_type state_type; in _GLIBCXX_VISIBILITY() 98 using comparison_category = std::strong_ordering; in _GLIBCXX_VISIBILITY() 102 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() 106 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() 110 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() [all …]
|