bytes.Buffer.Next (method)
24 uses
bytes (current package)
buffer.go#L318: func (b *Buffer) Next(n int) []byte {
crypto/tls
conn.go#L658: record := c.rawInput.Next(recordHeaderLen + n)
conn.go#L1024: data = c.hand.Next(4 + n)
github.com/google/safehtml/template
escape.go#L832: s.Next(index + 1)
escape.go#L857: s.Next(templateEnd + 1)
escape.go#L873: s.Next(nestedTemplateStart + 1)
escape.go#L880: s.Next(exprEnd + 1)
github.com/jackc/pgproto3/v2
copy_both_response.go#L28: overallFormat := buf.Next(1)[0]
copy_both_response.go#L30: columnCount := int(binary.BigEndian.Uint16(buf.Next(2)))
copy_both_response.go#L37: columnFormatCodes[i] = binary.BigEndian.Uint16(buf.Next(2))
copy_in_response.go#L28: overallFormat := buf.Next(1)[0]
copy_in_response.go#L30: columnCount := int(binary.BigEndian.Uint16(buf.Next(2)))
copy_in_response.go#L37: columnFormatCodes[i] = binary.BigEndian.Uint16(buf.Next(2))
copy_out_response.go#L27: overallFormat := buf.Next(1)[0]
copy_out_response.go#L29: columnCount := int(binary.BigEndian.Uint16(buf.Next(2)))
copy_out_response.go#L36: columnFormatCodes[i] = binary.BigEndian.Uint16(buf.Next(2))
execute.go#L33: dst.MaxRows = binary.BigEndian.Uint32(buf.Next(4))
notification_response.go#L25: pid := binary.BigEndian.Uint32(buf.Next(4))
parameter_description.go#L28: buf.Next(2)
parameter_description.go#L35: dst.ParameterOIDs[i] = binary.BigEndian.Uint32(buf.Next(4))
parse.go#L42: parameterOIDCount := int(binary.BigEndian.Uint16(buf.Next(2)))
parse.go#L48: dst.ParameterOIDs = append(dst.ParameterOIDs, binary.BigEndian.Uint32(buf.Next(4)))
google.golang.org/grpc/internal/transport
controlbuf.go#L686: BlockFragment: l.hBuf.Next(size),
controlbuf.go#L694: l.hBuf.Next(size),
![]() |
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. |