Home | History | Annotate | Download | only in gn

Lines Matching defs:SourceDir

24 class SourceDir {
28 SourceDir();
29 explicit SourceDir(const base::StringPiece& p);
32 SourceDir(SwapIn, std::string* s);
33 ~SourceDir();
36 // an empty SourceDir/File on error. Empty input is always an error (it's
46 SourceDir ResolveRelativeDir(
83 bool operator==(const SourceDir& other) const {
86 bool operator!=(const SourceDir& other) const {
89 bool operator<(const SourceDir& other) const {
103 template<> struct hash<SourceDir> {
104 std::size_t operator()(const SourceDir& v) const {
110 inline size_t hash_value(const SourceDir& v) {