Home
last modified time | relevance | path

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

/aosp12/build/soong/java/
H A Dlint.go105 type lintDepSetsIntf interface { interface
169 var _ lintDepSetsIntf = (*linter)(nil)
384 if depLint, ok := dep.(lintDepSetsIntf); ok {
660 if d, ok := m.(lintDepSetsIntf); ok && d.getStrictUpdatabilityLinting() {
662 if a, ok := d.(lintDepSetsIntf); ok {