Home
last modified time | relevance | path

Searched refs:traits_type (Results 1 – 25 of 116) sorted by relevance

12345

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A D__std_stream40 typedef char_traits<char_type> traits_type;
41 typedef typename traits_type::int_type int_type;
42 typedef typename traits_type::pos_type pos_type;
43 typedef typename traits_type::off_type off_type;
44 typedef typename traits_type::state_type state_type;
51 virtual int_type pbackfail(int_type __c = traits_type::eof());
74 __last_consumed_(traits_type::eof()),
114 __last_consumed_ = traits_type::eof();
125 return traits_type::eof();
148 return traits_type::eof();
[all …]
H A Dsstream23 typedef traits traits_type;
24 typedef typename traits_type::int_type int_type;
25 typedef typename traits_type::pos_type pos_type;
26 typedef typename traits_type::off_type off_type;
31 explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type>& str,
40 basic_string<char_type, traits_type, allocator_type> str() const;
41 void str(const basic_string<char_type, traits_type, allocator_type>& s);
46 virtual int_type pbackfail(int_type c = traits_type::eof());
47 virtual int_type overflow (int_type c = traits_type::eof());
48 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type*, streamsize);
[all …]
H A Dstreambuf26 typedef traits traits_type;
27 typedef typename traits_type::int_type int_type;
28 typedef typename traits_type::pos_type pos_type;
29 typedef typename traits_type::off_type off_type;
100 virtual int_type pbackfail(int_type c = traits_type::eof());
104 virtual int_type overflow (int_type c = traits_type::eof());
130 typedef _Traits traits_type;
131 typedef typename traits_type::int_type int_type;
132 typedef typename traits_type::pos_type pos_type;
133 typedef typename traits_type::off_type off_type;
[all …]
H A Dfstream23 typedef traits traits_type;
24 typedef typename traits_type::int_type int_type;
25 typedef typename traits_type::pos_type pos_type;
26 typedef typename traits_type::off_type off_type;
49 virtual int_type pbackfail(int_type c = traits_type::eof());
50 virtual int_type overflow (int_type c = traits_type::eof());
51 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type* s, streamsize n);
73 typedef traits traits_type;
74 typedef typename traits_type::int_type int_type;
75 typedef typename traits_type::pos_type pos_type;
[all …]
H A Distream24 typedef traits traits_type;
25 typedef typename traits_type::int_type int_type;
26 typedef typename traits_type::pos_type pos_type;
27 typedef typename traits_type::off_type off_type;
30 explicit basic_istream(basic_streambuf<char_type, traits_type>* sb);
43 basic_istream& operator>>(basic_ios<char_type, traits_type>&
44 (*pf)(basic_ios<char_type, traits_type>&));
46 basic_istream& operator>>(basic_streambuf<char_type, traits_type>* sb);
67 basic_istream& get(basic_streambuf<char_type,traits_type>& sb);
68 basic_istream& get(basic_streambuf<char_type,traits_type>& sb, char_type delim);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A D__std_stream40 typedef char_traits<char_type> traits_type;
41 typedef typename traits_type::int_type int_type;
42 typedef typename traits_type::pos_type pos_type;
43 typedef typename traits_type::off_type off_type;
44 typedef typename traits_type::state_type state_type;
51 virtual int_type pbackfail(int_type __c = traits_type::eof());
74 __last_consumed_(traits_type::eof()),
114 __last_consumed_ = traits_type::eof();
125 return traits_type::eof();
148 return traits_type::eof();
[all …]
H A Dsstream23 typedef traits traits_type;
24 typedef typename traits_type::int_type int_type;
25 typedef typename traits_type::pos_type pos_type;
26 typedef typename traits_type::off_type off_type;
31 explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type>& str,
40 basic_string<char_type, traits_type, allocator_type> str() const;
41 void str(const basic_string<char_type, traits_type, allocator_type>& s);
46 virtual int_type pbackfail(int_type c = traits_type::eof());
47 virtual int_type overflow (int_type c = traits_type::eof());
48 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type*, streamsize);
[all …]
H A Dstreambuf26 typedef traits traits_type;
27 typedef typename traits_type::int_type int_type;
28 typedef typename traits_type::pos_type pos_type;
29 typedef typename traits_type::off_type off_type;
100 virtual int_type pbackfail(int_type c = traits_type::eof());
104 virtual int_type overflow (int_type c = traits_type::eof());
130 typedef _Traits traits_type;
131 typedef typename traits_type::int_type int_type;
132 typedef typename traits_type::pos_type pos_type;
133 typedef typename traits_type::off_type off_type;
[all …]
H A Dfstream23 typedef traits traits_type;
24 typedef typename traits_type::int_type int_type;
25 typedef typename traits_type::pos_type pos_type;
26 typedef typename traits_type::off_type off_type;
49 virtual int_type pbackfail(int_type c = traits_type::eof());
50 virtual int_type overflow (int_type c = traits_type::eof());
51 virtual basic_streambuf<char_type, traits_type>* setbuf(char_type* s, streamsize n);
73 typedef traits traits_type;
74 typedef typename traits_type::int_type int_type;
75 typedef typename traits_type::pos_type pos_type;
[all …]
H A Distream24 typedef traits traits_type;
25 typedef typename traits_type::int_type int_type;
26 typedef typename traits_type::pos_type pos_type;
27 typedef typename traits_type::off_type off_type;
30 explicit basic_istream(basic_streambuf<char_type, traits_type>* sb);
43 basic_istream& operator>>(basic_ios<char_type, traits_type>&
44 (*pf)(basic_ios<char_type, traits_type>&));
46 basic_istream& operator>>(basic_streambuf<char_type, traits_type>* sb);
67 basic_istream& get(basic_streambuf<char_type,traits_type>& sb);
68 basic_istream& get(basic_streambuf<char_type,traits_type>& sb, char_type delim);
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Ddouble_object.hpp36 typedef Metrowerks::call_traits<T> traits_type; typedef in boost::iostreams::detail::single_object_holder
38 typedef boost::call_traits<T> traits_type;
40 typedef typename traits_type::param_type param_type;
41 typedef typename traits_type::reference reference;
42 typedef typename traits_type::const_reference const_reference;
59 typedef Metrowerks::call_traits<T> traits_type; typedef
61 typedef boost::call_traits<T> traits_type;
63 typedef typename traits_type::param_type param_type;
64 typedef typename traits_type::reference reference;
65 typedef typename traits_type::const_reference const_reference;
[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 Dstdio_sync_filebuf.h62 typedef _Traits traits_type; in _GLIBCXX_VISIBILITY() typedef
63 typedef typename traits_type::int_type int_type; in _GLIBCXX_VISIBILITY()
64 typedef typename traits_type::pos_type pos_type; in _GLIBCXX_VISIBILITY()
65 typedef typename traits_type::off_type off_type; in _GLIBCXX_VISIBILITY()
80 : _M_file(__f), _M_unget_buf(traits_type::eof()) in _GLIBCXX_VISIBILITY()
89 __fb._M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
97 _M_unget_buf = std::__exchange(__fb._M_unget_buf, traits_type::eof()); in _GLIBCXX_VISIBILITY()
146 pbackfail(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
149 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
152 if (traits_type::eq_int_type(__c, __eof)) // unget in _GLIBCXX_VISIBILITY()
[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/ext/
H A Dstdio_sync_filebuf.h62 typedef _Traits traits_type; in _GLIBCXX_VISIBILITY() typedef
63 typedef typename traits_type::int_type int_type; in _GLIBCXX_VISIBILITY()
64 typedef typename traits_type::pos_type pos_type; in _GLIBCXX_VISIBILITY()
65 typedef typename traits_type::off_type off_type; in _GLIBCXX_VISIBILITY()
80 : _M_file(__f), _M_unget_buf(traits_type::eof()) in _GLIBCXX_VISIBILITY()
89 __fb._M_unget_buf = traits_type::eof(); in _GLIBCXX_VISIBILITY()
97 _M_unget_buf = std::__exchange(__fb._M_unget_buf, traits_type::eof()); in _GLIBCXX_VISIBILITY()
146 pbackfail(int_type __c = traits_type::eof()) in _GLIBCXX_VISIBILITY()
149 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
152 if (traits_type::eq_int_type(__c, __eof)) // unget in _GLIBCXX_VISIBILITY()
[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 Dstreambuf_iterator.h67 typedef _Traits traits_type; in _GLIBCXX_VISIBILITY() typedef
116 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
131 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
135 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
157 return traits_type::to_char_type(__c); in _GLIBCXX_VISIBILITY()
170 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
185 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
214 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
215 return traits_type::eq_int_type(__c, __eof); in _GLIBCXX_VISIBILITY()
250 typedef _Traits traits_type; in _GLIBCXX_VISIBILITY() typedef
[all …]
H A Distream.tcc57 const __int_type __eof = traits_type::eof(); in sentry()
62 while (!traits_type::eq_int_type(__c, __eof) in sentry()
64 traits_type::to_char_type(__c))) in sentry()
70 if (traits_type::eq_int_type(__c, __eof)) in sentry()
246 const int_type __eof = traits_type::eof(); in get()
257 if (!traits_type::eq_int_type(__c, __eof)) in get()
291 if (!traits_type::eq_int_type(__cb, traits_type::eof())) in get()
294 __c = traits_type::to_char_type(__cb); in get()
326 const int_type __idelim = traits_type::to_int_type(__delim); in get()
327 const int_type __eof = traits_type::eof(); in get()
[all …]
H A Dsstream.tcc48 int_type __ret = traits_type::eof(); in pbackfail()
53 const bool __testeof = traits_type::eq_int_type(__c, __ret); in pbackfail()
56 const bool __testeq = traits_type::eq(traits_type:: in pbackfail()
64 *this->gptr() = traits_type::to_char_type(__c); in pbackfail()
71 __ret = traits_type::not_eof(__c); in pbackfail()
84 return traits_type::eof(); in overflow()
86 const bool __testeof = traits_type::eq_int_type(__c, traits_type::eof()); in overflow()
88 return traits_type::not_eof(__c); in overflow()
104 *this->pptr() = traits_type::to_char_type(__c); in overflow()
113 return traits_type::eof(); in overflow()
[all …]
H A Dstreambuf.tcc56 traits_type::copy(__s, this->gptr(), __len); in xsgetn()
65 if (!traits_type::eq_int_type(__c, traits_type::eof())) in xsgetn()
67 traits_type::assign(*__s++, traits_type::to_char_type(__c)); in xsgetn()
90 traits_type::copy(this->pptr(), __s, __len); in xsputn()
98 int_type __c = this->overflow(traits_type::to_int_type(*__s)); in xsputn()
99 if (!traits_type::eq_int_type(__c, traits_type::eof())) in xsputn()
/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 Dstreambuf_iterator.h67 typedef _Traits traits_type; in _GLIBCXX_VISIBILITY() typedef
116 : _M_sbuf(0), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
131 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
135 : _M_sbuf(__s), _M_c(traits_type::eof()) { } in _GLIBCXX_VISIBILITY()
157 return traits_type::to_char_type(__c); in _GLIBCXX_VISIBILITY()
170 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
185 _M_c = traits_type::eof(); in _GLIBCXX_VISIBILITY()
214 const int_type __eof = traits_type::eof(); in _GLIBCXX_VISIBILITY()
215 return traits_type::eq_int_type(__c, __eof); in _GLIBCXX_VISIBILITY()
250 typedef _Traits traits_type; in _GLIBCXX_VISIBILITY() typedef
[all …]
H A Distream.tcc57 const __int_type __eof = traits_type::eof(); in sentry()
62 while (!traits_type::eq_int_type(__c, __eof) in sentry()
64 traits_type::to_char_type(__c))) in sentry()
70 if (traits_type::eq_int_type(__c, __eof)) in sentry()
246 const int_type __eof = traits_type::eof(); in get()
257 if (!traits_type::eq_int_type(__c, __eof)) in get()
291 if (!traits_type::eq_int_type(__cb, traits_type::eof())) in get()
294 __c = traits_type::to_char_type(__cb); in get()
326 const int_type __idelim = traits_type::to_int_type(__delim); in get()
327 const int_type __eof = traits_type::eof(); in get()
[all …]
H A Dsstream.tcc48 int_type __ret = traits_type::eof(); in pbackfail()
53 const bool __testeof = traits_type::eq_int_type(__c, __ret); in pbackfail()
56 const bool __testeq = traits_type::eq(traits_type:: in pbackfail()
64 *this->gptr() = traits_type::to_char_type(__c); in pbackfail()
71 __ret = traits_type::not_eof(__c); in pbackfail()
84 return traits_type::eof(); in overflow()
86 const bool __testeof = traits_type::eq_int_type(__c, traits_type::eof()); in overflow()
88 return traits_type::not_eof(__c); in overflow()
104 *this->pptr() = traits_type::to_char_type(__c); in overflow()
113 return traits_type::eof(); in overflow()
[all …]
H A Dstreambuf.tcc56 traits_type::copy(__s, this->gptr(), __len); in xsgetn()
65 if (!traits_type::eq_int_type(__c, traits_type::eof())) in xsgetn()
67 traits_type::assign(*__s++, traits_type::to_char_type(__c)); in xsgetn()
90 traits_type::copy(this->pptr(), __s, __len); in xsputn()
98 int_type __c = this->overflow(traits_type::to_int_type(*__s)); in xsputn()
99 if (!traits_type::eq_int_type(__c, traits_type::eof())) in xsputn()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dread.hpp120 typedef BOOST_IOSTREAMS_CHAR_TRAITS(char_type) traits_type; in putback() typedef
121 return !traits_type::eq_int_type( t.rdbuf()->sputbackc(c), in putback()
122 traits_type::eof() ); in putback()
133 typedef iostreams::char_traits<char_type> traits_type; in get() typedef
135 return !traits_type::is_eof(c = t.sbumpc()) || in get()
138 c : traits_type::would_block(); in get()
157 typedef iostreams::char_traits<char_type> traits_type; in putback() typedef
158 return !traits_type::is_eof(t.sputbackc(c)); in putback()
169 typedef iostreams::char_traits<char_type> traits_type; in get() typedef
173 traits_type::to_int_type(c) : in get()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dchar_array_buffer.hpp19 return traits_type::eof(); in underflow()
21 return traits_type::to_int_type(*current_); in underflow()
26 return traits_type::eof(); in uflow()
28 return traits_type::to_int_type(*current_++); in uflow()
32 if (current_ == begin_ || (ch != traits_type::eof() && ch != current_[-1])) { in pbackfail()
33 return traits_type::eof(); in pbackfail()
35 return traits_type::to_int_type(*--current_); in pbackfail()
/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/experimental/bits/
H A Dstring_view.tcc62 if (traits_type::eq(this->_M_str[__pos], __str[0]) in find()
63 && traits_type::compare(this->_M_str + __pos + 1, in find()
79 const _CharT* __p = traits_type::find(this->_M_str + __pos, __n, __c); in find()
98 if (traits_type::compare(this->_M_str + __pos, __str, __n) == 0) in rfind()
117 if (traits_type::eq(this->_M_str[__size], __c)) in rfind()
131 const _CharT* __p = traits_type::find(__str, __n, in find_first_of()
152 if (traits_type::find(__str, __n, this->_M_str[__size])) in find_last_of()
167 if (!traits_type::find(__str, __n, this->_M_str[__pos])) in find_first_not_of()
178 if (!traits_type::eq(this->_M_str[__pos], __c)) in find_first_not_of()
196 if (!traits_type::find(__str, __n, this->_M_str[__size])) in find_last_not_of()
[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/experimental/bits/
H A Dstring_view.tcc62 if (traits_type::eq(this->_M_str[__pos], __str[0]) in find()
63 && traits_type::compare(this->_M_str + __pos + 1, in find()
79 const _CharT* __p = traits_type::find(this->_M_str + __pos, __n, __c); in find()
98 if (traits_type::compare(this->_M_str + __pos, __str, __n) == 0) in rfind()
117 if (traits_type::eq(this->_M_str[__size], __c)) in rfind()
131 const _CharT* __p = traits_type::find(__str, __n, in find_first_of()
152 if (traits_type::find(__str, __n, this->_M_str[__size])) in find_last_of()
167 if (!traits_type::find(__str, __n, this->_M_str[__pos])) in find_first_not_of()
178 if (!traits_type::eq(this->_M_str[__pos], __c)) in find_first_not_of()
196 if (!traits_type::find(__str, __n, this->_M_str[__size])) in find_last_not_of()
[all …]

12345