Home
last modified time | relevance | path

Searched refs:streamsize (Results 1 – 25 of 98) sorted by relevance

1234

/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.tcc44 streamsize
46 xsgetn(char_type* __s, streamsize __n) in xsgetn()
48 streamsize __ret = 0; in xsgetn()
51 const streamsize __buf_len = this->egptr() - this->gptr(); in xsgetn()
54 const streamsize __remaining = __n - __ret; in xsgetn()
55 const streamsize __len = std::min(__buf_len, __remaining); in xsgetn()
78 streamsize
80 xsputn(const char_type* __s, streamsize __n) in xsputn()
82 streamsize __ret = 0; in xsputn()
85 const streamsize __buf_len = this->epptr() - this->pptr(); in xsputn()
[all …]
H A Dfstream.tcc296 streamsize
300 streamsize __ret = -1; in showmanyc()
351 streamsize __ilen = 0; in underflow()
365 streamsize __blen; // Minimum buffer size. in underflow()
366 streamsize __rlen; // Number of chars to read. in underflow()
374 const streamsize __remainder = _M_ext_end - _M_ext_next; in underflow()
414 streamsize __elen = _M_file.xsgetn(_M_ext_end, __rlen); in underflow()
607 _M_convert_to_external(_CharT* __ibuf, streamsize __ilen) in _M_convert_to_external()
610 streamsize __elen; in _M_convert_to_external()
611 streamsize __plen; in _M_convert_to_external()
[all …]
H A Dostream_insert.h45 const _CharT* __s, streamsize __n) in _GLIBCXX_VISIBILITY()
50 const streamsize __put = __out.rdbuf()->sputn(__s, __n); in _GLIBCXX_VISIBILITY()
57 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n) in _GLIBCXX_VISIBILITY()
77 const _CharT* __s, streamsize __n) in _GLIBCXX_VISIBILITY()
87 const streamsize __w = __out.width(); in _GLIBCXX_VISIBILITY()
118 extern template ostream& __ostream_insert(ostream&, const char*, streamsize); in _GLIBCXX_VISIBILITY()
122 streamsize); in _GLIBCXX_VISIBILITY()
/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.tcc44 streamsize
46 xsgetn(char_type* __s, streamsize __n) in xsgetn()
48 streamsize __ret = 0; in xsgetn()
51 const streamsize __buf_len = this->egptr() - this->gptr(); in xsgetn()
54 const streamsize __remaining = __n - __ret; in xsgetn()
55 const streamsize __len = std::min(__buf_len, __remaining); in xsgetn()
78 streamsize
80 xsputn(const char_type* __s, streamsize __n) in xsputn()
82 streamsize __ret = 0; in xsputn()
85 const streamsize __buf_len = this->epptr() - this->pptr(); in xsputn()
[all …]
H A Dfstream.tcc296 streamsize
300 streamsize __ret = -1; in showmanyc()
351 streamsize __ilen = 0; in underflow()
365 streamsize __blen; // Minimum buffer size. in underflow()
366 streamsize __rlen; // Number of chars to read. in underflow()
374 const streamsize __remainder = _M_ext_end - _M_ext_next; in underflow()
414 streamsize __elen = _M_file.xsgetn(_M_ext_end, __rlen); in underflow()
607 _M_convert_to_external(_CharT* __ibuf, streamsize __ilen) in _M_convert_to_external()
610 streamsize __elen; in _M_convert_to_external()
611 streamsize __plen; in _M_convert_to_external()
[all …]
H A Dostream_insert.h45 const _CharT* __s, streamsize __n) in _GLIBCXX_VISIBILITY()
50 const streamsize __put = __out.rdbuf()->sputn(__s, __n); in _GLIBCXX_VISIBILITY()
57 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n) in _GLIBCXX_VISIBILITY()
77 const _CharT* __s, streamsize __n) in _GLIBCXX_VISIBILITY()
87 const streamsize __w = __out.width(); in _GLIBCXX_VISIBILITY()
118 extern template ostream& __ostream_insert(ostream&, const char*, streamsize); in _GLIBCXX_VISIBILITY()
122 streamsize); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/adapter/
H A Drange_adapter.hpp65 std::streamsize read(char_type* s, std::streamsize n);
66 std::streamsize write(const char_type* s, std::streamsize n);
83 inline std::streamsize range_adapter<Mode, Range>::read in read()
84 (char_type* s, std::streamsize n) in read()
88 inline std::streamsize range_adapter<Mode, Range>::write in write()
89 (const char_type* s, std::streamsize n) in write()
106 static std::streamsize read in read()
107 (Iter& cur, Iter& last, Ch* s,std::streamsize n) in read()
109 std::streamsize rem = n; // No. of chars remaining. in read()
115 static std::streamsize write in write()
[all …]
H A Dconcept_adapter.hpp73 std::streamsize read(char_type* s, std::streamsize n) in read()
77 std::streamsize read(char_type* s, std::streamsize n, Source* src) in read()
80 std::streamsize write(const char_type* s, std::streamsize n) in write()
84 std::streamsize write(const char_type* s, std::streamsize n, Sink* snk) in write()
118 std::streamsize optimal_buffer_size() const in optimal_buffer_size()
169 static std::streamsize
171 std::streamsize n ) in read()
175 static std::streamsize
177 std::streamsize ) in write()
185 static std::streamsize
[all …]
H A Dmode_adapter.hpp48 std::streamsize read(char_type* s, std::streamsize n);
49 std::streamsize write(const char_type* s, std::streamsize n);
59 std::streamsize read(Source& src, char_type* s, std::streamsize n) in read()
63 std::streamsize write(Sink& snk, const char_type* s, std::streamsize n) in write()
93 std::streamsize mode_adapter<Mode, T>::read in read()
94 (char_type* s, std::streamsize n) in read()
98 std::streamsize mode_adapter<Mode, T>::write in write()
99 (const char_type* s, std::streamsize n) in write()
H A Dnon_blocking_adapter.hpp27 std::streamsize read(char_type* s, std::streamsize n) in read()
29 std::streamsize result = 0; in read()
31 std::streamsize amt = iostreams::read(device_, s, n); in read()
38 std::streamsize write(const char_type* s, std::streamsize n) in write()
40 std::streamsize result = 0; in write()
42 std::streamsize amt = in write()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dbuffer.hpp48 basic_buffer(std::streamsize buffer_size);
50 void resize(std::streamsize buffer_size);
54 std::streamsize size() const { return size_; } in size()
61 std::streamsize size_;
86 buffer(std::streamsize buffer_size);
91 void set(std::streamsize ptr, std::streamsize end);
99 std::streamsize keep; in fill()
100 if ((keep = static_cast<std::streamsize>(eptr_ - ptr_)) > 0) in fill()
107 std::streamsize result = in fill()
124 std::streamsize amt = static_cast<std::streamsize>(eptr_ - ptr_); in flush()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dread.hpp46 inline std::streamsize
47 read(T& t, typename char_type_of<T>::type* s, std::streamsize n) in read()
51 std::streamsize
52 read(T& t, Source& src, typename char_type_of<T>::type* s, std::streamsize n) in read()
64 inline std::streamsize check_eof(std::streamsize n) { return n != 0 ? n : -1; } in check_eof()
112 static std::streamsize
113 read(T& t, typename char_type_of<T>::type* s, std::streamsize n) in read()
142 static std::streamsize
143 read(T& t, typename char_type_of<T>::type* s, std::streamsize n) in read()
145 std::streamsize amt; in read()
[all …]
H A Dwrite.hpp47 inline std::streamsize write in write()
48 (T& t, const typename char_type_of<T>::type* s, std::streamsize n) in write()
52 inline std::streamsize
54 std::streamsize n ) in write()
87 static std::streamsize write in write()
88 (T& t, const typename char_type_of<T>::type* s, std::streamsize n) in write()
103 static std::streamsize write in write()
104 (T& t, const typename char_type_of<T>::type* s, std::streamsize n) in write()
115 static std::streamsize
116 write(T& t, const typename char_type_of<T>::type* s, std::streamsize n) in write()
[all …]
H A Dchecked_operations.hpp49 inline std::streamsize
50 read_if(T& t, typename char_type_of<T>::type* s, std::streamsize n) in read_if()
64 inline std::streamsize write_if in write_if()
65 (T& t, const typename char_type_of<T>::type* s, std::streamsize n) in write_if()
92 static std::streamsize
93 read(T& t, typename char_type_of<T>::type* s, std::streamsize n) in read()
102 static std::streamsize
103 write(T&, const typename char_type_of<T>::type*, std::streamsize) in write()
116 static std::streamsize
117 read(T&, typename char_type_of<T>::type*, std::streamsize) in read()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dstreambuf38 basic_streambuf* pubsetbuf(char_type* s, streamsize n);
47 streamsize in_avail();
51 streamsize sgetn(char_type* s, streamsize n);
59 streamsize sputn(const char_type* s, streamsize n);
86 virtual basic_streambuf* setbuf(char_type* s, streamsize n);
94 virtual streamsize showmanyc();
95 virtual streamsize xsgetn(char_type* s, streamsize n);
103 virtual streamsize xsputn(const char_type* s, streamsize n);
154 basic_streambuf* pubsetbuf(char_type* __s, streamsize __n)
173 streamsize in_avail() {
[all …]
H A Dstrstream21 explicit strstreambuf(streamsize alsize_arg = 0);
23 strstreambuf(char* gnext_arg, streamsize n, char* pbeg_arg = 0);
24 strstreambuf(const char* gnext_arg, streamsize n);
26 strstreambuf(signed char* gnext_arg, streamsize n, signed char* pbeg_arg = 0);
27 strstreambuf(const signed char* gnext_arg, streamsize n);
28 strstreambuf(unsigned char* gnext_arg, streamsize n, unsigned char* pbeg_arg = 0);
29 strstreambuf(const unsigned char* gnext_arg, streamsize n);
50 virtual streambuf* setbuf(char* s, streamsize n);
59 streamsize alsize; // exposition only
70 istrstream(const char* s, streamsize n);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dstreambuf38 basic_streambuf* pubsetbuf(char_type* s, streamsize n);
47 streamsize in_avail();
51 streamsize sgetn(char_type* s, streamsize n);
59 streamsize sputn(const char_type* s, streamsize n);
86 virtual basic_streambuf* setbuf(char_type* s, streamsize n);
94 virtual streamsize showmanyc();
95 virtual streamsize xsgetn(char_type* s, streamsize n);
103 virtual streamsize xsputn(const char_type* s, streamsize n);
154 basic_streambuf* pubsetbuf(char_type* __s, streamsize __n)
173 streamsize in_avail() {
[all …]
H A Dstrstream21 explicit strstreambuf(streamsize alsize_arg = 0);
23 strstreambuf(char* gnext_arg, streamsize n, char* pbeg_arg = 0);
24 strstreambuf(const char* gnext_arg, streamsize n);
26 strstreambuf(signed char* gnext_arg, streamsize n, signed char* pbeg_arg = 0);
27 strstreambuf(const signed char* gnext_arg, streamsize n);
28 strstreambuf(unsigned char* gnext_arg, streamsize n, unsigned char* pbeg_arg = 0);
29 strstreambuf(const unsigned char* gnext_arg, streamsize n);
50 virtual streambuf* setbuf(char* s, streamsize n);
59 streamsize alsize; // exposition only
70 istrstream(const char* s, streamsize n);
[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/arm-none-linux-gnueabihf/bits/
H A Dbasic_file.h112 streamsize in _GLIBCXX_VISIBILITY()
113 xsputn(const char* __s, streamsize __n); in _GLIBCXX_VISIBILITY()
115 streamsize in _GLIBCXX_VISIBILITY()
116 xsputn_2(const char* __s1, streamsize __n1, in _GLIBCXX_VISIBILITY()
117 const char* __s2, streamsize __n2); in _GLIBCXX_VISIBILITY()
119 streamsize in _GLIBCXX_VISIBILITY()
120 xsgetn(char* __s, streamsize __n); in _GLIBCXX_VISIBILITY()
128 streamsize in _GLIBCXX_VISIBILITY()
/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/aarch64-none-linux-gnu/bits/
H A Dbasic_file.h112 streamsize in _GLIBCXX_VISIBILITY()
113 xsputn(const char* __s, streamsize __n); in _GLIBCXX_VISIBILITY()
115 streamsize in _GLIBCXX_VISIBILITY()
116 xsputn_2(const char* __s1, streamsize __n1, in _GLIBCXX_VISIBILITY()
117 const char* __s2, streamsize __n2); in _GLIBCXX_VISIBILITY()
119 streamsize in _GLIBCXX_VISIBILITY()
120 xsgetn(char* __s, streamsize __n); in _GLIBCXX_VISIBILITY()
128 streamsize in _GLIBCXX_VISIBILITY()
/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.h167 virtual std::streamsize in _GLIBCXX_VISIBILITY()
168 xsgetn(char_type* __s, std::streamsize __n); in _GLIBCXX_VISIBILITY()
186 virtual std::streamsize in _GLIBCXX_VISIBILITY()
187 xsputn(const char_type* __s, std::streamsize __n); in _GLIBCXX_VISIBILITY()
238 inline std::streamsize in _GLIBCXX_VISIBILITY()
239 stdio_sync_filebuf<char>::xsgetn(char* __s, std::streamsize __n) in _GLIBCXX_VISIBILITY()
241 std::streamsize __ret = std::fread(__s, 1, __n, _M_file); in _GLIBCXX_VISIBILITY()
250 inline std::streamsize in _GLIBCXX_VISIBILITY()
251 stdio_sync_filebuf<char>::xsputn(const char* __s, std::streamsize __n) in _GLIBCXX_VISIBILITY()
271 inline std::streamsize 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.h167 virtual std::streamsize in _GLIBCXX_VISIBILITY()
168 xsgetn(char_type* __s, std::streamsize __n); in _GLIBCXX_VISIBILITY()
186 virtual std::streamsize in _GLIBCXX_VISIBILITY()
187 xsputn(const char_type* __s, std::streamsize __n); in _GLIBCXX_VISIBILITY()
238 inline std::streamsize in _GLIBCXX_VISIBILITY()
239 stdio_sync_filebuf<char>::xsgetn(char* __s, std::streamsize __n) in _GLIBCXX_VISIBILITY()
241 std::streamsize __ret = std::fread(__s, 1, __n, _M_file); in _GLIBCXX_VISIBILITY()
250 inline std::streamsize in _GLIBCXX_VISIBILITY()
251 stdio_sync_filebuf<char>::xsputn(const char* __s, std::streamsize __n) in _GLIBCXX_VISIBILITY()
271 inline std::streamsize in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/
H A Dlcast_precision.hpp71 BOOST_STATIC_CONSTANT(std::streamsize, streamsize_max =
72 boost::integer_traits<std::streamsize>::const_max
91 BOOST_STATIC_CONSTANT(std::streamsize, value =
99 inline std::streamsize lcast_get_precision(T* = 0) in lcast_get_precision()
126 std::streamsize const streamsize_max = in lcast_get_precision()
127 (boost::integer_traits<std::streamsize>::max)(); in lcast_get_precision()
177 std::streamsize const s = lcast_get_precision(static_cast<Source*>(0)); in lcast_set_precision()
178 std::streamsize const t = lcast_get_precision(static_cast<Target*>(0)); in lcast_set_precision()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/stream/detail/
H A Diterator_source.hpp36 std::streamsize read (char_type* s, std::streamsize n) in read()
41 std::streamsize bytes_read = 0; in read()
57 std::streamsize write(const char_type*, std::streamsize) in write()
71 std::streamsize pos;
/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 Dstrstream73 explicit strstreambuf(streamsize __initial_capacity);
75 explicit strstreambuf(streamsize __initial_capacity = 0);
79 strstreambuf(char* __get, streamsize __n, char* __put = 0) throw ();
80 strstreambuf(signed char* __get, streamsize __n, signed char* __put = 0) throw ();
81 strstreambuf(unsigned char* __get, streamsize __n, unsigned char* __put=0) throw ();
83 strstreambuf(const char* __get, streamsize __n) throw ();
84 strstreambuf(const signed char* __get, streamsize __n) throw ();
85 strstreambuf(const unsigned char* __get, streamsize __n) throw ();
125 virtual _Base* setbuf(char* __buf, streamsize __n);
145 void _M_setup(char* __get, char* __put, streamsize __n) throw ();
[all …]

1234