Searched refs:hex_mode (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/base/ |
D | logging.cc | 438 const void* data, size_t len, bool hex_mode, in LogMultiline() argument 459 if (hex_mode) { in LogMultiline()
|
D | logging.h | 252 const void* data, size_t len, bool hex_mode,
|
D | socketadapters.h | 221 const char * label, bool hex_mode = false);
|
D | socketadapters.cc | 855 const char * label, bool hex_mode) in LoggingSocketAdapter() argument 856 : AsyncSocketAdapter(socket), level_(level), hex_mode_(hex_mode) { in LoggingSocketAdapter()
|
D | stream.cc | 908 const std::string& label, bool hex_mode) in LoggingAdapter() argument 909 : StreamAdapterInterface(stream), level_(level), hex_mode_(hex_mode) { in LoggingAdapter()
|
D | stream.h | 567 const std::string& label, bool hex_mode = false);
|