Lines Matching defs:hasher
47 type hasher struct { struct
48 hash.Hash64
49 int64Buf []byte
50 ptrs map[uintptr]bool
51 mapStateCache *mapState
60 func (hasher *hasher) writeUint64(i uint64) {
65 func (hasher *hasher) writeInt(i int) {
69 func (hasher *hasher) writeByte(i byte) {
74 func (hasher *hasher) getMapState(size int) *mapState {
91 func (hasher *hasher) putMapState(s *mapState) {
97 func (hasher *hasher) calculateHash(v reflect.Value) error {