Home
last modified time | relevance | path

Searched refs:textbyte (Results 1 – 25 of 27) sorted by relevance

12

/dports/mail/mailhog/MailHog-1.0.0/vendor/gopkg.in/mgo.v2/internal/json/
H A Dencode_test.go549 type textbyte byte type
551 func (b textbyte) MarshalText() ([]byte, error) { return tenc(`TB:%d`, b) }
575 {textbyte(4), `"TB:4"`},
581 {[]textbyte{2, 3}, `["TB:2","TB:3"]`},
/dports/security/vault/vault-1.8.2/vendor/gopkg.in/mgo.v2/internal/json/
H A Dencode_test.go549 type textbyte byte type
551 func (b textbyte) MarshalText() ([]byte, error) { return tenc(`TB:%d`, b) }
575 {textbyte(4), `"TB:4"`},
581 {[]textbyte{2, 3}, `["TB:2","TB:3"]`},
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/mgo.v2/internal/json/
H A Dencode_test.go549 type textbyte byte type
551 func (b textbyte) MarshalText() ([]byte, error) { return tenc(`TB:%d`, b) }
575 {textbyte(4), `"TB:4"`},
581 {[]textbyte{2, 3}, `["TB:2","TB:3"]`},
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/mgo.v2-unstable/internal/json/
H A Dencode_test.go549 type textbyte byte type
551 func (b textbyte) MarshalText() ([]byte, error) { return tenc(`TB:%d`, b) }
575 {textbyte(4), `"TB:4"`},
581 {[]textbyte{2, 3}, `["TB:2","TB:3"]`},
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/gopkg.in/mgo.v2/internal/json/
H A Dencode_test.go549 type textbyte byte type
551 func (b textbyte) MarshalText() ([]byte, error) { return tenc(`TB:%d`, b) }
575 {textbyte(4), `"TB:4"`},
581 {[]textbyte{2, 3}, `["TB:2","TB:3"]`},
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/gopkg.in/mgo.v2/internal/json/
H A Dencode_test.go549 type textbyte byte type
551 func (b textbyte) MarshalText() ([]byte, error) { return tenc(`TB:%d`, b) }
575 {textbyte(4), `"TB:4"`},
581 {[]textbyte{2, 3}, `["TB:2","TB:3"]`},
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/encoding/json/
H A Dencode_test.go711 type textbyte byte type
713 func (b textbyte) MarshalText() ([]byte, error) { return tenc(`TB:%d`, b) }
737 {textbyte(4), `"TB:4"`},
743 {[]textbyte{2, 3}, `["TB:2","TB:3"]`},
/dports/lang/gcc8/gcc-8.5.0/libgo/go/encoding/json/
H A Dencode_test.go714 type textbyte byte type
716 func (b textbyte) MarshalText() ([]byte, error) { return tenc(`TB:%d`, b) }
740 {textbyte(4), `"TB:4"`},
746 {[]textbyte{2, 3}, `["TB:2","TB:3"]`},
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/encoding/json/
H A Dencode_test.go714 type textbyte byte type
716 func (b textbyte) MarshalText() ([]byte, error) { return tenc(`TB:%d`, b) }
740 {textbyte(4), `"TB:4"`},
746 {[]textbyte{2, 3}, `["TB:2","TB:3"]`},
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/encoding/json/
H A Dencode_test.go714 type textbyte byte type
716 func (b textbyte) MarshalText() ([]byte, error) { return tenc(`TB:%d`, b) }
740 {textbyte(4), `"TB:4"`},
746 {[]textbyte{2, 3}, `["TB:2","TB:3"]`},
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/encoding/json/
H A Dencode_test.go714 type textbyte byte type
716 func (b textbyte) MarshalText() ([]byte, error) { return tenc(`TB:%d`, b) }
740 {textbyte(4), `"TB:4"`},
746 {[]textbyte{2, 3}, `["TB:2","TB:3"]`},
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/encoding/json/
H A Dencode_test.go727 type textbyte byte type
729 func (b textbyte) MarshalText() ([]byte, error) { return tenc(`TB:%d`, b) }
753 {textbyte(4), `"TB:4"`},
759 {[]textbyte{2, 3}, `["TB:2","TB:3"]`},
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/encoding/json/
H A Dencode_test.go714 type textbyte byte type
716 func (b textbyte) MarshalText() ([]byte, error) { return tenc(`TB:%d`, b) }
740 {textbyte(4), `"TB:4"`},
746 {[]textbyte{2, 3}, `["TB:2","TB:3"]`},
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/encoding/json/
H A Dencode_test.go714 type textbyte byte type
716 func (b textbyte) MarshalText() ([]byte, error) { return tenc(`TB:%d`, b) }
740 {textbyte(4), `"TB:4"`},
746 {[]textbyte{2, 3}, `["TB:2","TB:3"]`},
/dports/lang/gcc9/gcc-9.4.0/libgo/go/encoding/json/
H A Dencode_test.go727 type textbyte byte type
729 func (b textbyte) MarshalText() ([]byte, error) { return tenc(`TB:%d`, b) }
753 {textbyte(4), `"TB:4"`},
759 {[]textbyte{2, 3}, `["TB:2","TB:3"]`},
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/segmentio/encoding/json/
H A Dgolang_encode_test.go732 type textbyte byte type
734 func (b textbyte) MarshalText() ([]byte, error) { return tenc(`TB:%d`, b) }
758 {textbyte(4), `"TB:4"`},
764 {[]textbyte{2, 3}, `["TB:2","TB:3"]`},
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/encoding/json/
H A Dencode_test.go727 type textbyte byte type
729 func (b textbyte) MarshalText() ([]byte, error) { return tenc(`TB:%d`, b) }
753 {textbyte(4), `"TB:4"`},
759 {[]textbyte{2, 3}, `["TB:2","TB:3"]`},
/dports/lang/gcc10/gcc-10.3.0/libgo/go/encoding/json/
H A Dencode_test.go814 type textbyte byte type
816 func (b textbyte) MarshalText() ([]byte, error) { return tenc(`TB:%d`, b) }
840 {textbyte(4), `"TB:4"`},
846 {[]textbyte{2, 3}, `["TB:2","TB:3"]`},
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/encoding/json/
H A Dencode_test.go839 type textbyte byte type
841 func (b textbyte) MarshalText() ([]byte, error) { return tenc(`TB:%d`, b) }
865 {textbyte(4), `"TB:4"`},
871 {[]textbyte{2, 3}, `["TB:2","TB:3"]`},
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/encoding/json/
H A Dencode_test.go814 type textbyte byte type
816 func (b textbyte) MarshalText() ([]byte, error) { return tenc(`TB:%d`, b) }
840 {textbyte(4), `"TB:4"`},
846 {[]textbyte{2, 3}, `["TB:2","TB:3"]`},
/dports/lang/gcc11/gcc-11.2.0/libgo/go/encoding/json/
H A Dencode_test.go839 type textbyte byte type
841 func (b textbyte) MarshalText() ([]byte, error) { return tenc(`TB:%d`, b) }
865 {textbyte(4), `"TB:4"`},
871 {[]textbyte{2, 3}, `["TB:2","TB:3"]`},
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/encoding/json/
H A Dencode_test.go814 type textbyte byte type
816 func (b textbyte) MarshalText() ([]byte, error) { return tenc(`TB:%d`, b) }
840 {textbyte(4), `"TB:4"`},
846 {[]textbyte{2, 3}, `["TB:2","TB:3"]`},
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/encoding/json/
H A Dencode_test.go839 type textbyte byte type
841 func (b textbyte) MarshalText() ([]byte, error) { return tenc(`TB:%d`, b) }
865 {textbyte(4), `"TB:4"`},
871 {[]textbyte{2, 3}, `["TB:2","TB:3"]`},
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/encoding/json/
H A Dencode_test.go855 type textbyte byte type
857 func (b textbyte) MarshalText() ([]byte, error) { return tenc(`TB:%d`, b) }
885 {textbyte(4), `"TB:4"`},
891 {[]textbyte{2, 3}, `["TB:2","TB:3"]`},
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/encoding/json/
H A Dencode_test.go855 type textbyte byte type
857 func (b textbyte) MarshalText() ([]byte, error) { return tenc(`TB:%d`, b) }
885 {textbyte(4), `"TB:4"`},
891 {[]textbyte{2, 3}, `["TB:2","TB:3"]`},

12