bytes.Buffer.lastRead (field)
23 uses
bytes (current package)
buffer.go#L23: lastRead readOp // last read operation, so that Unread* can work correctly.
buffer.go#L87: b.lastRead = opInvalid
buffer.go#L100: b.lastRead = opInvalid
buffer.go#L169: b.lastRead = opInvalid
buffer.go#L181: b.lastRead = opInvalid
buffer.go#L200: b.lastRead = opInvalid
buffer.go#L237: b.lastRead = opInvalid
buffer.go#L264: b.lastRead = opInvalid
buffer.go#L282: b.lastRead = opInvalid
buffer.go#L297: b.lastRead = opInvalid
buffer.go#L309: b.lastRead = opRead
buffer.go#L319: b.lastRead = opInvalid
buffer.go#L327: b.lastRead = opRead
buffer.go#L342: b.lastRead = opRead
buffer.go#L360: b.lastRead = opReadRune1
buffer.go#L365: b.lastRead = readOp(n)
buffer.go#L375: if b.lastRead <= opInvalid {
buffer.go#L378: if b.off >= int(b.lastRead) {
buffer.go#L379: b.off -= int(b.lastRead)
buffer.go#L381: b.lastRead = opInvalid
buffer.go#L392: if b.lastRead == opInvalid {
buffer.go#L395: b.lastRead = opInvalid
buffer.go#L426: b.lastRead = opRead
![]() |
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. |