Searched defs:LoggedDtlsWritableState (Results 1 – 1 of 1) sorted by relevance
25 struct LoggedDtlsWritableState { struct27 explicit LoggedDtlsWritableState(bool writable) : writable(writable) {} in LoggedDtlsWritableState() function29 int64_t log_time_us() const { return timestamp.us(); } in log_time_us()30 int64_t log_time_ms() const { return timestamp.ms(); } in log_time_ms()31 Timestamp log_time() const { return timestamp; } in log_time()34 bool writable;