Home | History | Annotate | Download | only in gn

Lines Matching defs:SourceDir

24 class SourceDir {
26 SourceDir();
27 explicit SourceDir(const base::StringPiece& p);
28 ~SourceDir();
31 // an empty SourceDir/File on error. Empty input is always an error (it's
35 SourceDir ResolveRelativeDir(const base::StringPiece& p) const;
70 bool operator==(const SourceDir& other) const {
73 bool operator!=(const SourceDir& other) const {
76 bool operator<(const SourceDir& other) const {
90 template<> struct hash<SourceDir> {
91 std::size_t operator()(const SourceDir& v) const {
97 inline size_t hash_value(const SourceDir& v) {