Home
last modified time | relevance | path

Searched refs:txt_other (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/net/dns/
Drecord_rdata.cc214 const TxtRecordRdata* txt_other = static_cast<const TxtRecordRdata*>(other); in IsEqual() local
215 return texts_ == txt_other->texts_; in IsEqual()