golang.org/x/tools/internal/pkgbits.Encoder.String (method)

5 uses

	golang.org/x/tools/internal/pkgbits (current package)
		encoder.go#L322: func (w *Encoder) String(s string) {
		encoder.go#L332: 		w.String(s)
		encoder.go#L357: 		w.String(v)
		encoder.go#L376: 	w.String(string(b)) // TODO: More efficient encoding.
		encoder.go#L382: 	w.String(string(b)) // TODO: More efficient encoding.