func github.com/cespare/xxhash/v2.consumeUint64
6 uses
github.com/cespare/xxhash/v2 (current package)
xxhash.go#L190: b, d.v1 = consumeUint64(b)
xxhash.go#L191: b, d.v2 = consumeUint64(b)
xxhash.go#L192: b, d.v3 = consumeUint64(b)
xxhash.go#L193: b, d.v4 = consumeUint64(b)
xxhash.go#L194: b, d.total = consumeUint64(b)
xxhash.go#L207: func consumeUint64(b []byte) ([]byte, uint64) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |