Home
last modified time | relevance | path

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

12345

/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
Dseekoff.pass.cpp25 typedef std::filebuf::pos_type pos_type; in main() typedef
33 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/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/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;
Dfstream25 typedef typename traits_type::pos_type pos_type;
52 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
54 virtual pos_type seekpos(pos_type sp,
75 typedef typename traits_type::pos_type pos_type;
112 typedef typename traits_type::pos_type pos_type;
150 typedef typename traits_type::pos_type pos_type;
209 typedef typename traits_type::pos_type pos_type;
259 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
261 virtual pos_type seekpos(pos_type __sp,
921 typename basic_filebuf<_CharT, _Traits>::pos_type
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/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,
134 typedef typename traits_type::pos_type pos_type;
160 pos_type pubseekoff(off_type __off, ios_base::seekdir __way,
165 pos_type pubseekpos(pos_type __sp,
278 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
280 virtual pos_type seekpos(pos_type __sp,
[all …]
Dsstream25 typedef typename traits_type::pos_type pos_type;
51 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
53 virtual pos_type seekpos(pos_type sp,
74 typedef typename traits_type::pos_type pos_type;
114 typedef typename traits_type::pos_type pos_type;
154 typedef typename traits_type::pos_type pos_type;
216 typedef typename traits_type::pos_type pos_type;
261 pos_type seekoff(off_type __off, ios_base::seekdir __way,
264 pos_type seekpos(pos_type __sp,
576 typename basic_stringbuf<_CharT, _Traits, _Allocator>::pos_type
[all …]
Dstrstream48 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
50 virtual pos_type seekpos(pos_type sp,
109 typedef char_traits<char>::pos_type pos_type;
182 pos_type seekoff(off_type __off, ios_base::seekdir __way,
184 pos_type seekpos(pos_type __sp,
353 typedef char_traits<char>::pos_type pos_type;
Dfstream24 typedef typename traits_type::pos_type pos_type;
51 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
53 virtual pos_type seekpos(pos_type sp,
74 typedef typename traits_type::pos_type pos_type;
111 typedef typename traits_type::pos_type pos_type;
149 typedef typename traits_type::pos_type pos_type;
223 typedef typename traits_type::pos_type pos_type;
267 pos_type seekoff(off_type __off, ios_base::seekdir __way,
269 pos_type seekpos(pos_type __sp,
938 typename basic_filebuf<_CharT, _Traits>::pos_type
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/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()
39 …static_assert((std::is_same<std::wstreambuf::pos_type, std::char_traits<wchar_t>::pos_type>::value… in main()
/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/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_ring.h86 using pos_type = size_t;
120 static constexpr size_t Distance(pos_type pos, pos_type end_pos);
135 pos_type begin_pos() const { return begin_pos_; } in begin_pos()
145 pos_type const& entry_end_pos(index_type index) const { in entry_end_pos()
268 pos_type const& entry_begin_pos(index_type index) const { in entry_begin_pos()
351 using Layout = container_internal::Layout<pos_type, CordRep*, offset_type>;
388 pos_type* entry_end_pos() { in entry_end_pos()
478 pos_type begin_pos_;
490 inline constexpr size_t CordRepRing::Distance(pos_type pos, pos_type end_pos) { in Distance()
/external/webrtc/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/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/tensorflow/third_party/absl/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/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/cronet/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/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/cronet/buildtools/third_party/libc++/trunk/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
Dseekoff.pass.cpp46 typedef test_buf::pos_type pos_type; in main() typedef
53 pos_type p = f.pubseekoff(-15, std::ios_base::cur); in main()
/external/cronet/buildtools/third_party/libc++/trunk/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/cronet/buildtools/third_party/libc++/trunk/src/
Dstrstream.cpp235 strstreambuf::pos_type
292 return pos_type(__p); in seekoff()
295 strstreambuf::pos_type
296 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) in seekpos()
323 return pos_type(__p); in seekpos()
/external/libcxx/src/
Dstrstream.cpp233 strstreambuf::pos_type
290 return pos_type(__p); in seekoff()
293 strstreambuf::pos_type
294 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) in seekpos()
321 return pos_type(__p); in seekpos()
/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()

12345