Searched defs:NewEncoder (Results 1 – 13 of 13) sorted by relevance
11 func NewEncoder[foobar any]() *Encoder[foobar] { func
34 func NewEncoder(w io.Writer) *Encoder { func
93 func NewEncoder(w io.Writer) io.WriteCloser { return &encoder{w: w} } func
35 func NewEncoder(w io.Writer) *Encoder { func
44 func NewEncoder(indent string) (*Encoder, error) { func
63 func NewEncoder(w io.Writer) *Encoder { func
56 func NewEncoder(indent string, delims [2]byte, outputASCII bool) (*Encoder, error) { func
173 func NewEncoder(w io.Writer) io.Writer { func
129 func (pw *PkgEncoder) NewEncoder(k RelocKind, marker SyncMarker) Encoder { func
192 func NewEncoder(w io.Writer) *Encoder { func
278 func NewEncoder(enc *Encoding, w io.Writer) io.WriteCloser { func
284 func NewEncoder(enc *Encoding, w io.Writer) io.WriteCloser { func
149 func NewEncoder(w io.Writer) *Encoder { func