reflect.Value.SetMapIndex (method)

2 uses

	reflect (current package)
		map.go#L396: func (v Value) SetMapIndex(key, elem Value) {

	encoding/json
		decode.go#L811: 				v.SetMapIndex(kv, subv)