reflect.Value.SetString (method)

9 uses

	reflect (current package)
		value.go#L2516: func (v Value) SetString(x string) {
		value.go#L3679: 	ret.SetString(v)

	encoding/asn1
		asn1.go#L986: 			val.SetString(v)

	encoding/json
		decode.go#L775: 					kv.SetString(string(key))
		decode.go#L950: 			v.SetString(t)
		decode.go#L971: 				v.SetString(string(item))

	fmt
		scan.go#L1032: 			v.SetString(s.convertString(verb))

	github.com/oapi-codegen/runtime
		bindstring.go#L83: 		v.SetString(src)
		deepobject.go#L330: 		iv.SetString(pathValues.value)