Home
last modified time | relevance | path

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

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