type go.opentelemetry.io/otel/attribute/internal/xxhash.Hash
20 uses
go.opentelemetry.io/otel/attribute/internal/xxhash (current package)
xxhash.go#L15: type Hash struct {
xxhash.go#L20: func New() Hash {
xxhash.go#L21: return Hash{d: xxhash.New()}
xxhash.go#L24: func (h Hash) Uint64(val uint64) Hash {
xxhash.go#L36: func (h Hash) Bool(val bool) Hash { // nolint:revive // This is a hashing function.
xxhash.go#L43: func (h Hash) Float64(val float64) Hash {
xxhash.go#L47: func (h Hash) Int64(val int64) Hash {
xxhash.go#L51: func (h Hash) String(val string) Hash {
xxhash.go#L62: func (h Hash) Sum64() uint64 {
go.opentelemetry.io/otel/attribute
hash.go#L45: func hashKV(h xxhash.Hash, kv KeyValue) xxhash.Hash {
hash.go#L50: func hashValue(h xxhash.Hash, v Value) xxhash.Hash {
hash.go#L125: func hashValueSlice(h xxhash.Hash, vals []Value) xxhash.Hash {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |