Home
last modified time | relevance | path

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

/build/soong/android/
Dneverallow.go281 type anyMatcher struct { struct
284 func (m *anyMatcher) Test(value string) bool { argument
288 func (m *anyMatcher) String() string { argument
292 var anyMatcherInstance = &anyMatcher{}