Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Doperand.go31mapindex // operand is a map index expression (acts like a variable on lhs, co… const
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Doperand.go27mapindex // operand is a map index expression (acts like a variable on lhs, co… const
/aosp_15_r20/prebuilts/go/linux-x86/test/
Descape_reflect.go278 func mapindex(m map[string]string, k string) string { // ERROR "m does not escape" "leaking param: … func