Home
last modified time | relevance | path

Searched defs:Buffer (Results 1 – 25 of 11008) sorted by relevance

12345678910>>...441

/dports/www/node10/node-v10.24.1/doc/api/
H A Dbuffer.md1 # Buffer chapter
955 ### buf[index]
983 ### buf.buffer
1380 ### buf.keys()
1480 ### buf.length
1523 ### buf.parent
1952 ### buf.swap16()
1988 ### buf.swap32()
2016 ### buf.swap64()
2046 ### buf.toJSON()
[all …]
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/core/
H A Dbuffer.h67 struct Buffer struct
73 inline Buffer() : in Buffer() function
81 inline ~Buffer() in ~Buffer() argument
143 inline void emitByte(uint8_t x) in emitByte()
151 inline void emitWord(uint16_t x) in emitWord()
160 inline void emitDWord(uint32_t x) in emitDWord()
169 inline void emitQWord(uint64_t x) in emitQWord()
178 inline void emitIntPtrT(intptr_t x) in emitIntPtrT()
196 inline void emitSizeT(size_t x) in emitSizeT()
337 //! @brief Buffer capacity (in bytes). argument
[all …]
/dports/devel/bit/bit-1.1.2/vendor/github.com/c-bata/go-prompt/
H A Dbuffer.go10 type Buffer struct { struct
12 workingIndex int
13 cursorPosition int
14 cacheDocument *Document
16 lastKeyStroke Key
20 func (b *Buffer) Text() string {
25 func (b *Buffer) Document() (d *Document) {
68 func (b *Buffer) setText(v string) {
89 func (b *Buffer) CursorLeft(count int) {
102 func (b *Buffer) CursorUp(count int) {
[all …]
/dports/security/xray-core/Xray-core-1.5.0/common/buf/
H A Dbuffer.go20 type Buffer struct { struct
21 v []byte
22 start int32
23 end int32
24 UDP *net.Destination
73 func (b *Buffer) Release() {
90 func (b *Buffer) Clear() {
106 func (b *Buffer) Bytes() []byte {
176 func (b *Buffer) Len() int32 {
184 func (b *Buffer) IsEmpty() bool {
[all …]
/dports/net-mgmt/prometheus-collectd-exporter/collectd_exporter-0.5.0/vendor/collectd.org/network/
H A Dbuffer.go26 type Buffer struct { struct
27 lock *sync.Mutex
28 buffer *bytes.Buffer
29 output io.Writer
30 state api.ValueList
31 size int
32 username, password string
33 securityLevel SecurityLevel
65 func (b *Buffer) Available() int {
85 func (b *Buffer) Bytes() ([]byte, error) {
[all …]
/dports/net/evans/evans-0.9.1/vendor/github.com/ktr0731/go-prompt/
H A Dbuffer.go10 type Buffer struct { struct
12 workingIndex int
13 cursorPosition int
14 cacheDocument *Document
19 func (b *Buffer) Text() string {
24 func (b *Buffer) Document() (d *Document) {
66 func (b *Buffer) setText(v string) {
99 func (b *Buffer) CursorLeft(count int) {
106 func (b *Buffer) CursorRight(count int) {
114 func (b *Buffer) CursorUp(count int) {
[all …]
/dports/textproc/uni/uni-2.4.0/vendor/zgo.at/zstd/zsync/
H A Dbuf.go11 type Buffer struct { struct
12 buf *bytes.Buffer
13 mu *sync.Mutex
30 func (b *Buffer) l() func() {
35 func (b Buffer) Bytes() []byte {
39 func (b *Buffer) Cap() int {
43 func (b *Buffer) Grow(n int) {
47 func (b *Buffer) Len() int {
79 func (b *Buffer) Reset() {
83 func (b Buffer) String() string {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-buffer-pool/
H A Dbuffer.go30 type Buffer struct { struct
33 Pool *BufferPool
35 buf []byte
36 rOff int
40 bootstrap [64]byte
104 func (b *Buffer) returnBuf() {
119 func (b *Buffer) Len() int {
127 func (b *Buffer) Cap() int {
173 func (b *Buffer) Reset() {
197 func (b *Buffer) Grow(n int) {
[all …]
/dports/net/v2ray/v2ray-core-4.36.2/common/buf/
H A Dbuffer.go19 type Buffer struct { struct
20 v []byte
21 start int32
22 end int32
41 func (b *Buffer) Release() {
54 func (b *Buffer) Clear() {
70 func (b *Buffer) Bytes() []byte {
137 func (b *Buffer) Len() int32 {
145 func (b *Buffer) IsEmpty() bool {
150 func (b *Buffer) IsFull() bool {
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/pkg/sftp/internal/encoding/ssh/filexfer/
H A Dbuffer.go17 type Buffer struct { struct
18 b []byte
19 off int
41 func (b *Buffer) Bytes() []byte {
53 func (b *Buffer) Reset() {
96 func (b *Buffer) AppendUint8(v uint8) {
113 func (b *Buffer) AppendBool(v bool) {
134 func (b *Buffer) AppendUint16(v uint16) {
161 func (b *Buffer) AppendUint32(v uint32) {
208 func (b *Buffer) AppendInt64(v int64) {
[all …]
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/pkg/sftp/internal/encoding/ssh/filexfer/
H A Dbuffer.go17 type Buffer struct { struct
18 b []byte
19 off int
41 func (b *Buffer) Bytes() []byte {
53 func (b *Buffer) Reset() {
96 func (b *Buffer) AppendUint8(v uint8) {
113 func (b *Buffer) AppendBool(v bool) {
134 func (b *Buffer) AppendUint16(v uint16) {
161 func (b *Buffer) AppendUint32(v uint32) {
208 func (b *Buffer) AppendInt64(v int64) {
[all …]
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/pkg/sftp/internal/encoding/ssh/filexfer/
H A Dbuffer.go17 type Buffer struct { struct
18 b []byte
19 off int
41 func (b *Buffer) Bytes() []byte {
53 func (b *Buffer) Reset() {
96 func (b *Buffer) AppendUint8(v uint8) {
113 func (b *Buffer) AppendBool(v bool) {
134 func (b *Buffer) AppendUint16(v uint16) {
161 func (b *Buffer) AppendUint32(v uint32) {
208 func (b *Buffer) AppendInt64(v int64) {
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/bytes/
H A Dbuffer.go17 type Buffer struct { struct
37 var ErrTooLarge = errors.New("bytes.Buffer: too large")
71 panic("bytes.Buffer: truncation out of range")
82 func (b *Buffer) Reset() { b.Truncate(0) }
87 func (b *Buffer) grow(n int) int {
123 panic("bytes.Buffer.Grow: negative count")
132 func (b *Buffer) Write(p []byte) (n int, err error) {
233 func (b *Buffer) WriteByte(c byte) error {
258 func (b *Buffer) Read(p []byte) (n int, err error) {
280 func (b *Buffer) Next(n int) []byte {
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/bytes/
H A Dbuffer.go17 type Buffer struct { struct
37 var ErrTooLarge = errors.New("bytes.Buffer: too large")
69 panic("bytes.Buffer: truncation out of range")
79 func (b *Buffer) Reset() { b.Truncate(0) }
84 func (b *Buffer) grow(n int) int {
120 panic("bytes.Buffer.Grow: negative count")
129 func (b *Buffer) Write(p []byte) (n int, err error) {
230 func (b *Buffer) WriteByte(c byte) error {
255 func (b *Buffer) Read(p []byte) (n int, err error) {
277 func (b *Buffer) Next(n int) []byte {
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/bytes/
H A Dbuffer.go17 type Buffer struct { struct
37 var ErrTooLarge = errors.New("bytes.Buffer: too large")
71 panic("bytes.Buffer: truncation out of range")
82 func (b *Buffer) Reset() { b.Truncate(0) }
87 func (b *Buffer) grow(n int) int {
123 panic("bytes.Buffer.Grow: negative count")
132 func (b *Buffer) Write(p []byte) (n int, err error) {
233 func (b *Buffer) WriteByte(c byte) error {
258 func (b *Buffer) Read(p []byte) (n int, err error) {
280 func (b *Buffer) Next(n int) []byte {
[all …]
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/
H A Dbuffer.h18 typedef struct Buffer { struct
19 ListHead blocks;
20 Change change_head;
21 Change *cur_change;
45 // Encoding of the file. Buffer always contains UTF-8. argument
57 } Buffer; argument
/dports/net/rclone/rclone-1.57.0/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() {
128 func (b *Buffer) TrimNewline() {
[all …]
/dports/www/gitea/gitea-1.16.5/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() {
128 func (b *Buffer) TrimNewline() {
[all …]
/dports/net/traefik/traefik-2.6.1/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() {
128 func (b *Buffer) TrimNewline() {
[all …]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/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() {
128 func (b *Buffer) TrimNewline() {
[all …]
/dports/lang/gcc48/gcc-4.8.5/libgo/go/bytes/
H A Dbuffer.go17 type Buffer struct { struct
37 var ErrTooLarge = errors.New("bytes.Buffer: too large")
65 panic("bytes.Buffer: truncation out of range")
75 func (b *Buffer) Reset() { b.Truncate(0) }
80 func (b *Buffer) grow(n int) int {
116 panic("bytes.Buffer.Grow: negative count")
125 func (b *Buffer) Write(p []byte) (n int, err error) {
226 func (b *Buffer) WriteByte(c byte) error {
251 func (b *Buffer) Read(p []byte) (n int, err error) {
273 func (b *Buffer) Next(n int) []byte {
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/bytes/
H A Dbuffer.go17 type Buffer struct { struct
37 var ErrTooLarge = errors.New("bytes.Buffer: too large")
65 panic("bytes.Buffer: truncation out of range")
75 func (b *Buffer) Reset() { b.Truncate(0) }
80 func (b *Buffer) grow(n int) int {
116 panic("bytes.Buffer.Grow: negative count")
125 func (b *Buffer) Write(p []byte) (n int, err error) {
226 func (b *Buffer) WriteByte(c byte) error {
251 func (b *Buffer) Read(p []byte) (n int, err error) {
273 func (b *Buffer) Next(n int) []byte {
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/bytes/
H A Dbuffer.go17 type Buffer struct { struct
37 var ErrTooLarge = errors.New("bytes.Buffer: too large")
65 panic("bytes.Buffer: truncation out of range")
75 func (b *Buffer) Reset() { b.Truncate(0) }
80 func (b *Buffer) grow(n int) int {
109 panic("bytes.Buffer.Grow: negative count")
119 func (b *Buffer) Write(p []byte) (n int, err error) {
224 func (b *Buffer) WriteByte(c byte) error {
251 func (b *Buffer) Read(p []byte) (n int, err error) {
273 func (b *Buffer) Next(n int) []byte {
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/bytes/
H A Dbuffer.go17 type Buffer struct { struct
45 var ErrTooLarge = errors.New("bytes.Buffer: too large")
56 func (b *Buffer) String() string {
82 panic("bytes.Buffer: truncation out of range")
90 func (b *Buffer) Reset() {
110 func (b *Buffer) grow(n int) int {
150 panic("bytes.Buffer.Grow: negative count")
159 func (b *Buffer) Write(p []byte) (n int, err error) {
266 func (b *Buffer) WriteByte(c byte) error {
321 func (b *Buffer) Next(n int) []byte {
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/bytes/
H A Dbuffer.go17 type Buffer struct { struct
61 func (b *Buffer) String() string {
90 panic("bytes.Buffer: truncation out of range")
98 func (b *Buffer) Reset() {
118 func (b *Buffer) grow(n int) int {
161 panic("bytes.Buffer.Grow: negative count")
170 func (b *Buffer) Write(p []byte) (n int, err error) {
264 func (b *Buffer) WriteByte(c byte) error {
297 func (b *Buffer) Read(p []byte) (n int, err error) {
319 func (b *Buffer) Next(n int) []byte {
[all …]

12345678910>>...441