Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/xml/
Dmarshal.go1111 type UnsupportedTypeError struct { struct
1112 Type reflect.Type
1115 func (e *UnsupportedTypeError) Error() string {
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/json/
Dencode.go197 type UnsupportedTypeError struct { struct
198 Type reflect.Type
201 func (e *UnsupportedTypeError) Error() string {