Home
last modified time | relevance | path

Searched refs:char_traits (Results 1 – 25 of 147) sorted by relevance

123456

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Diosfwd20 template<class charT> struct char_traits;
21 template<> struct char_traits<char>;
22 template<> struct char_traits<char8_t>; // C++20
23 template<> struct char_traits<char16_t>;
24 template<> struct char_traits<char32_t>;
25 template<> struct char_traits<wchar_t>;
30 template <class charT, class traits = char_traits<charT> > class basic_ios;
32 template <class charT, class traits = char_traits<charT> > class basic_streambuf;
33 template <class charT, class traits = char_traits<charT> > class basic_istream;
34 template <class charT, class traits = char_traits<charT> > class basic_ostream;
[all …]
H A D__string21 struct char_traits
48 template <> struct char_traits<char>;
49 template <> struct char_traits<wchar_t>;
50 template <> struct char_traits<char8_t>; // c++20
73 // char_traits
76 struct _LIBCPP_TEMPLATE_VIS char_traits
117 char_traits<_CharT>::compare(const char_type* __s1, const char_type* __s2, size_t __n)
132 char_traits<_CharT>::length(const char_type* __s)
143 char_traits<_CharT>::find(const char_type* __s, size_t __n, const char_type& __a)
156 char_traits<_CharT>::move(char_type* __s1, const char_type* __s2, size_t __n)
[all …]
H A Dstrstream106 typedef char_traits<char>::int_type int_type;
107 typedef char_traits<char>::pos_type pos_type;
108 typedef char_traits<char>::off_type off_type;
343 typedef char_traits<char>::int_type int_type;
344 typedef char_traits<char>::pos_type pos_type;
345 typedef char_traits<char>::off_type off_type;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Diosfwd20 template<class charT> struct char_traits;
21 template<> struct char_traits<char>;
22 template<> struct char_traits<char8_t>; // C++20
23 template<> struct char_traits<char16_t>;
24 template<> struct char_traits<char32_t>;
25 template<> struct char_traits<wchar_t>;
30 template <class charT, class traits = char_traits<charT> > class basic_ios;
32 template <class charT, class traits = char_traits<charT> > class basic_streambuf;
33 template <class charT, class traits = char_traits<charT> > class basic_istream;
34 template <class charT, class traits = char_traits<charT> > class basic_ostream;
[all …]
H A D__string21 struct char_traits
48 template <> struct char_traits<char>;
49 template <> struct char_traits<wchar_t>;
50 template <> struct char_traits<char8_t>; // c++20
73 // char_traits
76 struct _LIBCPP_TEMPLATE_VIS char_traits
117 char_traits<_CharT>::compare(const char_type* __s1, const char_type* __s2, size_t __n)
132 char_traits<_CharT>::length(const char_type* __s)
143 char_traits<_CharT>::find(const char_type* __s, size_t __n, const char_type& __a)
156 char_traits<_CharT>::move(char_type* __s1, const char_type* __s2, size_t __n)
[all …]
H A Dstrstream106 typedef char_traits<char>::int_type int_type;
107 typedef char_traits<char>::pos_type pos_type;
108 typedef char_traits<char>::off_type off_type;
343 typedef char_traits<char>::int_type int_type;
344 typedef char_traits<char>::pos_type pos_type;
345 typedef char_traits<char>::off_type off_type;
/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 Dchar_traits.h90 struct char_traits in _GLIBCXX_VISIBILITY() struct
154 char_traits<_CharT>:: in _GLIBCXX_VISIBILITY()
167 char_traits<_CharT>:: in _GLIBCXX_VISIBILITY()
177 _GLIBCXX14_CONSTEXPR const typename char_traits<_CharT>::char_type* in _GLIBCXX_VISIBILITY()
178 char_traits<_CharT>:: in _GLIBCXX_VISIBILITY()
189 typename char_traits<_CharT>::char_type* in _GLIBCXX_VISIBILITY()
190 char_traits<_CharT>:: in _GLIBCXX_VISIBILITY()
211 typename char_traits<_CharT>::char_type* in _GLIBCXX_VISIBILITY()
212 char_traits<_CharT>:: in _GLIBCXX_VISIBILITY()
222 typename char_traits<_CharT>::char_type* in _GLIBCXX_VISIBILITY()
[all …]
H A Dstringfwd.h53 struct char_traits; in _GLIBCXX_VISIBILITY()
55 template<> struct char_traits<char>; in _GLIBCXX_VISIBILITY()
58 template<> struct char_traits<wchar_t>; in _GLIBCXX_VISIBILITY()
62 template<> struct char_traits<char8_t>; in _GLIBCXX_VISIBILITY()
66 template<> struct char_traits<char16_t>; in _GLIBCXX_VISIBILITY()
67 template<> struct char_traits<char32_t>; in _GLIBCXX_VISIBILITY()
72 template<typename _CharT, typename _Traits = char_traits<_CharT>, in _GLIBCXX_VISIBILITY()
H A Dlocale_classes.tcc183 __p += char_traits<_CharT>::length(__p); in do_compare()
184 __q += char_traits<_CharT>::length(__q); in do_compare()
234 __p += char_traits<_CharT>::length(__p); in do_transform()
/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 Dchar_traits.h90 struct char_traits in _GLIBCXX_VISIBILITY() struct
154 char_traits<_CharT>:: in _GLIBCXX_VISIBILITY()
167 char_traits<_CharT>:: in _GLIBCXX_VISIBILITY()
177 _GLIBCXX14_CONSTEXPR const typename char_traits<_CharT>::char_type* in _GLIBCXX_VISIBILITY()
178 char_traits<_CharT>:: in _GLIBCXX_VISIBILITY()
189 typename char_traits<_CharT>::char_type* in _GLIBCXX_VISIBILITY()
190 char_traits<_CharT>:: in _GLIBCXX_VISIBILITY()
211 typename char_traits<_CharT>::char_type* in _GLIBCXX_VISIBILITY()
212 char_traits<_CharT>:: in _GLIBCXX_VISIBILITY()
222 typename char_traits<_CharT>::char_type* in _GLIBCXX_VISIBILITY()
[all …]
H A Dstringfwd.h53 struct char_traits; in _GLIBCXX_VISIBILITY()
55 template<> struct char_traits<char>; in _GLIBCXX_VISIBILITY()
58 template<> struct char_traits<wchar_t>; in _GLIBCXX_VISIBILITY()
62 template<> struct char_traits<char8_t>; in _GLIBCXX_VISIBILITY()
66 template<> struct char_traits<char16_t>; in _GLIBCXX_VISIBILITY()
67 template<> struct char_traits<char32_t>; in _GLIBCXX_VISIBILITY()
72 template<typename _CharT, typename _Traits = char_traits<_CharT>, in _GLIBCXX_VISIBILITY()
H A Dlocale_classes.tcc183 __p += char_traits<_CharT>::length(__p); in do_compare()
184 __q += char_traits<_CharT>::length(__q); in do_compare()
234 __p += char_traits<_CharT>::length(__p); in do_transform()
/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/
H A Diosfwd76 template<typename _CharT, typename _Traits = char_traits<_CharT> >
79 template<typename _CharT, typename _Traits = char_traits<_CharT> >
82 template<typename _CharT, typename _Traits = char_traits<_CharT> >
85 template<typename _CharT, typename _Traits = char_traits<_CharT> >
88 template<typename _CharT, typename _Traits = char_traits<_CharT> >
94 template<typename _CharT, typename _Traits = char_traits<_CharT>,
98 template<typename _CharT, typename _Traits = char_traits<_CharT>,
102 template<typename _CharT, typename _Traits = char_traits<_CharT>,
106 template<typename _CharT, typename _Traits = char_traits<_CharT>,
112 template<typename _CharT, typename _Traits = char_traits<_CharT> >
[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/
H A Diosfwd76 template<typename _CharT, typename _Traits = char_traits<_CharT> >
79 template<typename _CharT, typename _Traits = char_traits<_CharT> >
82 template<typename _CharT, typename _Traits = char_traits<_CharT> >
85 template<typename _CharT, typename _Traits = char_traits<_CharT> >
88 template<typename _CharT, typename _Traits = char_traits<_CharT> >
94 template<typename _CharT, typename _Traits = char_traits<_CharT>,
98 template<typename _CharT, typename _Traits = char_traits<_CharT>,
102 template<typename _CharT, typename _Traits = char_traits<_CharT>,
106 template<typename _CharT, typename _Traits = char_traits<_CharT>,
112 template<typename _CharT, typename _Traits = char_traits<_CharT> >
[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/ext/
H A Dvstring_fwd.h49 template<typename _CharT, typename _Traits = std::char_traits<_CharT>, in _GLIBCXX_VISIBILITY()
58 __versa_string<char, std::char_traits<char>, in _GLIBCXX_VISIBILITY()
65 __versa_string<wchar_t, std::char_traits<wchar_t>, in _GLIBCXX_VISIBILITY()
73 __versa_string<char16_t, std::char_traits<char16_t>, in _GLIBCXX_VISIBILITY()
79 __versa_string<char32_t, std::char_traits<char32_t>, in _GLIBCXX_VISIBILITY()
/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/ext/
H A Dvstring_fwd.h49 template<typename _CharT, typename _Traits = std::char_traits<_CharT>, in _GLIBCXX_VISIBILITY()
58 __versa_string<char, std::char_traits<char>, in _GLIBCXX_VISIBILITY()
65 __versa_string<wchar_t, std::char_traits<wchar_t>, in _GLIBCXX_VISIBILITY()
73 __versa_string<char16_t, std::char_traits<char16_t>, in _GLIBCXX_VISIBILITY()
79 __versa_string<char32_t, std::char_traits<char32_t>, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dchar_traits.hpp47 struct char_traits;
50 struct char_traits<char> : BOOST_IOSTREAMS_CHAR_TRAITS(char) { struct
61 struct char_traits<wchar_t> : std::char_traits<wchar_t> { struct
H A Dread.hpp133 typedef iostreams::char_traits<char_type> traits_type; in get()
157 typedef iostreams::char_traits<char_type> traits_type; in putback()
169 typedef iostreams::char_traits<char_type> traits_type; in get()
222 typedef iostreams::char_traits<char_type> traits_type; in read()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/char_encoding/
H A Dstandard_wide.hpp47 static typename std::char_traits<Char>::int_type
50 return std::char_traits<Char>::to_int_type(ch); in to_int_type()
55 to_char_type(typename std::char_traits<Char>::int_type ch) in to_char_type()
57 return std::char_traits<Char>::to_char_type(ch); in to_char_type()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dchar_traits.hpp29 # define BOOST_IOSTREAMS_CHAR_TRAITS(ch) std::char_traits< ch >
31 # define BOOST_IOSTREAMS_CHAR_TRAITS(ch) boost::iostreams::detail::char_traits
35 struct char_traits { struct
/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/debug/
H A Dbitset321 std::basic_string<_CharT, std::char_traits<_CharT>,
325 return to_string<_CharT, std::char_traits<_CharT>,
330 std::basic_string<_CharT, std::char_traits<_CharT>,
334 return to_string<_CharT, std::char_traits<_CharT>,
338 std::basic_string<char, std::char_traits<char>, std::allocator<char> >
341 return to_string<char,std::char_traits<char>,std::allocator<char> >();
344 std::basic_string<char, std::char_traits<char>, std::allocator<char> >
347 return to_string<char, std::char_traits<char>,
/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/debug/
H A Dbitset321 std::basic_string<_CharT, std::char_traits<_CharT>,
325 return to_string<_CharT, std::char_traits<_CharT>,
330 std::basic_string<_CharT, std::char_traits<_CharT>,
334 return to_string<_CharT, std::char_traits<_CharT>,
338 std::basic_string<char, std::char_traits<char>, std::allocator<char> >
341 return to_string<char,std::char_traits<char>,std::allocator<char> >();
344 std::basic_string<char, std::char_traits<char>, std::allocator<char> >
347 return to_string<char, std::char_traits<char>,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dcontainer_fwd.hpp187 ,class Traits = std::char_traits<CharT>
193 ,std::char_traits<char>
199 ,std::char_traits<wchar_t>
/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/backward/
H A Dstrstream62 class strstreambuf : public basic_streambuf<char, char_traits<char> >
66 typedef char_traits<char> _Traits;
211 typedef char_traits<char>::int_type int_type;
212 typedef char_traits<char>::pos_type pos_type;
213 typedef char_traits<char>::off_type off_type;
/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/backward/
H A Dstrstream62 class strstreambuf : public basic_streambuf<char, char_traits<char> >
66 typedef char_traits<char> _Traits;
211 typedef char_traits<char>::int_type int_type;
212 typedef char_traits<char>::pos_type pos_type;
213 typedef char_traits<char>::off_type off_type;

123456