/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/json/ |
D | encode_test.go | 284 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
|
D | decode_test.go | 106 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
|
D | example_text_marshaling_test.go | 34 func (s Size) MarshalText() ([]byte, error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/log/slog/ |
D | level.go | 103 func (l Level) MarshalText() ([]byte, error) { func 177 func (v *LevelVar) MarshalText() ([]byte, error) { func
|
D | text_handler_test.go | 118 func (t text) MarshalText() ([]byte, error) { func
|
D | logger_test.go | 663 func (p panicTextAndJsonMarshaler) MarshalText() ([]byte, error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/netip/ |
D | netip.go | 972 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/ |
D | floatmarsh.go | 112 func (x *Float) MarshalText() (text []byte, err error) { func
|
D | ratmarsh.go | 72 func (x *Rat) MarshalText() (text []byte, err error) { func
|
D | intmarsh.go | 49 func (x *Int) MarshalText() (text []byte, err error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/xml/ |
D | example_text_marshaling_test.go | 34 func (s Size) MarshalText() ([]byte, error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/ |
D | encoding.go | 43 MarshalText() (text []byte, err error) methodSpec
|
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/gob/ |
D | gobencdec_test.go | 123 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/ |
D | oid.go | 116 func (o OID) MarshalText() ([]byte, error) { func
|
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/bzltestutil/ |
H A D | test2json.go | 53 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/ |
D | language.go | 153 func (t Tag) MarshalText() (text []byte, err error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/ |
D | ip.go | 331 func (ip IP) MarshalText() ([]byte, error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/test2json/ |
D | test2json.go | 46 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/ |
D | language.go | 231 func (t Tag) MarshalText() (text []byte, err error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/ |
D | regexp.go | 1286 func (re *Regexp) MarshalText() ([]byte, error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/time/ |
D | time.go | 1423 func (t Time) MarshalText() ([]byte, error) { func
|
/aosp_15_r20/build/soong/android/ |
H A D | arch.go | 188 func (a ArchType) MarshalText() ([]byte, error) { func
|