Searched defs:ruleProperty (Results 1 – 1 of 1) sorted by relevance
538 type ruleProperty struct { struct539 fields []string // e.x.: Vndk.Enabled540 matcher ValueMatcher543 func (r *ruleProperty) String() string {826 func hasAnyProperty(ctx BottomUpMutatorContext, properties []interface{}, props []ruleProperty) boo…835 func hasAllProperties(ctx BottomUpMutatorContext, properties []interface{}, props []ruleProperty) b…844 func hasProperty(ctx BottomUpMutatorContext, properties []interface{}, prop ruleProperty) bool {