Home | History | Annotate | Download | only in gn

Lines Matching defs:dir_

41   bool is_null() const { return dir_.is_null(); }
43 const SourceDir& dir() const { return dir_; }
67 return name_ == other.name_ && dir_ == other.dir_ &&
77 if (dir_ != other.dir_)
78 return dir_ < other.dir_;
87 dir_.swap(other.dir_);
101 SourceDir dir_;