reflect.rtype.hash (field)
33 uses
reflect (current package)
type.go#L308: hash uint32 // hash of type; avoids computation in hash tables
type.go#L1417: pp.hash = fnv1(t.hash, '*')
type.go#L1829: ch.hash = fnv1(typ.hash, 'c', byte(dir))
type.go#L1873: mt.hash = fnv1(etyp.hash, 'm', byte(ktyp.hash>>24), byte(ktyp.hash>>16), byte(ktyp.hash>>8), byte(ktyp.hash))
type.go#L1990: hash = fnv1(hash, byte(t.hash>>24), byte(t.hash>>16), byte(t.hash>>8), byte(t.hash))
type.go#L1999: hash = fnv1(hash, byte(t.hash>>24), byte(t.hash>>16), byte(t.hash>>8), byte(t.hash))
type.go#L2005: ft.hash = hash
type.go#L2312: slice.hash = fnv1(typ.hash, '[')
type.go#L2556: hash = fnv1(hash, byte(ft.hash>>24), byte(ft.hash>>16), byte(ft.hash>>8), byte(ft.hash))
type.go#L2686: typ.hash = hash
type.go#L2857: array.hash = fnv1(typ.hash, '[')
type.go#L2859: array.hash = fnv1(array.hash, byte(n))
type.go#L2861: array.hash = fnv1(array.hash, ']')
 |
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. |