Searched defs:ruleProperty (Results 1 – 1 of 1) sorted by relevance
347 type ruleProperty struct { struct348 fields []string // e.x.: Vndk.Enabled349 matcher ValueMatcher576 func hasAnyProperty(properties []interface{}, props []ruleProperty) bool {585 func hasAllProperties(properties []interface{}, props []ruleProperty) bool {594 func hasProperty(properties []interface{}, prop ruleProperty) bool {