Searched refs:pos_type (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_fstream.h64 // traits_type::pos_type must be fpos<traits_type::state_type>
76 typedef typename traits_type::pos_type pos_type; typedef in class:basic_filebuf
354 virtual pos_type
358 virtual pos_type
359 seekpos(pos_type __pos,
363 pos_type
431 typedef typename traits_type::pos_type pos_type; typedef in class:basic_ifstream
559 typedef typename traits_type::pos_type pos_typ typedef in class:basic_ofstream
690 typedef typename traits_type::pos_type pos_type; typedef in class:basic_fstream
[all...]
H A Dstd_sstream.h72 typedef typename traits_type::pos_type pos_type; typedef in class:basic_stringbuf
222 virtual pos_type
226 virtual pos_type
227 seekpos(pos_type __sp,
273 typedef typename traits_type::pos_type pos_type; typedef in class:basic_istringstream
386 typedef typename traits_type::pos_type pos_type; typedef in class:basic_ostringstream
499 typedef typename traits_type::pos_type pos_typ typedef in class:basic_stringstream
[all...]
H A Dstd_streambuf.h136 typedef typename traits_type::pos_type pos_type; typedef in class:basic_streambuf
257 pos_type
262 pos_type
263 pubseekpos(pos_type __sp,
594 * @note Base class version does nothing, returns a @c pos_type
597 virtual pos_type
600 { return pos_type(off_type(-1)); }
606 * @note Base class version does nothing, returns a @c pos_type
609 virtual pos_type
[all...]
H A Dstd_istream.h64 typedef typename _Traits::pos_type pos_type; typedef in class:basic_istream
550 * If @c fail() is not false, returns @c pos_type(-1) to indicate
557 pos_type
573 seekg(pos_type);
786 typedef typename _Traits::pos_type pos_type; typedef in class:basic_iostream
H A Dstd_ostream.h65 typedef typename _Traits::pos_type pos_type; typedef in class:basic_ostream
335 * If @c fail() is not false, returns @c pos_type(-1) to indicate
338 pos_type
350 seekp(pos_type);
/freebsd-11-stable/contrib/libstdc++/src/
H A Dstrstream.cc228 strstreambuf::pos_type
247 return pos_type(off_type(-1));
265 return pos_type(off_type(-1));
270 return pos_type(off_type(-1));
294 return pos_type(newoff);
297 strstreambuf::pos_type
298 strstreambuf::seekpos(pos_type pos, ios_base::openmode mode)
299 { return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode); }
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dstdio_filebuf.h59 typedef typename traits_type::pos_type pos_type; typedef in class:stdio_filebuf
H A Dstdio_sync_filebuf.h58 typedef typename traits_type::pos_type pos_type; typedef in class:stdio_sync_filebuf
H A Dpod_char_traits.h98 typedef fpos<state_type> pos_type; typedef in struct:char_traits
H A Dcodecvt_specializations.h224 typedef typename std::fpos<state_type> pos_type; typedef in struct:encoding_char_traits
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dchar_traits.h55 * of char_traits. It defines int_type, off_type, pos_type, and
65 typedef std::streampos pos_type; typedef in struct:_Char_types
91 typedef typename _Char_types<_CharT>::pos_type pos_type; typedef in struct:char_traits
236 typedef streampos pos_type; typedef in struct:char_traits
307 typedef wstreampos pos_type; typedef in struct:char_traits
H A Dbasic_ios.h67 typedef typename _Traits::pos_type pos_type; typedef in class:basic_ios
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp232 strstreambuf::pos_type
289 return pos_type(__p);
292 strstreambuf::pos_type
293 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which)
320 return pos_type(__p);
/freebsd-11-stable/contrib/libreadline/examples/
H A Dreadlinebuf.h51 typedef streampos pos_type; typedef in class:readlinebuf

Completed in 193 milliseconds