ANSIEscape        259 ipc/ipc_logging.cc             ANSIEscape(sender_ ? ANSI_COLOR_BLUE : ANSI_COLOR_CYAN),
ANSIEscape        261 ipc/ipc_logging.cc             ANSIEscape(ANSI_COLOR_RESET),
ANSIEscape        264 ipc/ipc_logging.cc             ANSIEscape(DelayColor(receive_delay)),
ANSIEscape        266 ipc/ipc_logging.cc             ANSIEscape(DelayColor(dispatch_delay)),
ANSIEscape        268 ipc/ipc_logging.cc             ANSIEscape(ANSI_COLOR_RESET)
ANSIEscape         99 ipc/ipc_logging.h   const char* ANSIEscape(ANSIColor color);