| 63 | } |
| 64 | |
| 65 | DefaultAttributeMatcher::MatchResult DefaultAttributeMatcher::CheckForUnknown( |
| 66 | const Attribute& attr) const { |
| 67 | return MatchAgainstPatterns(unknown_patterns_, attr); |
| 68 | } |
| 69 | |
| 70 | DefaultAttributeMatcher::MatchResult DefaultAttributeMatcher::CheckForMissing( |
| 71 | const Attribute& attr) const { |
no test coverage detected