Lines Matching refs:id_
85 Variable() : id_(kInvalid) {}
86 bool operator==(Variable other) const { return id_ == other.id_; }
87 bool operator!=(Variable other) const { return id_ != other.id_; }
88 bool operator<(Variable other) const { return id_ < other.id_; }
91 return base::hash_value(v.id_);
94 return os << var.id_;
99 explicit Variable(Id id) : id_(id) {}
100 Id id_;
147 Id id() const { return id_; }
158 Id id_;