Home
last modified time | relevance | path

Searched defs:Buffer (Results 51 – 75 of 20096) sorted by relevance

12345678910>>...804

/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/go.uber.org/zap/buffer/
H A Dbuffer.go35 type Buffer struct { struct
36 bs []byte
37 pool Pool
41 func (b *Buffer) AppendByte(v byte) {
78 func (b *Buffer) Len() int {
83 func (b *Buffer) Cap() int {
88 func (b *Buffer) Bytes() []byte {
93 func (b *Buffer) String() string {
99 func (b *Buffer) Reset() {
110 func (b *Buffer) TrimNewline() {
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/go.uber.org/zap/buffer/
H A Dbuffer.go35 type Buffer struct { struct
36 bs []byte
37 pool Pool
41 func (b *Buffer) AppendByte(v byte) {
78 func (b *Buffer) Len() int {
83 func (b *Buffer) Cap() int {
88 func (b *Buffer) Bytes() []byte {
93 func (b *Buffer) String() string {
99 func (b *Buffer) Reset() {
110 func (b *Buffer) TrimNewline() {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.uber.org/zap/buffer/
H A Dbuffer.go35 type Buffer struct { struct
36 bs []byte
37 pool Pool
41 func (b *Buffer) AppendByte(v byte) {
78 func (b *Buffer) Len() int {
83 func (b *Buffer) Cap() int {
88 func (b *Buffer) Bytes() []byte {
93 func (b *Buffer) String() string {
99 func (b *Buffer) Reset() {
110 func (b *Buffer) TrimNewline() {
[all …]
/dports/net/storj/storj-1.45.3/vendor/go.uber.org/zap/buffer/
H A Dbuffer.go35 type Buffer struct { struct
36 bs []byte
37 pool Pool
41 func (b *Buffer) AppendByte(v byte) {
78 func (b *Buffer) Len() int {
83 func (b *Buffer) Cap() int {
88 func (b *Buffer) Bytes() []byte {
93 func (b *Buffer) String() string {
99 func (b *Buffer) Reset() {
110 func (b *Buffer) TrimNewline() {
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/bytes/
H A Dbuffer.go20 type Buffer struct { struct
44 var ErrTooLarge = errors.New("bytes.Buffer: too large")
60 func (b *Buffer) String() string {
89 panic("bytes.Buffer: truncation out of range")
97 func (b *Buffer) Reset() {
117 func (b *Buffer) grow(n int) int {
159 panic("bytes.Buffer.Grow: negative count")
263 func (b *Buffer) WriteByte(c byte) error {
318 func (b *Buffer) Next(n int) []byte {
334 func (b *Buffer) ReadByte() (byte, error) {
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/bytes/
H A Dbuffer.go20 type Buffer struct { struct
44 var ErrTooLarge = errors.New("bytes.Buffer: too large")
60 func (b *Buffer) String() string {
89 panic("bytes.Buffer: truncation out of range")
97 func (b *Buffer) Reset() {
117 func (b *Buffer) grow(n int) int {
159 panic("bytes.Buffer.Grow: negative count")
263 func (b *Buffer) WriteByte(c byte) error {
319 func (b *Buffer) Next(n int) []byte {
335 func (b *Buffer) ReadByte() (byte, error) {
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/bytes/
H A Dbuffer.go20 type Buffer struct { struct
44 var ErrTooLarge = errors.New("bytes.Buffer: too large")
60 func (b *Buffer) String() string {
89 panic("bytes.Buffer: truncation out of range")
97 func (b *Buffer) Reset() {
117 func (b *Buffer) grow(n int) int {
159 panic("bytes.Buffer.Grow: negative count")
263 func (b *Buffer) WriteByte(c byte) error {
318 func (b *Buffer) Next(n int) []byte {
334 func (b *Buffer) ReadByte() (byte, error) {
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/bytes/
H A Dbuffer.go20 type Buffer struct { struct
44 var ErrTooLarge = errors.New("bytes.Buffer: too large")
60 func (b *Buffer) String() string {
89 panic("bytes.Buffer: truncation out of range")
97 func (b *Buffer) Reset() {
117 func (b *Buffer) grow(n int) int {
159 panic("bytes.Buffer.Grow: negative count")
263 func (b *Buffer) WriteByte(c byte) error {
318 func (b *Buffer) Next(n int) []byte {
334 func (b *Buffer) ReadByte() (byte, error) {
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/bytes/
H A Dbuffer.go20 type Buffer struct { struct
44 var ErrTooLarge = errors.New("bytes.Buffer: too large")
60 func (b *Buffer) String() string {
89 panic("bytes.Buffer: truncation out of range")
97 func (b *Buffer) Reset() {
117 func (b *Buffer) grow(n int) int {
159 panic("bytes.Buffer.Grow: negative count")
263 func (b *Buffer) WriteByte(c byte) error {
319 func (b *Buffer) Next(n int) []byte {
335 func (b *Buffer) ReadByte() (byte, error) {
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/bytes/
H A Dbuffer.go20 type Buffer struct { struct
44 var ErrTooLarge = errors.New("bytes.Buffer: too large")
60 func (b *Buffer) String() string {
89 panic("bytes.Buffer: truncation out of range")
97 func (b *Buffer) Reset() {
117 func (b *Buffer) grow(n int) int {
159 panic("bytes.Buffer.Grow: negative count")
263 func (b *Buffer) WriteByte(c byte) error {
318 func (b *Buffer) Next(n int) []byte {
334 func (b *Buffer) ReadByte() (byte, error) {
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/bytes/
H A Dbuffer.go20 type Buffer struct { struct
63 func (b *Buffer) String() string {
92 panic("bytes.Buffer: truncation out of range")
100 func (b *Buffer) Reset() {
120 func (b *Buffer) grow(n int) int {
162 panic("bytes.Buffer.Grow: negative count")
171 func (b *Buffer) Write(p []byte) (n int, err error) {
266 func (b *Buffer) WriteByte(c byte) error {
299 func (b *Buffer) Read(p []byte) (n int, err error) {
321 func (b *Buffer) Next(n int) []byte {
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/bytes/
H A Dbuffer.go20 type Buffer struct { struct
44 var ErrTooLarge = errors.New("bytes.Buffer: too large")
60 func (b *Buffer) String() string {
89 panic("bytes.Buffer: truncation out of range")
97 func (b *Buffer) Reset() {
117 func (b *Buffer) grow(n int) int {
159 panic("bytes.Buffer.Grow: negative count")
263 func (b *Buffer) WriteByte(c byte) error {
318 func (b *Buffer) Next(n int) []byte {
334 func (b *Buffer) ReadByte() (byte, error) {
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/bytes/
H A Dbuffer.go20 type Buffer struct { struct
44 var ErrTooLarge = errors.New("bytes.Buffer: too large")
60 func (b *Buffer) String() string {
89 panic("bytes.Buffer: truncation out of range")
97 func (b *Buffer) Reset() {
117 func (b *Buffer) grow(n int) int {
159 panic("bytes.Buffer.Grow: negative count")
263 func (b *Buffer) WriteByte(c byte) error {
318 func (b *Buffer) Next(n int) []byte {
334 func (b *Buffer) ReadByte() (byte, error) {
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgo/go/bytes/
H A Dbuffer.go20 type Buffer struct { struct
63 func (b *Buffer) String() string {
92 panic("bytes.Buffer: truncation out of range")
100 func (b *Buffer) Reset() {
120 func (b *Buffer) grow(n int) int {
162 panic("bytes.Buffer.Grow: negative count")
171 func (b *Buffer) Write(p []byte) (n int, err error) {
266 func (b *Buffer) WriteByte(c byte) error {
299 func (b *Buffer) Read(p []byte) (n int, err error) {
321 func (b *Buffer) Next(n int) []byte {
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/bytes/
H A Dbuffer.go20 type Buffer struct { struct
44 var ErrTooLarge = errors.New("bytes.Buffer: too large")
60 func (b *Buffer) String() string {
89 panic("bytes.Buffer: truncation out of range")
97 func (b *Buffer) Reset() {
117 func (b *Buffer) grow(n int) int {
159 panic("bytes.Buffer.Grow: negative count")
263 func (b *Buffer) WriteByte(c byte) error {
318 func (b *Buffer) Next(n int) []byte {
334 func (b *Buffer) ReadByte() (byte, error) {
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/bytes/
H A Dbuffer.go20 type Buffer struct { struct
63 func (b *Buffer) String() string {
92 panic("bytes.Buffer: truncation out of range")
100 func (b *Buffer) Reset() {
120 func (b *Buffer) grow(n int) int {
162 panic("bytes.Buffer.Grow: negative count")
171 func (b *Buffer) Write(p []byte) (n int, err error) {
266 func (b *Buffer) WriteByte(c byte) error {
299 func (b *Buffer) Read(p []byte) (n int, err error) {
321 func (b *Buffer) Next(n int) []byte {
[all …]
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/syndtr/goleveldb/leveldb/util/
H A Dbuffer.go21 type Buffer struct { struct
22 buf []byte // contents are the bytes buf[off : len(buf)]
23 off int // read at &buf[off], write at &buf[len(buf)]
54 panic("leveldb/util.Buffer: truncation out of range")
61 func (b *Buffer) Reset() {
80 func (b *Buffer) grow(n int) int {
120 panic("leveldb/util.Buffer.Alloc: negative count")
136 panic("leveldb/util.Buffer.Grow: negative count")
226 func (b *Buffer) WriteByte(c byte) error {
257 func (b *Buffer) Next(n int) []byte {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/syndtr/goleveldb/leveldb/util/
H A Dbuffer.go21 type Buffer struct { struct
22 buf []byte // contents are the bytes buf[off : len(buf)]
23 off int // read at &buf[off], write at &buf[len(buf)]
54 panic("leveldb/util.Buffer: truncation out of range")
61 func (b *Buffer) Reset() {
80 func (b *Buffer) grow(n int) int {
120 panic("leveldb/util.Buffer.Alloc: negative count")
136 panic("leveldb/util.Buffer.Grow: negative count")
226 func (b *Buffer) WriteByte(c byte) error {
257 func (b *Buffer) Next(n int) []byte {
[all …]
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/syndtr/goleveldb/leveldb/util/
H A Dbuffer.go21 type Buffer struct { struct
22 buf []byte // contents are the bytes buf[off : len(buf)]
23 off int // read at &buf[off], write at &buf[len(buf)]
54 panic("leveldb/util.Buffer: truncation out of range")
61 func (b *Buffer) Reset() {
80 func (b *Buffer) grow(n int) int {
120 panic("leveldb/util.Buffer.Alloc: negative count")
136 panic("leveldb/util.Buffer.Grow: negative count")
226 func (b *Buffer) WriteByte(c byte) error {
257 func (b *Buffer) Next(n int) []byte {
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/go.uber.org/zap/buffer/
H A Dbuffer.go32 type Buffer struct { struct
33 bs []byte
34 pool Pool
38 func (b *Buffer) AppendByte(v byte) {
70 func (b *Buffer) Len() int {
75 func (b *Buffer) Cap() int {
80 func (b *Buffer) Bytes() []byte {
85 func (b *Buffer) String() string {
91 func (b *Buffer) Reset() {
102 func (b *Buffer) TrimNewline() {
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/go.uber.org/zap/buffer/
H A Dbuffer.go32 type Buffer struct { struct
33 bs []byte
34 pool Pool
38 func (b *Buffer) AppendByte(v byte) {
70 func (b *Buffer) Len() int {
75 func (b *Buffer) Cap() int {
80 func (b *Buffer) Bytes() []byte {
85 func (b *Buffer) String() string {
91 func (b *Buffer) Reset() {
102 func (b *Buffer) TrimNewline() {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/vendor/go.uber.org/zap/buffer/
H A Dbuffer.go32 type Buffer struct { struct
33 bs []byte
34 pool Pool
38 func (b *Buffer) AppendByte(v byte) {
70 func (b *Buffer) Len() int {
75 func (b *Buffer) Cap() int {
80 func (b *Buffer) Bytes() []byte {
85 func (b *Buffer) String() string {
91 func (b *Buffer) Reset() {
102 func (b *Buffer) TrimNewline() {
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/go.uber.org/zap/buffer/
H A Dbuffer.go32 type Buffer struct { struct
33 bs []byte
34 pool Pool
38 func (b *Buffer) AppendByte(v byte) {
70 func (b *Buffer) Len() int {
75 func (b *Buffer) Cap() int {
80 func (b *Buffer) Bytes() []byte {
85 func (b *Buffer) String() string {
91 func (b *Buffer) Reset() {
102 func (b *Buffer) TrimNewline() {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/go.uber.org/zap/buffer/
H A Dbuffer.go32 type Buffer struct { struct
33 bs []byte
34 pool Pool
38 func (b *Buffer) AppendByte(v byte) {
70 func (b *Buffer) Len() int {
75 func (b *Buffer) Cap() int {
80 func (b *Buffer) Bytes() []byte {
85 func (b *Buffer) String() string {
91 func (b *Buffer) Reset() {
102 func (b *Buffer) TrimNewline() {
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/vendor/go.uber.org/zap/buffer/
H A Dbuffer.go32 type Buffer struct { struct
33 bs []byte
34 pool Pool
38 func (b *Buffer) AppendByte(v byte) {
70 func (b *Buffer) Len() int {
75 func (b *Buffer) Cap() int {
80 func (b *Buffer) Bytes() []byte {
85 func (b *Buffer) String() string {
91 func (b *Buffer) Reset() {
102 func (b *Buffer) TrimNewline() {
[all …]

12345678910>>...804