Searched refs:boolean_txt_ (Results 1 – 2 of 2) sorted by relevance
57 return key_value_txt_.empty() && boolean_txt_.empty(); in IsEmpty()85 std::set<std::string, CaseInsensitiveComparison> boolean_txt_; variable91 if (lhs.boolean_txt_ != rhs.boolean_txt_) {92 return lhs.boolean_txt_ < rhs.boolean_txt_;
57 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()