Home
last modified time | relevance | path

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

/third_party/boost/boost/detail/
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 …]
/third_party/boost/libs/config/test/
Dboost_no_std_wstreambuf.ipp27 typedef typename base_type::off_type off_type;
34 …typename parser_buf<charT, traits>::pos_type seekoff(off_type off, ::std::ios_base::seekdir way, :…
51 parser_buf<charT, traits>::seekoff(off_type off, ::std::ios_base::seekdir way, ::std::ios_base::ope…
55 return pos_type(off_type(-1));
63 return pos_type(off_type(-1));
68 return pos_type(off_type(-1));
75 return pos_type(off_type(-1));
88 return pos_type(off_type(-1));
91 if(off_type(sp) <= size)
93 this->setg(g, g + off_type(sp), g + size);
[all …]
/third_party/boost/boost/format/
Dalt_sstream_impl.hpp101 seekoff (off_type off, ::std::ios_base::seekdir way, ::std::ios_base::openmode which) { in seekoff()
107 off += static_cast<off_type>(putend_ - gptr()); in seekoff()
109 off += static_cast<off_type>(eback() - gptr()); in seekoff()
112 return pos_type(off_type(-1)); in seekoff()
121 off = off_type(-1); in seekoff()
126 off += static_cast<off_type>(putend_ - pptr()); in seekoff()
128 off += static_cast<off_type>(pbase() - pptr()); in seekoff()
130 return pos_type(off_type(-1)); in seekoff()
135 off = off_type(-1); in seekoff()
138 off = off_type(-1); in seekoff()
[all …]
Dalt_sstream.hpp50 typedef typename compat_traits_type::off_type off_type; typedef in boost::io::basic_altstringbuf
100 virtual pos_type seekoff(off_type off, ::std::ios_base::seekdir way,
/third_party/boost/boost/interprocess/streams/
Dbufferstream.hpp71 typedef typename CharTraits::off_type off_type; typedef in boost::interprocess::basic_bufferbuf
182 virtual pos_type seekoff(off_type off, std::ios_base::seekdir dir, in seekoff()
202 return pos_type(off_type(-1)); in seekoff()
205 return pos_type(off_type(-1)); in seekoff()
220 return pos_type(off_type(-1)); in seekoff()
229 return pos_type(off_type(-1)); in seekoff()
238 return pos_type(off_type(-1)); in seekoff()
250 { return seekoff(pos - pos_type(off_type(0)), std::ios_base::beg, mode); } in seekpos()
273 typedef typename std::basic_ios<char_type, CharTraits>::off_type off_type; typedef in boost::interprocess::basic_ibufferstream
344 typedef typename std::basic_ios<char_type, CharTraits>::off_type off_type; typedef in boost::interprocess::basic_obufferstream
[all …]
Dvectorstream.hpp75 typedef typename CharTraits::off_type off_type; typedef in boost::interprocess::basic_vectorbuf
290 virtual pos_type seekoff(off_type off, std::ios_base::seekdir dir, in seekoff()
298 return pos_type(off_type(-1)); in seekoff()
300 return pos_type(off_type(-1)); in seekoff()
303 return pos_type(off_type(-1)); in seekoff()
305 off_type newoff; in seekoff()
309 off_type limit; in seekoff()
320 limit = static_cast<off_type>(mp_high_water - base_t::pbase()); in seekoff()
323 limit = static_cast<off_type>(m_vect.size()); in seekoff()
338 return pos_type(off_type(-1)); in seekoff()
[all …]
/third_party/boost/boost/process/
Dpipe.hpp43 typedef typename Traits::off_type off_type ; typedef in boost::process::basic_pipe
108 typedef typename Traits::off_type off_type ; typedef
309 typedef typename Traits::off_type off_type ; typedef in boost::process::basic_ipstream
420 typedef typename Traits::off_type off_type ; typedef in boost::process::basic_opstream
529 typedef typename Traits::off_type off_type ; typedef in boost::process::basic_pstream
/third_party/boost/boost/regex/v4/
Dcpp_regex_traits.hpp87 typedef typename base_type::off_type off_type; typedef in boost::BOOST_REGEX_DETAIL_NS::parser_buf
94 …typename parser_buf<charT, traits>::pos_type seekoff(off_type off, ::std::ios_base::seekdir way, :…
110 parser_buf<charT, traits>::seekoff(off_type off, ::std::ios_base::seekdir way, ::std::ios_base::ope… in seekoff()
115 return pos_type(off_type(-1)); in seekoff()
123 return pos_type(off_type(-1)); in seekoff()
129 return pos_type(off_type(-1)); in seekoff()
137 return pos_type(off_type(-1)); in seekoff()
159 return pos_type(off_type(-1)); in seekpos()
160 off_type size = static_cast<off_type>(this->egptr() - this->eback()); in seekpos()
162 if(off_type(sp) <= size) in seekpos()
[all …]
/third_party/boost/boost/spirit/home/support/iterators/detail/
Distream_policy.hpp31 typedef typename T::off_type difference_type;
32 typedef typename T::off_type distance_type;
/third_party/boost/boost/test/utils/
Dnullstream.hpp49 typedef typename base_type::off_type off_type; typedef in boost::basic_nullbuf
/third_party/boost/boost/iostreams/detail/streambuf/
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()
Ddirect_streambuf.hpp87 pos_type seekoff( off_type off, BOOST_IOS::seekdir way,
190 (off_type off, BOOST_IOS::seekdir way, BOOST_IOS::openmode which) in seekoff()
Dchainbuf.hpp65 pos_type seekoff( off_type off, BOOST_IOS::seekdir way, in seekoff()
/third_party/boost/boost/process/detail/posix/
Dbasic_pipe.hpp37 typedef typename Traits::off_type off_type ; typedef in boost::process::detail::posix::basic_pipe
/third_party/boost/boost/iostreams/detail/
Dchar_traits.hpp39 typedef std::streamoff off_type; typedef
/third_party/boost/boost/iostreams/
Dtraits.hpp355 typedef typename traits_type::off_type off_type; \
Dchain.hpp424 typedef typename traits_type::off_type off_type; \
/third_party/boost/boost/process/detail/windows/
Dbasic_pipe.hpp34 typedef typename Traits::off_type off_type ; typedef in boost::process::detail::windows::basic_pipe
/third_party/boost/boost/format/detail/
Dworkarounds_gcc-2_95.hpp118 typedef ::std::streamoff off_type; typedef in boost::io::CompatTraits
/third_party/boost/boost/log/expressions/
Dformatter.hpp65 typedef typename StreamT::off_type off_type; typedef in boost::expressions::aux::stream_ref
218 …BOOST_FORCEINLINE StreamT& seekp(off_type off, std::ios_base::seekdir dir) const { return this->ge… in seekp()
/third_party/boost/libs/utility/test/
Dstring_view_constexpr_test1.cpp25 typedef std::streamoff off_type; typedef
/third_party/boost/libs/iterator/test/
Diterator_traits_test.cpp165 typedef ::std::char_traits<char>::off_type distance;
/third_party/boost/boost/log/utility/
Dformatting_ostream.hpp140 typedef typename ostream_type::off_type off_type; typedef in boost::basic_formatting_ostream
372 basic_formatting_ostream& seekp(off_type off, std::ios_base::seekdir dir) in seekp()
/third_party/boost/libs/interprocess/doc/
Dinterprocess.qbk5434 typedef typename std::basic_ios<char_type, CharTraits>::off_type off_type;
5509 typedef typename std::basic_ios<char_type, CharTraits>::off_type off_type;