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