HelenOS sources
off_type 53 uspace/lib/cpp/include/__bits/io/fstream.hpp using off_type = typename traits_type::off_type;
off_type 188 uspace/lib/cpp/include/__bits/io/fstream.hpp off_type i{};
off_type 191 uspace/lib/cpp/include/__bits/io/fstream.hpp auto idx = static_cast<off_type>(this->input_next_ - this->input_begin_);
off_type 192 uspace/lib/cpp/include/__bits/io/fstream.hpp auto count = static_cast<off_type>(buf_size_) - idx;
off_type 198 uspace/lib/cpp/include/__bits/io/fstream.hpp for (; i < static_cast<off_type>(buf_size_); ++i)
off_type 274 uspace/lib/cpp/include/__bits/io/fstream.hpp pos_type seekoff(off_type off, ios_base::seekdir dir,
off_type 397 uspace/lib/cpp/include/__bits/io/fstream.hpp using off_type = typename traits_type::off_type;
off_type 506 uspace/lib/cpp/include/__bits/io/fstream.hpp using off_type = typename traits_type::off_type;
off_type 615 uspace/lib/cpp/include/__bits/io/fstream.hpp using off_type = typename traits_type::off_type;
off_type 268 uspace/lib/cpp/include/__bits/io/ios.hpp using off_type = typename traits_type::off_type;
off_type 55 uspace/lib/cpp/include/__bits/io/istream.hpp using off_type = typename traits_type::off_type;
off_type 741 uspace/lib/cpp/include/__bits/io/istream.hpp basic_istream<Char, Traits>& seekg(off_type off, ios_base::seekdir dir)
off_type 929 uspace/lib/cpp/include/__bits/io/istream.hpp using off_type = typename traits_type::off_type;
off_type 51 uspace/lib/cpp/include/__bits/io/ostream.hpp using off_type = typename traits_type::off_type;
off_type 472 uspace/lib/cpp/include/__bits/io/ostream.hpp basic_ostream<Char, Traits>& seekp(off_type off, ios_base::seekdir dir)
off_type 53 uspace/lib/cpp/include/__bits/io/sstream.hpp using off_type = typename traits_type::off_type;
off_type 198 uspace/lib/cpp/include/__bits/io/sstream.hpp pos_type seekoff(off_type off, ios_base::seekdir dir,
off_type 204 uspace/lib/cpp/include/__bits/io/sstream.hpp return pos_type(off_type(-1));
off_type 211 uspace/lib/cpp/include/__bits/io/sstream.hpp return pos_type(off_type(-1));
off_type 219 uspace/lib/cpp/include/__bits/io/sstream.hpp return pos_type(off_type(-1));
off_type 225 uspace/lib/cpp/include/__bits/io/sstream.hpp return pos_type(off_type(-1));
off_type 230 uspace/lib/cpp/include/__bits/io/sstream.hpp return seekoff(off_type(pos), ios_base::beg, mode);
off_type 261 uspace/lib/cpp/include/__bits/io/sstream.hpp pos_type seekoff_(off_type off, char_type* begin, char_type*& next, char_type* end,
off_type 264 uspace/lib/cpp/include/__bits/io/sstream.hpp off_type new_off{};
off_type 269 uspace/lib/cpp/include/__bits/io/sstream.hpp new_off = static_cast<off_type>(next - begin);
off_type 271 uspace/lib/cpp/include/__bits/io/sstream.hpp new_off = static_cast<off_type>(end - begin);
off_type 274 uspace/lib/cpp/include/__bits/io/sstream.hpp return pos_type(off_type(-1));
off_type 302 uspace/lib/cpp/include/__bits/io/sstream.hpp using off_type = typename traits_type::off_type;
off_type 384 uspace/lib/cpp/include/__bits/io/sstream.hpp using off_type = typename traits_type::off_type;
off_type 463 uspace/lib/cpp/include/__bits/io/sstream.hpp using off_type = typename traits_type::off_type;
off_type 51 uspace/lib/cpp/include/__bits/io/streambuf.hpp using off_type = typename traits_type::off_type;
off_type 81 uspace/lib/cpp/include/__bits/io/streambuf.hpp pos_type pubseekoff(off_type off, ios_base::seekdir way,
off_type 307 uspace/lib/cpp/include/__bits/io/streambuf.hpp virtual pos_type seekoff(off_type off, ios_base::seekdir way,
off_type 310 uspace/lib/cpp/include/__bits/io/streambuf.hpp return pos_type(off_type(-1));
off_type 316 uspace/lib/cpp/include/__bits/io/streambuf.hpp return pos_type(off_type(-1));
off_type 56 uspace/lib/cpp/include/__bits/io/streambufs.hpp using off_type = typename traits_type::off_type;
off_type 70 uspace/lib/cpp/include/__bits/io/streambufs.hpp off_type i{};
off_type 73 uspace/lib/cpp/include/__bits/io/streambufs.hpp auto idx = static_cast<off_type>(input_next_ - input_begin_);
off_type 123 uspace/lib/cpp/include/__bits/io/streambufs.hpp static constexpr off_type buf_size_{128};
off_type 141 uspace/lib/cpp/include/__bits/io/streambufs.hpp using off_type = typename traits_type::off_type;
off_type 861 uspace/lib/cpp/include/__bits/iterator.hpp : public iterator<input_iterator_tag, Char, typename Traits::off_type, Char*, Char>
HelenOS homepage, sources at GitHub