Home
last modified time | relevance | path

Searched refs:ValueMatcher (Results 1 – 1 of 1) sorted by relevance

/aosp12/build/soong/android/
H A Dneverallow.go261 type ValueMatcher interface { interface
341 matcher ValueMatcher
362 WithMatcher(properties string, matcher ValueMatcher) Rule
366 WithoutMatcher(properties string, matcher ValueMatcher) Rule
432 func (r *rule) WithMatcher(properties string, matcher ValueMatcher) Rule { argument
444 func (r *rule) WithoutMatcher(properties string, matcher ValueMatcher) Rule { argument
452 func selectMatcher(expected string) ValueMatcher {
558 func StartsWith(prefix string) ValueMatcher {
562 func Regexp(re string) ValueMatcher {
570 func NotInList(allowed []string) ValueMatcher {