Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/json/
Dencode_test.go1139 type marshalPanic struct{} struct
1141 func (marshalPanic) MarshalJSON() ([]byte, error) { panic(0xdead) }