Lines Matching defs:debugLogWriter
363 type debugLogWriter struct { struct
364 _ sys.NotInHeap
365 write uint64
366 data debugLogBuf
370 tick, nano uint64
375 r debugLogReader member
379 buf [10]byte
397 func (l *debugLogWriter) ensure(n uint64) {
413 func (l *debugLogWriter) writeFrameAt(pos, size uint64) bool {
420 func (l *debugLogWriter) writeSync(tick, nano uint64) {
431 func (l *debugLogWriter) writeUint64LE(x uint64) {
445 func (l *debugLogWriter) byte(x byte) {
453 func (l *debugLogWriter) bytes(x []byte) {
465 func (l *debugLogWriter) varint(x int64) {
476 func (l *debugLogWriter) uvarint(u uint64) {