const bytes.opInvalid
15 uses
bytes (current package)
buffer.go#L36: opInvalid readOp = 0 // Non-read operation.
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#L319: b.lastRead = opInvalid
buffer.go#L375: if b.lastRead <= opInvalid {
buffer.go#L381: b.lastRead = opInvalid
buffer.go#L392: if b.lastRead == opInvalid {
buffer.go#L395: b.lastRead = opInvalid
![]() |
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. |