Home
last modified time | relevance | path

Searched refs:seekdir (Results 1 – 25 of 55) sorted by relevance

123

/external/llvm-project/libcxx/include/
Dstreambuf38 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,
Dios64 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;
Dstrstream45 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
172 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
Dsstream48 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,
Dostream69 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)
Distream83 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/
Dstreambuf39 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,
Dios65 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;
Dstrstream46 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
173 virtual pos_type seekoff(off_type __off, ios_base::seekdir __way,
Dostream69 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)
Dsstream49 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,
Distream84 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/
Dtellp.pass.cpp33 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which) in seekoff()
Dseekp2.pass.cpp33 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/
Dtellp.pass.cpp32 seekoff(typename base::off_type off, std::ios_base::seekdir way, std::ios_base::openmode which) in seekoff()
Dseekp2.pass.cpp32 seekoff(typename base::off_type off, std::ios_base::seekdir way, in seekoff()
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dmodernize-deprecated-ios-base-aliases.rst14 ``std::ios_base::seek_dir`` ``std::ios_base::seekdir``
/external/llvm-project/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
Dtellg.pass.cpp42 std::ios_base::seekdir way, in seekoff()
Dseekg_off.pass.cpp48 std::ios_base::seekdir, in seekoff()
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
Dtellg.pass.cpp41 std::ios_base::seekdir way, in seekoff()
Dseekg_off.pass.cpp47 std::ios_base::seekdir, in seekoff()
/external/llvm-project/libcxx/src/
Dstrstream.cpp233 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff()
/external/libcxx/src/
Dstrstream.cpp234 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff()
/external/llvm-project/clang/test/Analysis/
Dstd-c-library-functions-POSIX.c194 void seekdir(DIR *dirp, long loc);
/external/e2fsprogs/contrib/
Dspd_readdir.c424 void seekdir(DIR *dir, off_t offset) in seekdir() function

123