HomeSort by relevance Sort by last modified time
    Searched defs:formatterType (Results 1 - 3 of 3) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/vet/
types.go 24 formatterType *types.Interface // possibly nil
35 formatterType = typ.Underlying().(*types.Interface)
140 if formatterType != nil && types.Implements(typ, formatterType) || f.hasMethod(typ, "Format") {
  /prebuilts/go/linux-x86/src/cmd/vet/
types.go 24 formatterType *types.Interface // possibly nil
35 formatterType = typ.Underlying().(*types.Interface)
140 if formatterType != nil && types.Implements(typ, formatterType) || f.hasMethod(typ, "Format") {
  /development/tools/checkstyle/
checkstyle.jar 

Completed in 562 milliseconds