Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/json/
Dencode_test.go284 func (*RefText) MarshalText() ([]byte, error) { func
296 func (ValText) MarshalText() ([]byte, error) { func
340 func (CText) MarshalText() ([]byte, error) { func
580 func (nm *nilTextMarshaler) MarshalText() ([]byte, error) { func
842 func (b textbyte) MarshalText() ([]byte, error) { return tenc(`TB:%d`, b) } func
850 func (i textint) MarshalText() ([]byte, error) { return tenc(`TI:%d`, i) } func
860 func (f textfloat) MarshalText() ([]byte, error) { return tenc(`TF:%0.2f`, f) } func
Ddecode_test.go106 func (u unmarshalerText) MarshalText() ([]byte, error) { func
128 func (u8 u8marshal) MarshalText() ([]byte, error) { func
305 func (b byteWithMarshalText) MarshalText() ([]byte, error) { func
323 func (b *byteWithPtrMarshalText) MarshalText() ([]byte, error) { func
361 func (b intWithMarshalText) MarshalText() ([]byte, error) { func
379 func (b *intWithPtrMarshalText) MarshalText() ([]byte, error) { func
Dexample_text_marshaling_test.go34 func (s Size) MarshalText() ([]byte, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/log/slog/
Dlevel.go103 func (l Level) MarshalText() ([]byte, error) { func
177 func (v *LevelVar) MarshalText() ([]byte, error) { func
Dtext_handler_test.go118 func (t text) MarshalText() ([]byte, error) { func
Dlogger_test.go663 func (p panicTextAndJsonMarshaler) MarshalText() ([]byte, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/net/netip/
Dnetip.go972 func (ip Addr) MarshalText() ([]byte, error) { func
1204 func (p AddrPort) MarshalText() ([]byte, error) { func
1493 func (p Prefix) MarshalText() ([]byte, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/
Dfloatmarsh.go112 func (x *Float) MarshalText() (text []byte, err error) { func
Dratmarsh.go72 func (x *Rat) MarshalText() (text []byte, err error) { func
Dintmarsh.go49 func (x *Int) MarshalText() (text []byte, err error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/xml/
Dexample_text_marshaling_test.go34 func (s Size) MarshalText() ([]byte, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/
Dencoding.go43 MarshalText() (text []byte, err error) methodSpec
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/gob/
Dgobencdec_test.go123 func (g *TextGobber) MarshalText() ([]byte, error) { func
150 func (v TextValueGobber) MarshalText() ([]byte, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/x509/
Doid.go116 func (o OID) MarshalText() ([]byte, error) { func
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/bzltestutil/
H A Dtest2json.go53 func (b textBytes) MarshalText() ([]byte, error) { return b, nil } func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/text/internal/language/
Dlanguage.go153 func (t Tag) MarshalText() (text []byte, err error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dip.go331 func (ip IP) MarshalText() ([]byte, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/test2json/
Dtest2json.go46 func (b textBytes) MarshalText() ([]byte, error) { return b, nil } func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/text/language/
Dlanguage.go231 func (t Tag) MarshalText() (text []byte, err error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/
Dregexp.go1286 func (re *Regexp) MarshalText() ([]byte, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/time/
Dtime.go1423 func (t Time) MarshalText() ([]byte, error) { func
/aosp_15_r20/build/soong/android/
H A Darch.go188 func (a ArchType) MarshalText() ([]byte, error) { func