Home
last modified time | relevance | path

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

/build/soong/java/
Dlint.go85 type lintOutputsIntf interface { interface
143 var _ lintOutputsIntf = (*linter)(nil)
460 if l, ok := m.(lintOutputsIntf); ok {