Home
last modified time | relevance | path

Searched refs:Int64Key (Results 1 – 25 of 51) sorted by relevance

123

/dports/net/storj/storj-1.45.3/vendor/github.com/lucas-clemente/quic-go/qlog/
H A Dframe.go116 enc.Int64Key("stream_id", int64(f.StreamID))
123 enc.Int64Key("stream_id", int64(f.StreamID))
129 enc.Int64Key("offset", int64(f.Offset))
130 enc.Int64Key("length", int64(f.Length))
140 enc.Int64Key("stream_id", int64(f.StreamID))
141 enc.Int64Key("offset", int64(f.Offset))
153 enc.Int64Key("stream_id", int64(f.StreamID))
165 enc.Int64Key("limit", int64(f.MaximumData))
170 enc.Int64Key("stream_id", int64(f.StreamID))
177 enc.Int64Key("limit", int64(f.StreamLimit))
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/lucas-clemente/quic-go/qlog/
H A Dframe.go116 enc.Int64Key("stream_id", int64(f.StreamID))
123 enc.Int64Key("stream_id", int64(f.StreamID))
129 enc.Int64Key("offset", int64(f.Offset))
130 enc.Int64Key("length", int64(f.Length))
140 enc.Int64Key("stream_id", int64(f.StreamID))
141 enc.Int64Key("offset", int64(f.Offset))
153 enc.Int64Key("stream_id", int64(f.StreamID))
165 enc.Int64Key("limit", int64(f.MaximumData))
170 enc.Int64Key("stream_id", int64(f.StreamID))
177 enc.Int64Key("limit", int64(f.StreamLimit))
[all …]
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/lucas-clemente/quic-go/qlog/
H A Dframe.go116 enc.Int64Key("stream_id", int64(f.StreamID))
123 enc.Int64Key("stream_id", int64(f.StreamID))
129 enc.Int64Key("offset", int64(f.Offset))
130 enc.Int64Key("length", int64(f.Length))
140 enc.Int64Key("stream_id", int64(f.StreamID))
141 enc.Int64Key("offset", int64(f.Offset))
153 enc.Int64Key("stream_id", int64(f.StreamID))
165 enc.Int64Key("limit", int64(f.MaximumData))
170 enc.Int64Key("stream_id", int64(f.StreamID))
177 enc.Int64Key("limit", int64(f.StreamLimit))
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/lucas-clemente/quic-go/qlog/
H A Dframe.go116 enc.Int64Key("stream_id", int64(f.StreamID))
123 enc.Int64Key("stream_id", int64(f.StreamID))
129 enc.Int64Key("offset", int64(f.Offset))
130 enc.Int64Key("length", int64(f.Length))
140 enc.Int64Key("stream_id", int64(f.StreamID))
141 enc.Int64Key("offset", int64(f.Offset))
153 enc.Int64Key("stream_id", int64(f.StreamID))
165 enc.Int64Key("limit", int64(f.MaximumData))
170 enc.Int64Key("stream_id", int64(f.StreamID))
177 enc.Int64Key("limit", int64(f.StreamLimit))
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/lucas-clemente/quic-go/qlog/
H A Dframe.go116 enc.Int64Key("stream_id", int64(f.StreamID))
123 enc.Int64Key("stream_id", int64(f.StreamID))
129 enc.Int64Key("offset", int64(f.Offset))
130 enc.Int64Key("length", int64(f.Length))
140 enc.Int64Key("stream_id", int64(f.StreamID))
141 enc.Int64Key("offset", int64(f.Offset))
153 enc.Int64Key("stream_id", int64(f.StreamID))
165 enc.Int64Key("limit", int64(f.MaximumData))
170 enc.Int64Key("stream_id", int64(f.StreamID))
177 enc.Int64Key("limit", int64(f.StreamLimit))
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/lucas-clemente/quic-go/qlog/
H A Dframe.go114 enc.Int64Key("stream_id", int64(f.StreamID))
121 enc.Int64Key("stream_id", int64(f.StreamID))
127 enc.Int64Key("offset", int64(f.Offset))
128 enc.Int64Key("length", int64(f.Length))
139 enc.Int64Key("stream_id", int64(f.StreamID))
140 enc.Int64Key("offset", int64(f.Offset))
147 enc.Int64Key("maximum", int64(f.MaximumData))
152 enc.Int64Key("stream_id", int64(f.StreamID))
164 enc.Int64Key("limit", int64(f.MaximumData))
169 enc.Int64Key("stream_id", int64(f.StreamID))
[all …]
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/qlog/
H A Dframe.go114 enc.Int64Key("stream_id", int64(f.StreamID))
121 enc.Int64Key("stream_id", int64(f.StreamID))
127 enc.Int64Key("offset", int64(f.Offset))
128 enc.Int64Key("length", int64(f.Length))
139 enc.Int64Key("stream_id", int64(f.StreamID))
140 enc.Int64Key("offset", int64(f.Offset))
147 enc.Int64Key("maximum", int64(f.MaximumData))
152 enc.Int64Key("stream_id", int64(f.StreamID))
164 enc.Int64Key("limit", int64(f.MaximumData))
169 enc.Int64Key("stream_id", int64(f.StreamID))
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/francoispqt/gojay/
H A Dencode_number_int.go237 enc.Int64Key(key, v)
253 func (enc *Encoder) Int64Key(key string, v int64) { func
346 enc.Int64Key(key, int64(v))
357 enc.Int64Key(key, int64(v))
402 enc.Int64Key(key, int64(v))
419 enc.Int64Key(key, int64(v))
470 enc.Int64Key(key, int64(v))
487 enc.Int64Key(key, int64(v))
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/francoispqt/gojay/
H A Dencode_number_int.go237 enc.Int64Key(key, v)
253 func (enc *Encoder) Int64Key(key string, v int64) { func
346 enc.Int64Key(key, int64(v))
357 enc.Int64Key(key, int64(v))
402 enc.Int64Key(key, int64(v))
419 enc.Int64Key(key, int64(v))
470 enc.Int64Key(key, int64(v))
487 enc.Int64Key(key, int64(v))
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/francoispqt/gojay/
H A Dencode_number_int.go237 enc.Int64Key(key, v)
253 func (enc *Encoder) Int64Key(key string, v int64) { func
346 enc.Int64Key(key, int64(v))
357 enc.Int64Key(key, int64(v))
402 enc.Int64Key(key, int64(v))
419 enc.Int64Key(key, int64(v))
470 enc.Int64Key(key, int64(v))
487 enc.Int64Key(key, int64(v))
/dports/security/vault/vault-1.8.2/vendor/mvdan.cc/gofumpt/gofumports/internal/telemetry/event/
H A Dkey.go200 type Int64Key struct { struct
206 func NewInt64Key(name, description string) *Int64Key {
207 return &Int64Key{name: name, description: description}
210 func (k *Int64Key) Name() string { return k.name } argument
211 func (k *Int64Key) Description() string { return k.description } argument
213 func (k *Int64Key) Format(w io.Writer, buf []byte, tag Tag) { argument
218 func (k *Int64Key) Of(v int64) Tag { return TagOf64(k, uint64(v)) } argument
221 func (k *Int64Key) Get(tags TagMap) int64 { argument
229 func (k *Int64Key) From(t Tag) int64 { return int64(t.Unpack64()) } argument
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/mvdan.cc/gofumpt/gofumports/internal/telemetry/event/
H A Dkey.go200 type Int64Key struct { struct
206 func NewInt64Key(name, description string) *Int64Key {
207 return &Int64Key{name: name, description: description}
210 func (k *Int64Key) Name() string { return k.name } argument
211 func (k *Int64Key) Description() string { return k.description } argument
213 func (k *Int64Key) Format(w io.Writer, buf []byte, tag Tag) { argument
218 func (k *Int64Key) Of(v int64) Tag { return TagOf64(k, uint64(v)) } argument
221 func (k *Int64Key) Get(tags TagMap) int64 { argument
229 func (k *Int64Key) From(t Tag) int64 { return int64(t.Unpack64()) } argument
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Dhash_test.go319 type Int64Key struct { struct
323 func (k *Int64Key) clear() { argument
326 func (k *Int64Key) random(r *rand.Rand) { argument
329 func (k *Int64Key) bits() int { argument
332 func (k *Int64Key) flipBit(i int) { argument
335 func (k *Int64Key) hash() uintptr { argument
338 func (k *Int64Key) name() string { argument
412 avalancheTest1(t, &Int64Key{})
473 windowed(t, &Int64Key{})
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/
H A Dhash_test.go361 type Int64Key struct { struct
365 func (k *Int64Key) clear() { argument
368 func (k *Int64Key) random(r *rand.Rand) { argument
371 func (k *Int64Key) bits() int { argument
374 func (k *Int64Key) flipBit(i int) { argument
377 func (k *Int64Key) hash() uintptr { argument
380 func (k *Int64Key) name() string { argument
457 avalancheTest1(t, &Int64Key{})
520 windowed(t, &Int64Key{})
/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/
H A Dhash_test.go353 type Int64Key struct { struct
357 func (k *Int64Key) clear() { argument
360 func (k *Int64Key) random(r *rand.Rand) { argument
363 func (k *Int64Key) bits() int { argument
366 func (k *Int64Key) flipBit(i int) { argument
369 func (k *Int64Key) hash() uintptr { argument
372 func (k *Int64Key) name() string { argument
446 avalancheTest1(t, &Int64Key{})
507 windowed(t, &Int64Key{})
/dports/lang/gcc10/gcc-10.3.0/libgo/go/runtime/
H A Dhash_test.go411 type Int64Key struct { struct
415 func (k *Int64Key) clear() { argument
418 func (k *Int64Key) random(r *rand.Rand) { argument
421 func (k *Int64Key) bits() int { argument
424 func (k *Int64Key) flipBit(i int) { argument
427 func (k *Int64Key) hash() uintptr { argument
430 func (k *Int64Key) name() string { argument
507 avalancheTest1(t, &Int64Key{})
568 windowed(t, &Int64Key{})
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dhash_test.go353 type Int64Key struct { struct
357 func (k *Int64Key) clear() { argument
360 func (k *Int64Key) random(r *rand.Rand) { argument
363 func (k *Int64Key) bits() int { argument
366 func (k *Int64Key) flipBit(i int) { argument
369 func (k *Int64Key) hash() uintptr { argument
372 func (k *Int64Key) name() string { argument
446 avalancheTest1(t, &Int64Key{})
507 windowed(t, &Int64Key{})
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dhash_test.go361 type Int64Key struct { struct
365 func (k *Int64Key) clear() { argument
368 func (k *Int64Key) random(r *rand.Rand) { argument
371 func (k *Int64Key) bits() int { argument
374 func (k *Int64Key) flipBit(i int) { argument
377 func (k *Int64Key) hash() uintptr { argument
380 func (k *Int64Key) name() string { argument
457 avalancheTest1(t, &Int64Key{})
520 windowed(t, &Int64Key{})
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dhash_test.go353 type Int64Key struct { struct
357 func (k *Int64Key) clear() { argument
360 func (k *Int64Key) random(r *rand.Rand) { argument
363 func (k *Int64Key) bits() int { argument
366 func (k *Int64Key) flipBit(i int) { argument
369 func (k *Int64Key) hash() uintptr { argument
372 func (k *Int64Key) name() string { argument
446 avalancheTest1(t, &Int64Key{})
507 windowed(t, &Int64Key{})
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/runtime/
H A Dhash_test.go410 type Int64Key struct { struct
414 func (k *Int64Key) clear() { argument
417 func (k *Int64Key) random(r *rand.Rand) { argument
420 func (k *Int64Key) bits() int { argument
423 func (k *Int64Key) flipBit(i int) { argument
426 func (k *Int64Key) hash() uintptr { argument
429 func (k *Int64Key) name() string { argument
506 avalancheTest1(t, &Int64Key{})
569 windowed(t, &Int64Key{})
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/runtime/
H A Dhash_test.go353 type Int64Key struct { struct
357 func (k *Int64Key) clear() { argument
360 func (k *Int64Key) random(r *rand.Rand) { argument
363 func (k *Int64Key) bits() int { argument
366 func (k *Int64Key) flipBit(i int) { argument
369 func (k *Int64Key) hash() uintptr { argument
372 func (k *Int64Key) name() string { argument
446 avalancheTest1(t, &Int64Key{})
507 windowed(t, &Int64Key{})
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dhash_test.go353 type Int64Key struct { struct
357 func (k *Int64Key) clear() { argument
360 func (k *Int64Key) random(r *rand.Rand) { argument
363 func (k *Int64Key) bits() int { argument
366 func (k *Int64Key) flipBit(i int) { argument
369 func (k *Int64Key) hash() uintptr { argument
372 func (k *Int64Key) name() string { argument
446 avalancheTest1(t, &Int64Key{})
507 windowed(t, &Int64Key{})
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/runtime/
H A Dhash_test.go362 type Int64Key struct { struct
366 func (k *Int64Key) clear() { argument
369 func (k *Int64Key) random(r *rand.Rand) { argument
372 func (k *Int64Key) bits() int { argument
375 func (k *Int64Key) flipBit(i int) { argument
378 func (k *Int64Key) hash() uintptr { argument
381 func (k *Int64Key) name() string { argument
458 avalancheTest1(t, &Int64Key{})
519 windowed(t, &Int64Key{})
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dhash_test.go353 type Int64Key struct { struct
357 func (k *Int64Key) clear() { argument
360 func (k *Int64Key) random(r *rand.Rand) { argument
363 func (k *Int64Key) bits() int { argument
366 func (k *Int64Key) flipBit(i int) { argument
369 func (k *Int64Key) hash() uintptr { argument
372 func (k *Int64Key) name() string { argument
446 avalancheTest1(t, &Int64Key{})
507 windowed(t, &Int64Key{})
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/runtime/
H A Dhash_test.go410 type Int64Key struct { struct
414 func (k *Int64Key) clear() { argument
417 func (k *Int64Key) random(r *rand.Rand) { argument
420 func (k *Int64Key) bits() int { argument
423 func (k *Int64Key) flipBit(i int) { argument
426 func (k *Int64Key) hash() uintptr { argument
429 func (k *Int64Key) name() string { argument
506 avalancheTest1(t, &Int64Key{})
569 windowed(t, &Int64Key{})

123