| 72 | size_type size() const { return attributes_.size(); } |
| 73 | |
| 74 | bool empty() const { return attributes_.empty(); } |
| 75 | |
| 76 | bool operator==(const AttributeSet& other) const { |
| 77 | return this == &other || attributes_ == other.attributes_; |
no outgoing calls
no test coverage detected