reflect.Value.MapIndex (method)

2 uses

	reflect (current package)
		deepequal.go#L148: 			val2 := v2.MapIndex(iter.Key())
		map.go#L139: func (v Value) MapIndex(key Value) Value {