Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/json/
Ddecode_test.go101 type unmarshalerText struct { struct
102 A, B string
106 func (u unmarshalerText) MarshalText() ([]byte, error) {
110 func (u *unmarshalerText) UnmarshalText(b []byte) error {