func github.com/evanw/esbuild/internal/js_parser.hashCombine
12 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L526: func hashCombine(seed uint32, hash uint32) uint32 {
js_parser.go#L540: return hashCombine(2, 1), true
js_parser.go#L542: return hashCombine(2, 0), true
js_parser.go#L546: return hashCombine(hashCombine(3, uint32(bits)), uint32(bits>>32)), true
js_parser.go#L551: hash = hashCombine(hash, uint32(c))
js_parser.go#L558: hash = hashCombine(hash, uint32(c))
js_parser.go#L563: return hashCombine(6, e.Ref.InnerIndex), true
js_parser.go#L567: hash := hashCombine(7, target)
js_parser.go#L569: hash = hashCombine(hash, uint32(c))
js_parser.go#L577: return hashCombine(hashCombine(8, target), index), true
 |
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. |