func reflect.MakeMap
16 uses
reflect (current package)
value.go#L2324: func MakeMap(typ Type) Value {
encoding/json
decode.go#L648: v.Set(reflect.MakeMap(t))
github.com/aws/aws-sdk-go/aws/awsutil
copy.go#L92: s := reflect.MakeMap(src.Type())
github.com/aws/aws-sdk-go/private/protocol/json/jsonutil
unmarshal.go#L214: value.Set(reflect.MakeMap(value.Type()))
github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil
unmarshal.go#L211: r.Set(reflect.MakeMap(r.Type()))
github.com/go-git/gcfg
set.go#L242: vSect.Set(reflect.MakeMap(vst))
github.com/imdario/mergo
merge.go#L135: dst.Set(reflect.MakeMap(dst.Type()))
google.golang.org/protobuf/internal/impl
codec_map.go#L62: mp.Elem().Set(reflect.MakeMap(mapi.goType))
codec_map.go#L347: dstm.Set(reflect.MakeMap(f.ft))
codec_map.go#L362: dstm.Set(reflect.MakeMap(f.ft))
codec_map.go#L377: dstm.Set(reflect.MakeMap(f.ft))
convert_map.go#L54: return c.PBValueOf(reflect.MakeMap(c.goType))
message_reflect_field.go#L157: v.Set(reflect.MakeMap(fs.Type))
gopkg.in/yaml.v2
decode.go#L634: out = reflect.MakeMap(d.mapType)
decode.go#L658: out.Set(reflect.MakeMap(outt))
decode.go#L770: inlineMap.Set(reflect.MakeMap(inlineMap.Type()))
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |