type runtime.debugLogWriter
10 uses
runtime (current package)
debuglog.go#L125: w debugLogWriter
debuglog.go#L359: type debugLogWriter struct {
debuglog.go#L390: func (l *debugLogWriter) ensure(n uint64) {
debuglog.go#L406: func (l *debugLogWriter) writeFrameAt(pos, size uint64) bool {
debuglog.go#L413: func (l *debugLogWriter) writeSync(tick, nano uint64) {
debuglog.go#L424: func (l *debugLogWriter) writeUint64LE(x uint64) {
debuglog.go#L438: func (l *debugLogWriter) byte(x byte) {
debuglog.go#L446: func (l *debugLogWriter) bytes(x []byte) {
debuglog.go#L458: func (l *debugLogWriter) varint(x int64) {
debuglog.go#L469: func (l *debugLogWriter) uvarint(u uint64) {
![]() |
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. |