Home
last modified time | relevance | path

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

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