Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dneverallow.go327 type isSetMatcher struct{} struct
329 func (m *isSetMatcher) Test(value string) bool {
333 func (m *isSetMatcher) String() string {
337 var isSetMatcherInstance = &isSetMatcher{}