Lines Matching refs:timestamp
27 timestamp: bigint; property in LogMessage
35 timestamp: bigint
42 this.timestamp = timestamp;
65 let timestamp: bigint;
71 timestamp = realToElapsedTimeOffsetNs + BigInt(proto.elapsedRealtimeNanos);
72 time = TimeUtils.format(new RealTimestamp(timestamp));
74 timestamp = BigInt(proto.elapsedRealtimeNanos);
75 time = TimeUtils.format(new ElapsedTimestamp(timestamp));
78 super(text, time, 'INVALID', 'invalid', '', timestamp);
90 let timestamp: bigint;
96 timestamp = realToElapsedTimeOffsetNs + BigInt(proto.elapsedRealtimeNanos);
101 timestamp = BigInt(proto.elapsedRealtimeNanos);
102 time = TimeUtils.format(new ElapsedTimestamp(timestamp));
111 timestamp