Home
last modified time | relevance | path

Searched defs:mapaccess2_faststr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmap_faststr.go117 func mapaccess2_faststr(t *maptype, h *hmap, ky string) (unsafe.Pointer, bool) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/typecheck/_builtin/
Druntime.go140 func mapaccess2_faststr(mapType *byte, hmap map[any]any, key string) (val *any, pres bool) func