Searched defs:Whence (Results 1 - 3 of 3) sorted by relevance

/external/libbrillo/brillo/streams/
H A Dstream.h87 enum class Whence { FROM_BEGIN, FROM_CURRENT, FROM_END }; class in class:brillo::Stream
164 // beginning of the stream. This calls Seek(position, Whence::FROM_BEGIN),
176 Whence whence,
/external/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp52 void error(const Twine &Message, StringRef Whence = "");
96 void CodeCoverageTool::error(const Twine &Message, StringRef Whence) { argument
98 if (!Whence.empty())
99 errs() << Whence << ": ";
/external/libchrome/base/files/
H A Dfile.h119 enum Whence { enum in class:base::File
208 int64_t Seek(Whence whence, int64_t offset);

Completed in 564 milliseconds