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#L412: func (r *Decoder) String() string {
		decoder.go#L422: 		res[i] = r.String()
		decoder.go#L447: 		return constant.MakeString(r.String())
		decoder.go#L462: 	v := new(big.Int).SetBytes([]byte(r.String()))
		decoder.go#L471: 	assert(v.UnmarshalText([]byte(r.String())) == nil)
		decoder.go#L486: 		path = r.String()
		decoder.go#L506: 		name = r.String()

	golang.org/x/tools/internal/gcimporter
		ureader_yes.go#L205: 		filename = r.String()
		ureader_yes.go#L244: 	path := r.String()
		ureader_yes.go#L258: 	name := r.String()
		ureader_yes.go#L393: 		tag := r.String()
		ureader_yes.go#L726: 	return r.pkg(), r.String()