Home
last modified time | relevance | path

Searched refs:VLOG_IF (Results 1 – 4 of 4) sorted by relevance

/external/libbrillo/brillo/message_loops/
Dfake_message_loop.cc40 VLOG_IF(1, ret) << "Removing task_id " << task_id; in CancelTask()
/external/libbrillo/brillo/http/
Dhttp_connection_curl.cc234 VLOG_IF(3, success) << "Sending data: " << std::string{ptr, read_size}; in read_callback()
/external/libchrome/base/
Dlogging_unittest.cc115 VLOG_IF(0, true) << mock_log_source.Log(); in TEST_F()
181 VLOG_IF(1, true) << mock_log_source.Log(); in TEST_F()
Dlogging.h431 #define VLOG_IF(verbose_level, condition) \ macro
807 #define DVLOG_IF(verboselevel, condition) VLOG_IF(verboselevel, condition)