type runtime.debugLogReader
11 uses
runtime (current package)
debuglog.go#L370: r debugLogReader
debuglog.go#L481: type debugLogReader struct {
debuglog.go#L493: func (r *debugLogReader) skip() uint64 {
debuglog.go#L513: func (r *debugLogReader) readUint16LEAt(pos uint64) uint16 {
debuglog.go#L519: func (r *debugLogReader) readUint64LEAt(pos uint64) uint64 {
debuglog.go#L531: func (r *debugLogReader) peek() (tick uint64) {
debuglog.go#L571: func (r *debugLogReader) header() (end, tick, nano uint64, p int) {
debuglog.go#L586: func (r *debugLogReader) uvarint() uint64 {
debuglog.go#L599: func (r *debugLogReader) varint() int64 {
debuglog.go#L610: func (r *debugLogReader) printVal() bool {
debuglog.go#L712: debugLogReader
![]() |
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. |