Home
last modified time | relevance | path

Searched refs:off_type (Results 1 – 25 of 63) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/
H A Dbasic_pointerbuf.hpp39 typedef typename base_type::off_type off_type; typedef in boost::detail::basic_pointerbuf
60 …inline typename this_type::pos_type seekoff(off_type off, ::std::ios_base::seekdir way, ::std::ios…
77 basic_pointerbuf<charT, BufferT>::seekoff(off_type off, ::std::ios_base::seekdir way, ::std::ios_ba… in seekoff()
82 return pos_type(off_type(-1)); in seekoff()
90 return pos_type(off_type(-1)); in seekoff()
96 return pos_type(off_type(-1)); in seekoff()
104 return pos_type(off_type(-1)); in seekoff()
126 return pos_type(off_type(-1)); in seekpos()
127 off_type size = static_cast<off_type>(this->egptr() - this->eback()); in seekpos()
129 if(off_type(sp) <= size) in seekpos()
[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 Dsstream.tcc168 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) in seekoff()
170 pos_type __ret = pos_type(off_type(-1)); in seekoff()
184 off_type __newoffi = __off; in seekoff()
185 off_type __newoffo = __newoffi; in seekoff()
218 pos_type __ret = pos_type(off_type(-1)); in seekpos()
223 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos()
227 const off_type __pos(__sp); in seekpos()
277 _M_pbump(char_type* __pbeg, char_type* __pend, off_type __off) in _M_pbump()
H A Dfstream.tcc202 == pos_type(off_type(-1))) in open()
237 == pos_type(off_type(-1))) in open()
506 else if (this->seekoff(-1, ios_base::cur) != pos_type(off_type(-1))) in pbackfail()
555 == pos_type(off_type(-1))) in overflow()
833 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode) in seekoff()
841 pos_type __ret = pos_type(off_type(-1)); in seekoff()
862 off_type __computed_off = __off * __width; in seekoff()
875 off_type __file_off = _M_file.seekoff(0, ios_base::cur); in seekoff()
876 if (__file_off != off_type(-1)) in seekoff()
895 pos_type __ret = pos_type(off_type(-1)); in seekpos()
[all …]
H A Dchar_traits.h69 typedef std::streamoff off_type; in _GLIBCXX_VISIBILITY() typedef
95 typedef typename _Char_types<_CharT>::off_type off_type; in _GLIBCXX_VISIBILITY() typedef
321 typedef streamoff off_type; in _GLIBCXX_VISIBILITY()
455 typedef streamoff off_type; in _GLIBCXX_VISIBILITY()
577 typedef streamoff off_type; in _GLIBCXX_VISIBILITY()
716 typedef streamoff off_type;
830 typedef streamoff off_type;
H A Dostream.tcc271 if (__p == pos_type(off_type(-1))) in seekp()
290 seekp(off_type __off, ios_base::seekdir __dir) in seekp()
303 if (__p == pos_type(off_type(-1))) in seekp()
/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 Dsstream.tcc168 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) in seekoff()
170 pos_type __ret = pos_type(off_type(-1)); in seekoff()
184 off_type __newoffi = __off; in seekoff()
185 off_type __newoffo = __newoffi; in seekoff()
218 pos_type __ret = pos_type(off_type(-1)); in seekpos()
223 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos()
227 const off_type __pos(__sp); in seekpos()
277 _M_pbump(char_type* __pbeg, char_type* __pend, off_type __off) in _M_pbump()
H A Dfstream.tcc202 == pos_type(off_type(-1))) in open()
237 == pos_type(off_type(-1))) in open()
506 else if (this->seekoff(-1, ios_base::cur) != pos_type(off_type(-1))) in pbackfail()
555 == pos_type(off_type(-1))) in overflow()
833 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode) in seekoff()
841 pos_type __ret = pos_type(off_type(-1)); in seekoff()
862 off_type __computed_off = __off * __width; in seekoff()
875 off_type __file_off = _M_file.seekoff(0, ios_base::cur); in seekoff()
876 if (__file_off != off_type(-1)) in seekoff()
895 pos_type __ret = pos_type(off_type(-1)); in seekpos()
[all …]
H A Dchar_traits.h69 typedef std::streamoff off_type; in _GLIBCXX_VISIBILITY() typedef
95 typedef typename _Char_types<_CharT>::off_type off_type; in _GLIBCXX_VISIBILITY() typedef
321 typedef streamoff off_type; in _GLIBCXX_VISIBILITY()
455 typedef streamoff off_type; in _GLIBCXX_VISIBILITY()
577 typedef streamoff off_type; in _GLIBCXX_VISIBILITY()
716 typedef streamoff off_type;
830 typedef streamoff off_type;
H A Dostream.tcc271 if (__p == pos_type(off_type(-1))) in seekp()
290 seekp(off_type __off, ios_base::seekdir __dir) in seekp()
303 if (__p == pos_type(off_type(-1))) in seekp()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dstreambuf29 typedef typename traits_type::off_type off_type;
39 pos_type pubseekoff(off_type off, ios_base::seekdir way,
87 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
133 typedef typename traits_type::off_type off_type;
158 pos_type pubseekoff(off_type __off, ios_base::seekdir __way,
276 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
375 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir,
378 return pos_type(off_type(-1));
385 return pos_type(off_type(-1));
H A Dsstream26 typedef typename traits_type::off_type off_type;
49 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
71 typedef typename traits_type::off_type off_type;
107 typedef typename traits_type::off_type off_type;
143 typedef typename traits_type::off_type off_type;
199 typedef typename traits_type::off_type off_type;
234 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
569 basic_stringbuf<_CharT, _Traits, _Allocator>::seekoff(off_type __off,
581 off_type __noff;
638 typedef typename traits_type::off_type off_type;
[all …]
H A Dfstream26 typedef typename traits_type::off_type off_type;
52 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
76 typedef typename traits_type::off_type off_type;
113 typedef typename traits_type::off_type off_type;
151 typedef typename traits_type::off_type off_type;
210 typedef typename traits_type::off_type off_type;
259 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
922 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, ios_base::seekdir __way,
930 return pos_type(off_type(-1));
945 return pos_type(off_type(-1));
[all …]
H A Dstrstream46 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
108 typedef char_traits<char>::off_type off_type;
173 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
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 Dstreambuf29 typedef typename traits_type::off_type off_type;
39 pos_type pubseekoff(off_type off, ios_base::seekdir way,
87 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
133 typedef typename traits_type::off_type off_type;
158 pos_type pubseekoff(off_type __off, ios_base::seekdir __way,
276 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
375 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir,
378 return pos_type(off_type(-1));
385 return pos_type(off_type(-1));
H A Dsstream26 typedef typename traits_type::off_type off_type;
49 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
71 typedef typename traits_type::off_type off_type;
107 typedef typename traits_type::off_type off_type;
143 typedef typename traits_type::off_type off_type;
199 typedef typename traits_type::off_type off_type;
234 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
569 basic_stringbuf<_CharT, _Traits, _Allocator>::seekoff(off_type __off,
581 off_type __noff;
638 typedef typename traits_type::off_type off_type;
[all …]
H A Dfstream26 typedef typename traits_type::off_type off_type;
52 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
76 typedef typename traits_type::off_type off_type;
113 typedef typename traits_type::off_type off_type;
151 typedef typename traits_type::off_type off_type;
210 typedef typename traits_type::off_type off_type;
259 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
922 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, ios_base::seekdir __way,
930 return pos_type(off_type(-1));
945 return pos_type(off_type(-1));
[all …]
H A Dstrstream46 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
108 typedef char_traits<char>::off_type off_type;
173 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
345 typedef char_traits<char>::off_type off_type;
H A D__std_stream43 typedef typename traits_type::off_type off_type;
231 typedef typename traits_type::off_type off_type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/iterators/detail/
H A Distream_policy.hpp31 typedef typename T::off_type difference_type;
32 typedef typename T::off_type distance_type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dchar_array_buffer.hpp42 pos_type seekoff(off_type off, std::ios_base::seekdir dir, std::ios_base::openmode) final { in seekoff()
46 return pos_type(off_type(current_ - begin_)); in seekoff()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/
H A Dindirect_streambuf.hpp90 pos_type seekoff( off_type off, BOOST_IOS::seekdir way,
330 (off_type off, BOOST_IOS::seekdir way, BOOST_IOS::openmode which) in seekoff()
351 static_cast<off_type>(egptr() - gptr()); in seek_impl()
356 off -= static_cast<off_type>(egptr() - gptr()); in seek_impl()
432 obj().seek(static_cast<off_type>(gptr() - egptr()), BOOST_IOS::cur, BOOST_IOS::in, next_); in init_put_area()
/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_filebuf.h58 typedef typename traits_type::off_type off_type; in _GLIBCXX_VISIBILITY() typedef
/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_filebuf.h58 typedef typename traits_type::off_type off_type; in _GLIBCXX_VISIBILITY() typedef
/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 Dsstream77 typedef typename traits_type::off_type off_type;
274 seekoff(off_type __off, ios_base::seekdir __way,
305 _M_pbump(char_type* __pbeg, char_type* __pend, off_type __off);
355 off_type _M_goff[3];
356 off_type _M_poff[3];
403 typedef typename traits_type::off_type off_type;
561 typedef typename traits_type::off_type off_type;
719 typedef typename traits_type::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/
H A Dsstream77 typedef typename traits_type::off_type off_type;
274 seekoff(off_type __off, ios_base::seekdir __way,
305 _M_pbump(char_type* __pbeg, char_type* __pend, off_type __off);
355 off_type _M_goff[3];
356 off_type _M_poff[3];
403 typedef typename traits_type::off_type off_type;
561 typedef typename traits_type::off_type off_type;
719 typedef typename traits_type::off_type off_type;

123