Searched defs:ruleProperty (Results 1 – 1 of 1) sorted by relevance
386 type ruleProperty struct { struct387 fields []string // e.x.: Vndk.Enabled388 matcher ValueMatcher391 func (r *ruleProperty) String() string {649 func hasAnyProperty(properties []interface{}, props []ruleProperty) bool {658 func hasAllProperties(properties []interface{}, props []ruleProperty) bool {667 func hasProperty(properties []interface{}, prop ruleProperty) bool {