Home
last modified time | relevance | path

Searched defs:errAccumulator (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/testtrace/
Dvalidation.go351 func checkStack(e *errAccumulator, stk trace.Stack) {
369 type errAccumulator struct { struct
370 errs []error
373 func (e *errAccumulator) Errorf(f string, args ...any) {
377 func (e *errAccumulator) Errors() error {