/external/llvm-project/libcxx/include/ |
D | streambuf | 38 pos_type pubseekoff(off_type off, ios_base::seekdir way, 86 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 157 pos_type pubseekoff(off_type __off, ios_base::seekdir __way, 275 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 374 basic_streambuf<_CharT, _Traits>::seekoff(off_type, ios_base::seekdir,
|
D | ios | 64 typedef T4 seekdir; 65 static constexpr seekdir beg; 66 static constexpr seekdir cur; 67 static constexpr seekdir end; 269 enum seekdir {beg, cur, end}; 274 typedef seekdir seek_dir;
|
D | strstream | 45 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 172 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
|
D | sstream | 48 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 239 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 556 ios_base::seekdir __way,
|
D | ostream | 69 basic_ostream& seekp(off_type, ios_base::seekdir); 236 basic_ostream& seekp(off_type __off, ios_base::seekdir __dir); 989 basic_ostream<_CharT, _Traits>::seekp(off_type __off, ios_base::seekdir __dir)
|
D | istream | 83 basic_istream& seekg(off_type, ios_base::seekdir); 289 basic_istream& seekg(off_type __off, ios_base::seekdir __dir); 1307 basic_istream<_CharT, _Traits>::seekg(off_type __off, ios_base::seekdir __dir)
|
/external/libcxx/include/ |
D | streambuf | 39 pos_type pubseekoff(off_type off, ios_base::seekdir way, 87 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 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,
|
D | ios | 65 typedef T4 seekdir; 66 static constexpr seekdir beg; 67 static constexpr seekdir cur; 68 static constexpr seekdir end; 270 enum seekdir {beg, cur, end}; 275 typedef seekdir seek_dir;
|
D | strstream | 46 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 173 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
|
D | ostream | 69 basic_ostream& seekp(off_type, ios_base::seekdir); 233 basic_ostream& seekp(off_type __off, ios_base::seekdir __dir); 986 basic_ostream<_CharT, _Traits>::seekp(off_type __off, ios_base::seekdir __dir)
|
D | sstream | 49 virtual pos_type seekoff(off_type off, ios_base::seekdir way, 234 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way, 570 ios_base::seekdir __way,
|
D | istream | 84 basic_istream& seekg(off_type, ios_base::seekdir); 290 basic_istream& seekg(off_type __off, ios_base::seekdir __dir); 1198 basic_istream<_CharT, _Traits>::seekg(off_type __off, ios_base::seekdir __dir)
|
/external/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.seeks/ |
D | tellp.pass.cpp | 33 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which) in seekoff()
|
D | seekp2.pass.cpp | 33 seekoff(typename base::off_type off, std::ios_base::seekdir way, in seekoff()
|
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.seeks/ |
D | tellp.pass.cpp | 32 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which) in seekoff()
|
D | seekp2.pass.cpp | 32 seekoff(typename base::off_type off, std::ios_base::seekdir way, in seekoff()
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | modernize-deprecated-ios-base-aliases.rst | 14 ``std::ios_base::seek_dir`` ``std::ios_base::seekdir``
|
/external/llvm-project/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/ |
D | tellg.pass.cpp | 42 std::ios_base::seekdir way, in seekoff()
|
D | seekg_off.pass.cpp | 48 std::ios_base::seekdir, in seekoff()
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/ |
D | tellg.pass.cpp | 41 std::ios_base::seekdir way, in seekoff()
|
D | seekg_off.pass.cpp | 47 std::ios_base::seekdir, in seekoff()
|
/external/llvm-project/libcxx/src/ |
D | strstream.cpp | 233 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff()
|
/external/libcxx/src/ |
D | strstream.cpp | 234 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff()
|
/external/llvm-project/clang/test/Analysis/ |
D | std-c-library-functions-POSIX.c | 194 void seekdir(DIR *dirp, long loc);
|
/external/e2fsprogs/contrib/ |
D | spd_readdir.c | 424 void seekdir(DIR *dir, off_t offset) in seekdir() function
|