Home
last modified time | relevance | path

Searched defs:makemap (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/test/
Drange.go383 func makemap() map[int]int { func
/aosp_15_r20/external/bcc/src/lua/bpf/spec/
H A Dcodegen_spec.lua34 local function makemap(type, max_entries, key_ctype, val_ctype) function
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmap.go318 func makemap(t *maptype, hint int, h *hmap) *hmap { func
/aosp_15_r20/prebuilts/go/linux-x86/src/text/template/
Dexec_test.go766 func makemap(arg ...string) map[string]string { func
/aosp_15_r20/prebuilts/go/linux-x86/src/html/template/
Dexec_test.go749 func makemap(arg ...string) map[string]string { func
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dvalue.go3865 func makemap(t *abi.Type, cap int) (m unsafe.Pointer) func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/typecheck/_builtin/
Druntime.go130 func makemap(mapType *byte, hint int, mapbuf *any) (hmap map[any]any) func