internal/runtime/maps.Map.Delete (method)
5 uses
internal/runtime/maps (current package)
map.go#L643: func (m *Map) Delete(typ *abi.SwissMapType, key unsafe.Pointer) {
runtime_fast32_swiss.go#L474: m.Delete(typ, abi.NoEscape(unsafe.Pointer(&key)))
runtime_fast64_swiss.go#L513: m.Delete(typ, abi.NoEscape(unsafe.Pointer(&key)))
runtime_faststr_swiss.go#L412: m.Delete(typ, abi.NoEscape(unsafe.Pointer(&key)))
runtime
map_swiss.go#L153: m.Delete(t, key)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)