Home
last modified time | relevance | path

Searched defs:mapclear (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmap.go1075 func mapclear(t *maptype, h *hmap) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dvalue.go3922 func mapclear(t *abi.Type, m unsafe.Pointer) func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/typecheck/_builtin/
Druntime.go154 func mapclear(mapType *byte, hmap map[any]any) func