golang.org/x/tools/internal/pkgbits.Decoder.String (method, view implemented interface methods)
12 uses
golang.org/x/tools/internal/pkgbits (current package)
decoder.go#L411: func (r *Decoder) String() string {
decoder.go#L421: res[i] = r.String()
decoder.go#L446: return constant.MakeString(r.String())
decoder.go#L461: v := new(big.Int).SetBytes([]byte(r.String()))
decoder.go#L470: assert(v.UnmarshalText([]byte(r.String())) == nil)
decoder.go#L485: path = r.String()
decoder.go#L505: name = r.String()
golang.org/x/tools/internal/gcimporter
ureader.go#L229: filename = r.String()
ureader.go#L268: path := r.String()
ureader.go#L287: name := r.String()
ureader.go#L396: tag := r.String()
ureader.go#L787: return r.pkg(), r.String()
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)