Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/gob/
Dencoder_test.go1094 type badDataTest struct { struct
1095 input string // The input encoded as a hex string.
1096 error string // A substring of the error that should result.
1097 data any // What to decode into.