func runtime.memequal
9 uses
runtime (current package)
map_faststr.go#L37: if k.str == key.str || memequal(k.str, key.str, uintptr(key.len)) {
map_faststr.go#L72: if memequal(k.str, key.str, uintptr(key.len)) {
map_faststr.go#L99: if k.str == key.str || memequal(k.str, key.str, uintptr(key.len)) {
map_faststr.go#L132: if k.str == key.str || memequal(k.str, key.str, uintptr(key.len)) {
map_faststr.go#L167: if memequal(k.str, key.str, uintptr(key.len)) {
map_faststr.go#L194: if k.str == key.str || memequal(k.str, key.str, uintptr(key.len)) {
map_faststr.go#L252: if k.str != key.str && !memequal(k.str, key.str, uintptr(key.len)) {
map_faststr.go#L329: if k.str != key.str && !memequal(k.str, key.str, uintptr(key.len)) {
stubs.go#L149: func memequal(a, b unsafe.Pointer, size uintptr) bool
 |
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. |