Home
last modified time | relevance | path

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

/build/soong/android/
Dvisibility.go165 type publicRule struct{} struct
167 func (r publicRule) matches(_ qualifiedModuleName) bool { argument
171 func (r publicRule) String() string { argument
335 r = publicRule{}
374 return compositeRule{publicRule{}}