runtime.maptype.hasher (field)
28 uses
runtime (current package)
map.go#L406: t.hasher(key, 0) // see issue 23734
map.go#L413: hash := t.hasher(key, uintptr(h.hash0))
map.go#L464: t.hasher(key, 0) // see issue 23734
map.go#L471: hash := t.hasher(key, uintptr(h.hash0))
map.go#L515: hash := t.hasher(key, uintptr(h.hash0))
map.go#L587: hash := t.hasher(key, uintptr(h.hash0))
map.go#L697: t.hasher(key, 0) // see issue 23734
map.go#L705: hash := t.hasher(key, uintptr(h.hash0))
map.go#L921: hash := t.hasher(k, uintptr(h.hash0))
map.go#L1180: hash := t.hasher(k2, uintptr(h.hash0))
map_fast32.go#L28: hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast32.go#L68: hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast32.go#L103: hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast32.go#L193: hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast32.go#L284: hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast32.go#L412: hash := t.hasher(k, uintptr(h.hash0))
map_fast64.go#L28: hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast64.go#L68: hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast64.go#L103: hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast64.go#L193: hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast64.go#L284: hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
map_fast64.go#L414: hash := t.hasher(k, uintptr(h.hash0))
map_faststr.go#L79: hash := t.hasher(noescape(unsafe.Pointer(&ky)), uintptr(h.hash0))
map_faststr.go#L174: hash := t.hasher(noescape(unsafe.Pointer(&ky)), uintptr(h.hash0))
map_faststr.go#L214: hash := t.hasher(noescape(unsafe.Pointer(&s)), uintptr(h.hash0))
map_faststr.go#L310: hash := t.hasher(noescape(unsafe.Pointer(&ky)), uintptr(h.hash0))
map_faststr.go#L437: hash := t.hasher(k, uintptr(h.hash0))
type.go#L378: hasher func(unsafe.Pointer, uintptr) uintptr
 |
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. |