Home | History | Annotate | Download | only in files

Lines Matching defs:StringType

150   typedef std::string StringType;
154 typedef std::wstring StringType;
157 typedef BasicStringPiece<StringType> StringPieceType;
158 typedef StringType::value_type CharType;
193 const StringType& value() const { return path_; }
212 void GetComponents(std::vector<FilePath::StringType>* components) const;
254 StringType Extension() const WARN_UNUSED_RESULT;
263 StringType FinalExtension() const WARN_UNUSED_RESULT;
309 // Although Windows StringType is std::wstring, since the encoding it uses for
416 static StringType GetHFSDecomposedForm(StringPieceType string);
443 StringType path_;
471 return hash<base::FilePath::StringType>()(f.value());