Searched refs:txt_other (Results 1 – 1 of 1) sorted by relevance
214 const TxtRecordRdata* txt_other = static_cast<const TxtRecordRdata*>(other); in IsEqual() local215 return texts_ == txt_other->texts_; in IsEqual()