Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/issue50841.dir/
Da.go11 func NewEncoder[foobar any]() *Encoder[foobar] { func
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/gob/
Dencoder.go34 func NewEncoder(w io.Writer) *Encoder { func
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/ascii85/
Dascii85.go93 func NewEncoder(w io.Writer) io.WriteCloser { return &encoder{w: w} } func
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/net/http2/hpack/
Dencode.go35 func NewEncoder(w io.Writer) *Encoder { func
/aosp_15_r20/external/golang-protobuf/internal/encoding/json/
H A Dencode.go44 func NewEncoder(indent string) (*Encoder, error) { func
/aosp_15_r20/external/bazelbuild-rules_android/src/common/golang/
H A Dmarshal.go63 func NewEncoder(w io.Writer) *Encoder { func
/aosp_15_r20/external/golang-protobuf/internal/encoding/text/
H A Dencode.go56 func NewEncoder(indent string, delims [2]byte, outputASCII bool) (*Encoder, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/hex/
Dhex.go173 func NewEncoder(w io.Writer) io.Writer { func
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/pkgbits/
Dencoder.go129 func (pw *PkgEncoder) NewEncoder(k RelocKind, marker SyncMarker) Encoder { func
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/json/
Dstream.go192 func NewEncoder(w io.Writer) *Encoder { func
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/base32/
Dbase32.go278 func NewEncoder(enc *Encoding, w io.Writer) io.WriteCloser { func
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/base64/
Dbase64.go284 func NewEncoder(enc *Encoding, w io.Writer) io.WriteCloser { func
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/xml/
Dmarshal.go149 func NewEncoder(w io.Writer) *Encoder { func