Home
last modified time | relevance | path

Searched refs:pos_type (Results 1 – 25 of 98) sorted by relevance

1234

/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
Dseekoff.pass.cpp26 typedef std::filebuf::pos_type pos_type; in main() typedef
34 pos_type p = f.pubseekoff(-15, std::ios_base::cur); in main()
47 typedef std::filebuf::pos_type pos_type; in main() typedef
55 pos_type p = f.pubseekoff(-15, std::ios_base::cur); in main()
/external/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
Dseekoff.pass.cpp27 typedef std::filebuf::pos_type pos_type; in main() typedef
35 pos_type p = f.pubseekoff(-15, std::ios_base::cur); in main()
48 typedef std::filebuf::pos_type pos_type; in main() typedef
56 pos_type p = f.pubseekoff(-15, std::ios_base::cur); in main()
/external/llvm-project/libcxx/include/
Dstreambuf27 typedef typename traits_type::pos_type pos_type;
38 pos_type pubseekoff(off_type off, ios_base::seekdir way,
40 pos_type pubseekpos(pos_type sp,
86 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
88 virtual pos_type seekpos(pos_type sp,
131 typedef typename traits_type::pos_type pos_type;
157 pos_type pubseekoff(off_type __off, ios_base::seekdir __way,
162 pos_type pubseekpos(pos_type __sp,
275 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
277 virtual pos_type seekpos(pos_type __sp,
[all …]
Dsstream24 typedef typename traits_type::pos_type pos_type;
48 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
50 virtual pos_type seekpos(pos_type sp,
69 typedef typename traits_type::pos_type pos_type;
105 typedef typename traits_type::pos_type pos_type;
141 typedef typename traits_type::pos_type pos_type;
197 typedef typename traits_type::pos_type pos_type;
239 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
242 virtual pos_type seekpos(pos_type __sp,
554 typename basic_stringbuf<_CharT, _Traits, _Allocator>::pos_type
[all …]
Dstrstream45 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
47 virtual pos_type seekpos(pos_type sp,
106 typedef char_traits<char>::pos_type pos_type;
172 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
174 virtual pos_type seekpos(pos_type __sp,
343 typedef char_traits<char>::pos_type pos_type;
/external/libcxx/include/
Dstreambuf28 typedef typename traits_type::pos_type pos_type;
39 pos_type pubseekoff(off_type off, ios_base::seekdir way,
41 pos_type pubseekpos(pos_type sp,
87 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
89 virtual pos_type seekpos(pos_type sp,
132 typedef typename traits_type::pos_type pos_type;
158 pos_type pubseekoff(off_type __off, ios_base::seekdir __way,
163 pos_type pubseekpos(pos_type __sp,
276 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
278 virtual pos_type seekpos(pos_type __sp,
[all …]
Dsstream25 typedef typename traits_type::pos_type pos_type;
49 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
51 virtual pos_type seekpos(pos_type sp,
70 typedef typename traits_type::pos_type pos_type;
106 typedef typename traits_type::pos_type pos_type;
142 typedef typename traits_type::pos_type pos_type;
198 typedef typename traits_type::pos_type pos_type;
234 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
237 virtual pos_type seekpos(pos_type __sp,
568 typename basic_stringbuf<_CharT, _Traits, _Allocator>::pos_type
[all …]
Dstrstream46 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
48 virtual pos_type seekpos(pos_type sp,
107 typedef char_traits<char>::pos_type pos_type;
173 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
175 virtual pos_type seekpos(pos_type __sp,
344 typedef char_traits<char>::pos_type pos_type;
/external/libcxx/test/std/input.output/stream.buffers/streambuf/
Dtypes.pass.cpp31 …static_assert((std::is_same<std::streambuf::pos_type, std::char_traits<char>::pos_type>::value), "… in main()
37 …static_assert((std::is_same<std::wstreambuf::pos_type, std::char_traits<wchar_t>::pos_type>::value… in main()
/external/llvm-project/libcxx/test/std/input.output/stream.buffers/streambuf/
Dtypes.pass.cpp32 …static_assert((std::is_same<std::streambuf::pos_type, std::char_traits<char>::pos_type>::value), "… in main()
38 …static_assert((std::is_same<std::wstreambuf::pos_type, std::char_traits<wchar_t>::pos_type>::value… in main()
/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_ring.h77 using pos_type = size_t;
111 static constexpr size_t Distance(pos_type pos, pos_type end_pos);
126 pos_type begin_pos() const { return begin_pos_; } in begin_pos()
136 pos_type const& entry_end_pos(index_type index) const { in entry_end_pos()
271 pos_type const& entry_begin_pos(index_type index) const { in entry_begin_pos()
354 using Layout = container_internal::Layout<pos_type, CordRep*, offset_type>;
391 pos_type* entry_end_pos() { in entry_end_pos()
481 pos_type begin_pos_;
493 inline constexpr size_t CordRepRing::Distance(pos_type pos, pos_type end_pos) { in Distance()
/external/llvm-project/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
Dseekoff.pass.cpp41 typedef test_buf::pos_type pos_type; in main() typedef
48 pos_type p = f.pubseekoff(-15, std::ios_base::cur); in main()
/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
Dseekoff.pass.cpp40 typedef test_buf::pos_type pos_type; in main() typedef
47 pos_type p = f.pubseekoff(-15, std::ios_base::cur); in main()
/external/llvm-project/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
Dignore_0xff.pass.cpp31 std::istringstream::pos_type a=is.tellg(); in main()
33 std::istringstream::pos_type b=is.tellg(); in main()
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
Dignore_0xff.pass.cpp30 std::istringstream::pos_type a=is.tellg(); in main()
32 std::istringstream::pos_type b=is.tellg(); in main()
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/
Dtypes.pass.cpp30 …static_assert((std::is_same<std::strstream::pos_type, std::char_traits<char>::pos_type>::value), "… in main()
/external/llvm-project/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/
Dtypes.pass.cpp31 …static_assert((std::is_same<std::strstream::pos_type, std::char_traits<char>::pos_type>::value), "… in main()
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream/
Dtypes.pass.cpp33 …static_assert((std::is_same<std::basic_istream<char>::pos_type, std::char_traits<char>::pos_type>:… in main()
/external/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf/
Dtypes.pass.cpp33 …static_assert((std::is_same<std::basic_filebuf<char>::pos_type, std::char_traits<char>::pos_type>:… in main()
/external/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ifstream/
Dtypes.pass.cpp33 …static_assert((std::is_same<std::basic_ifstream<char>::pos_type, std::char_traits<char>::pos_type>… in main()
/external/libcxx/test/std/input.output/file.streams/fstreams/ifstream/
Dtypes.pass.cpp32 …static_assert((std::is_same<std::basic_ifstream<char>::pos_type, std::char_traits<char>::pos_type>… in main()
/external/libcxx/test/std/input.output/iostreams.base/ios/
Dtypes.pass.cpp31 …static_assert((std::is_same<std::basic_ios<char>::pos_type, std::char_traits<char>::pos_type>::val… in main()
/external/llvm-project/libcxx/test/std/input.output/iostreams.base/ios/
Dtypes.pass.cpp32 …static_assert((std::is_same<std::basic_ios<char>::pos_type, std::char_traits<char>::pos_type>::val… in main()
/external/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/fstream/
Dtypes.pass.cpp33 …static_assert((std::is_same<std::basic_fstream<char>::pos_type, std::char_traits<char>::pos_type>:… in main()
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf/
Dtypes.pass.cpp32 …static_assert((std::is_same<std::basic_filebuf<char>::pos_type, std::char_traits<char>::pos_type>:… in main()

1234