Searched refs:LOG_IF (Results 1 – 10 of 10) sorted by relevance
/third_party/cef/include/base/ |
D | cef_logging.h | 269 #define LOG_IF(severity, condition) \ macro 273 #define SYSLOG_IF(severity, condition) LOG_IF(severity, condition) 308 LOG_IF(FATAL, !(condition)) << "Assert failed: " #condition ". " 446 #define DLOG_IF(severity, condition) LOG_IF(severity, condition) 750 LOG_IF(ERROR, !logged_once) << NOTIMPLEMENTED_MSG; \
|
/third_party/gn/src/base/ |
D | logging.h | 225 #define LOG_IF(severity, condition) \ macro 229 LOG_IF(FATAL, !(ANALYZER_ASSUME_TRUE(condition))) \ 585 #define DLOG_IF(severity, condition) LOG_IF(severity, condition) 918 LOG_IF(ERROR, !logged_once) << NOTIMPLEMENTED_MSG; \
|
/third_party/node/deps/v8/third_party/zlib/google/ |
D | zip_reader.cc | 384 LOG_IF(ERROR, n < 0) << "Cannot read file " << Redact(entry_.path) in ExtractCurrentEntry() 601 LOG_IF(WARNING, length > 0) in PrepareOutput()
|
D | zip.cc | 67 LOG_IF(ERROR, !file.IsValid()) in Open()
|
D | zip_unittest.cc | 867 LOG_IF(WARNING, !ok) << "Found unexpected file: " << std::quoted(path); in TEST_F()
|
/third_party/node/deps/zlib/google/ |
D | zip_reader.cc | 408 LOG_IF(ERROR, n < 0) << "Cannot read file " << Redact(entry_.path) in ExtractCurrentEntry() 643 LOG_IF(WARNING, length > 0) in PrepareOutput()
|
D | zip.cc | 67 LOG_IF(ERROR, !file.IsValid()) in Open()
|
D | zip_unittest.cc | 867 LOG_IF(WARNING, !ok) << "Found unexpected file: " << std::quoted(path); in TEST_F()
|
/third_party/cef/libcef/browser/net_service/ |
D | proxy_url_loader_factory.cc | 1019 LOG_IF(WARNING, is_redirect) << "Redirect at this time is not supported by " in ContinueToResponseStarted()
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 241 // by LOG() and LOG_IF, etc. Since these are used all over our code, it's
|