golang.org/x/text/secure/precis.buffers.buf (field)

5 uses

	golang.org/x/text/secure/precis (current package)
		profile.go#L120: 	buf  [2][]byte
		profile.go#L130: 	if b.buf[x] == nil {
		profile.go#L131: 		b.buf[x] = make([]byte, 0, 8+len(b.src)+len(b.src)>>2)
		profile.go#L133: 	span := append(b.buf[x][:0], b.src[:n]...)
		profile.go#L135: 	b.buf[x] = b.src