Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/testdata/testprog/
Ddeadlock.go355 type panicError struct{} struct
357 func (*panicError) Error() string {
/aosp_15_r20/build/blueprint/
H A Dcontext.go5084 type panicError struct { struct
5085 panic interface{}
5086 stack []byte
5087 in string
5100 func (p panicError) Error() string {
5104 func (p *panicError) addIn(in string) {