| 68 | } |
| 69 | |
| 70 | DefaultAttributeMatcher::MatchResult DefaultAttributeMatcher::CheckForMissing( |
| 71 | const Attribute& attr) const { |
| 72 | return MatchAgainstPatterns(missing_patterns_, attr); |
| 73 | } |
| 74 | |
| 75 | bool AttributeUtility::CheckForMissingAttribute( |
| 76 | const AttributeTrail& trail) const { |
no test coverage detected