type hash/maphash.Hash

16 uses

	hash/maphash (current package)
		maphash.go#L102: type Hash struct {
		maphash.go#L121: func (h *Hash) initSeed() {
		maphash.go#L131: func (h *Hash) WriteByte(b byte) error {
		maphash.go#L142: func (h *Hash) Write(b []byte) (int, error) {
		maphash.go#L174: func (h *Hash) WriteString(s string) (int, error) {
		maphash.go#L199: func (h *Hash) Seed() Seed {
		maphash.go#L209: func (h *Hash) SetSeed(seed Seed) {
		maphash.go#L220: func (h *Hash) Reset() {
		maphash.go#L227: func (h *Hash) flush() {
		maphash.go#L243: func (h *Hash) Sum64() uint64 {
		maphash.go#L265: func (h *Hash) Sum(b []byte) []byte {
		maphash.go#L279: func (h *Hash) Size() int { return 8 }
		maphash.go#L282: func (h *Hash) BlockSize() int { return len(h.buf) }
		maphash.go#L306: func WriteComparable[T comparable](h *Hash, x T) {
		maphash.go#L318: func (h *Hash) float64(f float64) {
		maphash_runtime.go#L68: func writeComparable[T comparable](h *Hash, v T) {