Home
last modified time | relevance | path

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

/build/soong/mk2rbc/mk2rbc/
Dmk2rbc.go80 var errorLogger = errorSink{data: make(map[string]datum)}
465 type errorSink struct { struct
469 func (ebt errorSink) NewError(el mk2rbc.ErrorLocation, node parser.Node, message string, args ...in… argument
501 func (ebt errorSink) printStatistics() { argument