Home
last modified time | relevance | path

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

123

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/
Dtypes.pass.cpp32 …static_assert((std::is_same<std::streambuf::off_type, std::char_traits<char>::off_type>::value), "… in main()
38 …static_assert((std::is_same<std::wstreambuf::off_type, std::char_traits<wchar_t>::off_type>::value… in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_sstream.h60 typedef typename _Traits::off_type off_type; typedef
90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
122 typedef typename _Traits::off_type off_type; typedef
165 typedef typename _Traits::off_type off_type; typedef
209 typedef typename _Traits::off_type off_type; typedef
D_sstream.c300 ::seekoff(off_type __off, in seekoff()
309 return pos_type(off_type(-1)); in seekoff()
312 return pos_type(off_type(-1)); in seekoff()
329 return pos_type(off_type(-1)); in seekoff()
338 return pos_type(off_type(-1)); in seekoff()
347 return pos_type(off_type(-1)); in seekoff()
365 return pos_type(off_type(-1)); in seekpos()
368 return pos_type(off_type(-1)); in seekpos()
370 const off_type __n = __pos - pos_type(off_type(0)); in seekpos()
374 return pos_type(off_type(-1)); in seekpos()
[all …]
D_strstream.h78 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
144 typedef char_traits<char>::off_type off_type; typedef
D_fstream.h154 typedef typename _Traits::off_type off_type; typedef
207 virtual pos_type seekoff(off_type, ios_base::seekdir,
238 pos_type _M_seek_return(off_type __off, _State_type __state) { in _M_seek_return()
448 typedef typename _Traits::off_type off_type; typedef
529 typedef typename _Traits::off_type off_type; typedef
608 typedef typename _Traits::off_type off_type; typedef
D_streambuf.h56 typedef typename _Traits::off_type off_type; typedef
128 virtual pos_type seekoff(off_type, ios_base::seekdir,
145 pos_type pubseekoff(off_type __offset, ios_base::seekdir __way,
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/
Dtypes.pass.cpp31 …static_assert((std::is_same<std::strstream::off_type, std::char_traits<char>::off_type>::value), "… in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream/
Dtypes.pass.cpp33 …static_assert((std::is_same<std::basic_ofstream<char>::off_type, std::char_traits<char>::off_type>… in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/
Dtypes.pass.cpp34 …static_assert((std::is_same<std::basic_istream<char>::off_type, std::char_traits<char>::off_type>:… in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf/
Dtypes.pass.cpp33 …static_assert((std::is_same<std::basic_filebuf<char>::off_type, std::char_traits<char>::off_type>:… in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/
Dtypes.pass.cpp32 …static_assert((std::is_same<std::basic_ios<char>::off_type, std::char_traits<char>::off_type>::val… in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ifstream/
Dtypes.pass.cpp33 …static_assert((std::is_same<std::basic_ifstream<char>::off_type, std::char_traits<char>::off_type>… in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream/
Dtypes.pass.cpp33 …static_assert((std::is_same<std::basic_fstream<char>::off_type, std::char_traits<char>::off_type>:… in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream/
Dtypes.pass.cpp34 …static_assert((std::is_same<std::basic_ostream<char>::off_type, std::char_traits<char>::off_type>:… in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/
Dtypes.pass.cpp36 …static_assert((std::is_same<std::basic_iostream<char>::off_type, std::char_traits<char>::off_type>… in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream/
Dtypes.pass.cpp34 …ic_assert((std::is_same<std::basic_stringstream<char>::off_type, std::char_traits<char>::off_type>… in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/
Dtypes.pass.cpp34 …tatic_assert((std::is_same<std::basic_stringbuf<char>::off_type, std::char_traits<char>::off_type>… in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/istringstream/
Dtypes.pass.cpp34 …c_assert((std::is_same<std::basic_istringstream<char>::off_type, std::char_traits<char>::off_type>… in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/ostringstream/
Dtypes.pass.cpp34 …c_assert((std::is_same<std::basic_ostringstream<char>::off_type, std::char_traits<char>::off_type>… in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dstrstream.cpp229 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff()
231 off_type __p(-1); in seekoff()
253 off_type newoff; in seekoff()
289 off_type __p(-1); in seekpos()
296 off_type newoff = __sp; in seekpos()
306 off_type temp = epptr() - newpos; in seekpos()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/
Dtypes.pass.cpp34 std::iterator<std::input_iterator_tag, char, std::char_traits<char>::off_type, in main()
44 std::iterator<std::input_iterator_tag, wchar_t, std::char_traits<wchar_t>::off_type, in main()
/ndk/sources/cxx-stl/stlport/src/
Dstrstream.cpp192 strstreambuf::seekoff(off_type off, in seekoff()
209 return pos_type(off_type(-1)); in seekoff()
214 off_type newoff; in seekoff()
226 return pos_type(off_type(-1)); in seekoff()
231 return pos_type(off_type(-1)); in seekoff()
257 return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode); in seekpos()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
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,
130 typedef typename traits_type::off_type off_type;
140 pos_type pubseekoff(off_type __off, ios_base::seekdir __way,
188 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
252 basic_streambuf<_CharT, _Traits>::pubseekoff(off_type __off,
464 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir,
467 return pos_type(off_type(-1));
474 return pos_type(off_type(-1));
Dfstream26 typedef typename traits_type::off_type off_type;
51 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
75 typedef typename traits_type::off_type off_type;
108 typedef typename traits_type::off_type off_type;
141 typedef typename traits_type::off_type off_type;
191 typedef typename traits_type::off_type off_type;
219 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
784 basic_filebuf<_CharT, _Traits>::seekoff(off_type __off, ios_base::seekdir __way,
793 return pos_type(off_type(-1));
808 return pos_type(off_type(-1));
[all …]
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;
197 typedef typename traits_type::off_type off_type;
232 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
555 basic_stringbuf<_CharT, _Traits, _Allocator>::seekoff(off_type __off,
566 off_type __noff;
624 typedef typename traits_type::off_type off_type;
[all …]

123