Home
last modified time | relevance | path

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

/build/soong/android/
Dneverallow.go335 type isSetMatcher struct{} struct
337 func (m *isSetMatcher) Test(value string) bool { argument
341 func (m *isSetMatcher) String() string { argument
345 var isSetMatcherInstance = &isSetMatcher{}