Home
last modified time | relevance | path

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

/external/openscreen/discovery/dnssd/public/
Ddns_sd_txt_record.h57 return key_value_txt_.empty() && boolean_txt_.empty(); in IsEmpty()
85 std::set<std::string, CaseInsensitiveComparison> boolean_txt_; variable
91 if (lhs.boolean_txt_ != rhs.boolean_txt_) {
92 return lhs.boolean_txt_ < rhs.boolean_txt_;
Ddns_sd_txt_record.cc57 boolean_txt_.insert(key); in SetFlag()
84 return boolean_txt_.find(key) != boolean_txt_.end(); in GetFlag()
101 boolean_txt_.erase(key); in ClearFlag()
138 for (const auto& flag : boolean_txt_) { in GetData()