Home | History | Annotate | Download | only in gn

Lines Matching refs:name_

44   const std::string& name() const { return name_; }
67 return name_ == other.name_ && dir_ == other.dir_ &&
79 if (name_ != other.name_)
80 return name_ < other.name_;
88 name_.swap(other.name_);
102 std::string name_;