Home | History | Annotate | Download | only in dns

Lines Matching refs:name_

27     : type_(type), name_(name), optional_(optional) {
32 : type_(other.type_), name_(other.name_), optional_(other.optional_) {
39 name_ = other.name_;
48 if (name_ != key.name_)
49 return name_ < key.name_;
60 return type_ == key.type_ && name_ == key.name_ && optional_ == key.optional_;