const runtime.emptyRest
27 uses
runtime (current package)
map.go#L92: emptyRest = 0 // this cell is empty, and there are no more non-empty cells at higher indexes or overflows.
map.go#L431: if b.tophash[i] == emptyRest {
map.go#L489: if b.tophash[i] == emptyRest {
map.go#L533: if b.tophash[i] == emptyRest {
map.go#L617: if b.tophash[i] == emptyRest {
map.go#L722: if b.tophash[i] == emptyRest {
map.go#L755: if b.overflow(t) != nil && b.overflow(t).tophash[0] != emptyRest {
map.go#L759: if b.tophash[i+1] != emptyRest {
map.go#L764: b.tophash[i] = emptyRest
map_fast32.go#L131: if b.tophash[i] == emptyRest {
map_fast32.go#L221: if b.tophash[i] == emptyRest {
map_fast32.go#L319: if b.overflow(t) != nil && b.overflow(t).tophash[0] != emptyRest {
map_fast32.go#L323: if b.tophash[i+1] != emptyRest {
map_fast32.go#L328: b.tophash[i] = emptyRest
map_fast64.go#L131: if b.tophash[i] == emptyRest {
map_fast64.go#L221: if b.tophash[i] == emptyRest {
map_fast64.go#L321: if b.overflow(t) != nil && b.overflow(t).tophash[0] != emptyRest {
map_fast64.go#L325: if b.tophash[i+1] != emptyRest {
map_fast64.go#L330: b.tophash[i] = emptyRest
map_faststr.go#L32: if b.tophash[i] == emptyRest {
map_faststr.go#L48: if b.tophash[i] == emptyRest {
map_faststr.go#L127: if b.tophash[i] == emptyRest {
map_faststr.go#L143: if b.tophash[i] == emptyRest {
map_faststr.go#L243: if b.tophash[i] == emptyRest {
map_faststr.go#L344: if b.overflow(t) != nil && b.overflow(t).tophash[0] != emptyRest {
map_faststr.go#L348: if b.tophash[i+1] != emptyRest {
map_faststr.go#L353: b.tophash[i] = emptyRest
![]() |
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. |