reflect.Value.SetString (method)
16 uses
reflect (current package)
value.go#L1745: func (v Value) SetString(x string) {
value.go#L2612: ret.SetString(v)
database/sql
convert.go#L471: dv.SetString(v)
convert.go#L474: dv.SetString(string(v))
encoding/asn1
asn1.go#L983: val.SetString(v)
encoding/gob
decode.go#L401: value.SetString(s)
encoding/json
decode.go#L955: v.SetString(string(s))
decode.go#L977: v.SetString(s)
encoding/xml
read.go#L585: t.SetString(string(comment))
read.go#L592: t.SetString(string(saveXMLData))
read.go#L659: dst.SetString(string(src))
fmt
scan.go#L1032: v.SetString(s.convertString(verb))
golang.org/x/crypto/ssh
messages.go#L447: field.SetString(string(s))
gopkg.in/yaml.v2
decode.go#L464: out.SetString(resolved.(string))
decode.go#L468: out.SetString(n.value)
text/template
exec.go#L854: value.SetString(n.Text)
![]() |
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. |