Lines Matching refs:WARN_UNUSED_RESULT
236 FilePath DirName() const WARN_UNUSED_RESULT;
242 FilePath BaseName() const WARN_UNUSED_RESULT;
254 StringType Extension() const WARN_UNUSED_RESULT;
263 StringType FinalExtension() const WARN_UNUSED_RESULT;
268 FilePath RemoveExtension() const WARN_UNUSED_RESULT;
272 FilePath RemoveFinalExtension() const WARN_UNUSED_RESULT;
282 StringPieceType suffix) const WARN_UNUSED_RESULT;
284 StringPiece suffix) const WARN_UNUSED_RESULT;
288 FilePath AddExtension(StringPieceType extension) const WARN_UNUSED_RESULT;
294 FilePath ReplaceExtension(StringPieceType extension) const WARN_UNUSED_RESULT;
306 FilePath Append(StringPieceType component) const WARN_UNUSED_RESULT;
307 FilePath Append(const FilePath& component) const WARN_UNUSED_RESULT;
315 FilePath AppendASCII(StringPiece component) const WARN_UNUSED_RESULT;
324 bool EndsWithSeparator() const WARN_UNUSED_RESULT;
328 FilePath AsEndingWithSeparator() const WARN_UNUSED_RESULT;
332 FilePath StripTrailingSeparators() const WARN_UNUSED_RESULT;