Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dneverallow.go278 type anyMatcher struct { struct
281 func (m *anyMatcher) Test(value string) bool {
285 func (m *anyMatcher) String() string {
289 var anyMatcherInstance = &anyMatcher{}