google.golang.org/protobuf/internal/protolazy.BufferReader.Buf (field)
32 uses
google.golang.org/protobuf/internal/protolazy (current package)
bufferreader.go#L19: Buf []byte
bufferreader.go#L25: return BufferReader{Buf: buf, Pos: 0}
bufferreader.go#L33: l := len(b.Buf)
bufferreader.go#L40: v := b.Buf[i]
bufferreader.go#L57: buf := b.Buf
bufferreader.go#L146: buf := b.Buf
bufferreader.go#L265: if len(b.Buf)-i < 10 {
bufferreader.go#L273: if b.Buf[i] < 0x80 {
bufferreader.go#L278: if b.Buf[i] < 0x80 {
bufferreader.go#L283: if b.Buf[i] < 0x80 {
bufferreader.go#L288: if b.Buf[i] < 0x80 {
bufferreader.go#L293: if b.Buf[i] < 0x80 {
bufferreader.go#L298: if b.Buf[i] < 0x80 {
bufferreader.go#L303: if b.Buf[i] < 0x80 {
bufferreader.go#L308: if b.Buf[i] < 0x80 {
bufferreader.go#L313: if b.Buf[i] < 0x80 {
bufferreader.go#L318: if b.Buf[i] < 0x80 {
bufferreader.go#L330: if len(b.Buf) < b.Pos+n {
bufferreader.go#L358: return b.Pos == len(b.Buf)
bufferreader.go#L363: return len(b.Buf) - b.Pos
lazy.go#L102: buf := r.Buf
lazy.go#L168: if len(r.Buf)-i < 10 {
lazy.go#L174: if r.Buf[i] < 0x80 {
lazy.go#L179: if r.Buf[i] < 0x80 {
lazy.go#L184: if r.Buf[i] < 0x80 {
lazy.go#L189: if r.Buf[i] < 0x80 {
lazy.go#L194: if r.Buf[i] < 0x80 {
lazy.go#L199: if r.Buf[i] < 0x80 {
lazy.go#L204: if r.Buf[i] < 0x80 {
lazy.go#L209: if r.Buf[i] < 0x80 {
lazy.go#L214: if r.Buf[i] < 0x80 {
lazy.go#L219: if r.Buf[i] < 0x80 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)