type github.com/segmentio/asm/base64.Encoding
16 uses
github.com/segmentio/asm/base64 (current package)
base64.go#L51: func NewEncoding(encoder string) *Encoding {
base64_amd64.go#L20: func newEncoding(encoder string) *Encoding {
base64_amd64.go#L21: e := &Encoding{base: base64.NewEncoding(encoder)}
base64_amd64.go#L29: func (e *Encoding) enableEncodeAVX2(encoder string) {
base64_amd64.go#L47: func (e *Encoding) enableDecodeAVX2(encoder string) {
base64_asm.go#L15: type Encoding struct {
base64_asm.go#L29: func (enc Encoding) WithPadding(padding rune) *Encoding {
base64_asm.go#L36: func (enc Encoding) Strict() *Encoding {
base64_asm.go#L43: func (enc *Encoding) Encode(dst, src []byte) {
base64_asm.go#L54: func (enc *Encoding) EncodeToString(src []byte) string {
base64_asm.go#L62: func (enc *Encoding) EncodedLen(n int) int {
base64_asm.go#L69: func (enc *Encoding) Decode(dst, src []byte) (n int, err error) {
base64_asm.go#L83: func (enc *Encoding) DecodeString(s string) ([]byte, error) {
base64_asm.go#L92: func (enc *Encoding) DecodedLen(n int) int {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |