Home
last modified time | relevance | path

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

1234

/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/stream.buffers/streambuf/
Dtypes.pass.cpp33 …static_assert((std::is_same<std::streambuf::off_type, std::char_traits<char>::off_type>::value), "… in main()
40 …static_assert((std::is_same<std::wstreambuf::off_type, std::char_traits<wchar_t>::off_type>::value… in main()
/external/libcxx/test/std/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()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/stream.iterators/istreambuf.iterator/
Dtypes.pass.cpp43 …typedef std::iterator<std::input_iterator_tag, char, std::char_traits<char>::off_type, char*, char… in main()
48 static_assert((std::is_same<I1::difference_type, std::char_traits<char>::off_type>::value), ""); in main()
65 …typedef std::iterator<std::input_iterator_tag, wchar_t, std::char_traits<wchar_t>::off_type, wchar… in main()
70 …static_assert((std::is_same<I2::difference_type, std::char_traits<wchar_t>::off_type>::value), ""); in main()
/external/cronet/buildtools/third_party/libc++/trunk/src/
Dstrstream.cpp236 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff()
238 off_type __p(-1); in seekoff()
260 off_type newoff; in seekoff()
298 off_type __p(-1); in seekpos()
305 off_type newoff = __sp; in seekpos()
315 off_type temp = epptr() - newpos; in seekpos()
/external/libcxx/src/
Dstrstream.cpp234 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff()
236 off_type __p(-1); in seekoff()
258 off_type newoff; in seekoff()
296 off_type __p(-1); in seekpos()
303 off_type newoff = __sp; in seekpos()
313 off_type temp = epptr() - newpos; in seekpos()
/external/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,
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));
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 …]
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dsstream26 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;
115 typedef typename traits_type::off_type off_type;
155 typedef typename traits_type::off_type off_type;
217 typedef typename traits_type::off_type off_type;
261 pos_type seekoff(off_type __off, ios_base::seekdir __way,
577 basic_stringbuf<_CharT, _Traits, _Allocator>::seekoff(off_type __off,
589 off_type __noff;
638 typedef typename traits_type::off_type off_type;
[all …]
Dstreambuf28 typedef typename traits_type::off_type off_type;
38 pos_type pubseekoff(off_type off, ios_base::seekdir way,
86 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
135 typedef typename traits_type::off_type off_type;
160 pos_type pubseekoff(off_type __off, ios_base::seekdir __way,
278 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
377 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir,
380 return pos_type(off_type(-1));
387 return pos_type(off_type(-1));
/external/libcxx/test/std/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()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.str.strstreams/depr.strstream/
Dtypes.pass.cpp32 …static_assert((std::is_same<std::strstream::off_type, std::char_traits<char>::off_type>::value), "… in main()
/external/libcxx/test/std/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()
/external/libcxx/test/std/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()
/external/libcxx/test/std/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()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/file.streams/fstreams/filebuf/
Dtypes.pass.cpp34 …static_assert((std::is_same<std::basic_filebuf<char>::off_type, std::char_traits<char>::off_type>:… in main()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/iostream.format/input.streams/istream/
Dtypes.pass.cpp35 …static_assert((std::is_same<std::basic_istream<char>::off_type, std::char_traits<char>::off_type>:… in main()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/file.streams/fstreams/fstream/
Dtypes.pass.cpp34 …static_assert((std::is_same<std::basic_fstream<char>::off_type, std::char_traits<char>::off_type>:… in main()
/external/libcxx/test/std/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()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/file.streams/fstreams/ifstream/
Dtypes.pass.cpp34 …static_assert((std::is_same<std::basic_ifstream<char>::off_type, std::char_traits<char>::off_type>… in main()
/external/libcxx/test/std/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()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/iostreams.base/ios/
Dtypes.pass.cpp33 …static_assert((std::is_same<std::basic_ios<char>::off_type, std::char_traits<char>::off_type>::val… in main()
/external/libcxx/test/std/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()
/external/libcxx/test/std/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()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/file.streams/fstreams/ofstream/
Dtypes.pass.cpp34 …static_assert((std::is_same<std::basic_ofstream<char>::off_type, std::char_traits<char>::off_type>… in main()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/iostream.format/output.streams/ostream/
Dtypes.pass.cpp35 …static_assert((std::is_same<std::basic_ostream<char>::off_type, std::char_traits<char>::off_type>:… in main()

1234