Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dneverallow.go315 type notInListMatcher struct { struct
319 func (m *notInListMatcher) Test(value string) bool {
323 func (m *notInListMatcher) String() string {
571 return &notInListMatcher{allowed}