Home
last modified time | relevance | path

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

/external/openscreen/discovery/mdns/
Dmdns_records.cc783 authority_records_(std::move(authority_records)), in MdnsMessage()
787 OSP_DCHECK(authority_records_.size() < kMaxMessageFieldEntryCount); in MdnsMessage()
796 for (const MdnsRecord& record : authority_records_) { in MdnsMessage()
807 authority_records_ == rhs.authority_records_ && in operator ==()
823 for (const MdnsRecord& record : authority_records_) { in IsProbeQuery()
854 OSP_DCHECK(authority_records_.size() < kMaxMessageFieldEntryCount); in AddAuthorityRecord()
856 authority_records_.emplace_back(std::move(record)); in AddAuthorityRecord()
Dmdns_records.h617 return authority_records_; in authority_records()
627 message.authority_records_, message.additional_records_); in AbslHashValue()
638 std::vector<MdnsRecord> authority_records_; variable