Home
last modified time | relevance | path

Searched defs:Buffer (Results 176 – 200 of 26752) sorted by relevance

12345678910>>...1071

/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/golang/protobuf/proto/
H A Dbuffer.go49 type Buffer struct { struct
50 buf []byte
51 idx int
52 deterministic bool
87 func (b *Buffer) SetBuf(buf []byte) {
93 func (b *Buffer) Reset() {
99 func (b *Buffer) Bytes() []byte {
104 func (b *Buffer) Unread() []byte {
109 func (b *Buffer) Marshal(m Message) error {
118 func (b *Buffer) Unmarshal(m Message) error {
[all …]
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/golang/protobuf/proto/
H A Dbuffer.go49 type Buffer struct { struct
50 buf []byte
51 idx int
52 deterministic bool
87 func (b *Buffer) SetBuf(buf []byte) {
93 func (b *Buffer) Reset() {
99 func (b *Buffer) Bytes() []byte {
104 func (b *Buffer) Unread() []byte {
109 func (b *Buffer) Marshal(m Message) error {
118 func (b *Buffer) Unmarshal(m Message) error {
[all …]
/dports/audio/visp-go/visp-2585747/vendor/github.com/golang/protobuf/proto/
H A Dbuffer.go49 type Buffer struct { struct
50 buf []byte
51 idx int
52 deterministic bool
87 func (b *Buffer) SetBuf(buf []byte) {
93 func (b *Buffer) Reset() {
99 func (b *Buffer) Bytes() []byte {
104 func (b *Buffer) Unread() []byte {
109 func (b *Buffer) Marshal(m Message) error {
118 func (b *Buffer) Unmarshal(m Message) error {
[all …]
/dports/irc/soju/soju-0.3.0/vendor/github.com/golang/protobuf/proto/
H A Dbuffer.go49 type Buffer struct { struct
50 buf []byte
51 idx int
52 deterministic bool
87 func (b *Buffer) SetBuf(buf []byte) {
93 func (b *Buffer) Reset() {
99 func (b *Buffer) Bytes() []byte {
104 func (b *Buffer) Unread() []byte {
109 func (b *Buffer) Marshal(m Message) error {
118 func (b *Buffer) Unmarshal(m Message) error {
[all …]
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/github.com/golang/protobuf/proto/
H A Dbuffer.go49 type Buffer struct { struct
50 buf []byte
51 idx int
52 deterministic bool
87 func (b *Buffer) SetBuf(buf []byte) {
93 func (b *Buffer) Reset() {
99 func (b *Buffer) Bytes() []byte {
104 func (b *Buffer) Unread() []byte {
109 func (b *Buffer) Marshal(m Message) error {
118 func (b *Buffer) Unmarshal(m Message) error {
[all …]
/dports/www/nginx-prometheus-exporter/nginx-prometheus-exporter-0.10.0/vendor/github.com/golang/protobuf/proto/
H A Dbuffer.go49 type Buffer struct { struct
50 buf []byte
51 idx int
52 deterministic bool
87 func (b *Buffer) SetBuf(buf []byte) {
93 func (b *Buffer) Reset() {
99 func (b *Buffer) Bytes() []byte {
104 func (b *Buffer) Unread() []byte {
109 func (b *Buffer) Marshal(m Message) error {
118 func (b *Buffer) Unmarshal(m Message) error {
[all …]
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/github.com/golang/protobuf/proto/
H A Dbuffer.go49 type Buffer struct { struct
50 buf []byte
51 idx int
52 deterministic bool
87 func (b *Buffer) SetBuf(buf []byte) {
93 func (b *Buffer) Reset() {
99 func (b *Buffer) Bytes() []byte {
104 func (b *Buffer) Unread() []byte {
109 func (b *Buffer) Marshal(m Message) error {
118 func (b *Buffer) Unmarshal(m Message) error {
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/golang/protobuf/proto/
H A Dbuffer.go49 type Buffer struct { struct
50 buf []byte
51 idx int
52 deterministic bool
87 func (b *Buffer) SetBuf(buf []byte) {
93 func (b *Buffer) Reset() {
99 func (b *Buffer) Bytes() []byte {
104 func (b *Buffer) Unread() []byte {
109 func (b *Buffer) Marshal(m Message) error {
118 func (b *Buffer) Unmarshal(m Message) error {
[all …]
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/golang/protobuf/proto/
H A Dbuffer.go49 type Buffer struct { struct
50 buf []byte
51 idx int
52 deterministic bool
87 func (b *Buffer) SetBuf(buf []byte) {
93 func (b *Buffer) Reset() {
99 func (b *Buffer) Bytes() []byte {
104 func (b *Buffer) Unread() []byte {
109 func (b *Buffer) Marshal(m Message) error {
118 func (b *Buffer) Unmarshal(m Message) error {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/golang/protobuf/proto/
H A Dbuffer.go49 type Buffer struct { struct
50 buf []byte
51 idx int
52 deterministic bool
87 func (b *Buffer) SetBuf(buf []byte) {
93 func (b *Buffer) Reset() {
99 func (b *Buffer) Bytes() []byte {
104 func (b *Buffer) Unread() []byte {
109 func (b *Buffer) Marshal(m Message) error {
118 func (b *Buffer) Unmarshal(m Message) error {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/snowflakedb/gosnowflake/vendor/github.com/apache/arrow/go/arrow/memory/
H A Dbuffer.go26 type Buffer struct { struct
27 refCount int64
28 buf []byte
29 length int
30 mutable bool
31 mem Allocator
45 func (b *Buffer) Retain() {
53 func (b *Buffer) Release() {
65 func (b *Buffer) Reset(buf []byte) {
86 func (b *Buffer) Reserve(capacity int) {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/go/arrow/memory/
H A Dbuffer.go26 type Buffer struct { struct
27 refCount int64
28 buf []byte
29 length int
30 mutable bool
31 mem Allocator
45 func (b *Buffer) Retain() {
53 func (b *Buffer) Release() {
65 func (b *Buffer) Reset(buf []byte) {
86 func (b *Buffer) Reserve(capacity int) {
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/go/arrow/memory/
H A Dbuffer.go26 type Buffer struct { struct
27 refCount int64
28 buf []byte
29 length int
30 mutable bool
31 mem Allocator
45 func (b *Buffer) Retain() {
53 func (b *Buffer) Release() {
65 func (b *Buffer) Reset(buf []byte) {
86 func (b *Buffer) Reserve(capacity int) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/go/arrow/memory/
H A Dbuffer.go26 type Buffer struct { struct
27 refCount int64
28 buf []byte
29 length int
30 mutable bool
31 mem Allocator
45 func (b *Buffer) Retain() {
53 func (b *Buffer) Release() {
65 func (b *Buffer) Reset(buf []byte) {
86 func (b *Buffer) Reserve(capacity int) {
[all …]
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/file/
H A Dfile_page.h84 struct Buffer struct
87 typedef typename Size<Buffer>::Type TSize; argument
88 typedef typename Iterator<Buffer, Standard>::Type TIterator; argument
94 Buffer(): in Buffer() argument
99 Buffer(TIterator _begin, TIterator _end): in Buffer() argument
104 Buffer(TIterator _begin, TSize _size): in Buffer() argument
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/file/
H A Dfile_page.h84 struct Buffer struct
87 typedef typename Size<Buffer>::Type TSize; argument
88 typedef typename Iterator<Buffer, Standard>::Type TIterator; argument
94 Buffer(): in Buffer() argument
99 Buffer(TIterator _begin, TIterator _end): in Buffer() function
104 Buffer(TIterator _begin, TSize _size): in Buffer() function
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/file/
H A Dfile_page.h84 struct Buffer struct
87 typedef typename Size<Buffer>::Type TSize; argument
88 typedef typename Iterator<Buffer, Standard>::Type TIterator; argument
94 Buffer(): in Buffer() argument
99 Buffer(TIterator _begin, TIterator _end): in Buffer() function
104 Buffer(TIterator _begin, TSize _size): in Buffer() function
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/cmd/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) {
48 func (b *Buffer) AppendInt(i int64) {
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() {
[all …]
/dports/devel/etcd32/etcd-3.2.32/cmd/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) {
48 func (b *Buffer) AppendInt(i int64) {
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() {
[all …]
/dports/net-mgmt/phpfpm_exporter/php-fpm-exporter-0.4.1/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) {
48 func (b *Buffer) AppendInt(i int64) {
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() {
[all …]
/dports/net-mgmt/carbonzipper/carbonzipper-0.74/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) {
48 func (b *Buffer) AppendInt(i int64) {
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() {
[all …]
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/common/parallel/
H A Dmpifuture.hh17 struct Buffer{ struct
18 Buffer(bool valid){ in Buffer() argument
23 Buffer(V&& t) in Buffer() argument
27 T get(){ in get()
41 struct Buffer<T&>{ struct
42 Buffer(bool valid = false) in Buffer() function
48 Buffer(V&& t) in Buffer() function
52 T& get(){ in get()
67 bool valid_;
68 Buffer(bool valid = false) in Buffer() function
[all …]
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/transport/packetio/
H A Dbuffer.go14 type Buffer struct { struct
15 mutex sync.Mutex
16 packets [][]byte
18 notify chan struct{}
19 subs bool
20 closed bool
23 size int
26 limitCount int
27 limitSize int
162 func (b *Buffer) Count() int {
[all …]
/dports/devel/govendor/govendor-1.0.9-6-gc5ee5dc/vendor/github.com/Bowery/prompt/
H A Dbuffer.go11 type Buffer struct { struct
12 Out *os.File
13 Prompt string
14 Echo bool
15 Cols int
16 pos int
17 size int
18 data []rune
31 func (buf *Buffer) String() string {
79 func (buf *Buffer) End() error {
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/src/
H A Dbuffer.h36 template <size_t N> struct Buffer { struct
37 Buffer() : pos(std::begin(buf)), last(pos) {} in Buffer() function
39 size_t rleft() const { return last - pos; } in rleft()
44 size_t write(const void *src, size_t count) { in write()
50 size_t write(size_t count) { in write()
56 size_t drain(size_t count) { in drain()
61 size_t drain_reset(size_t count) { in drain_reset()
68 void reset() { pos = last = std::begin(buf); } in reset()
69 uint8_t *begin() { return std::begin(buf); } in begin()
72 std::array<uint8_t, N> buf;
[all …]

12345678910>>...1071