Searched refs:VLOG_IF (Results 1 – 4 of 4) sorted by relevance
40 VLOG_IF(1, ret) << "Removing task_id " << task_id; in CancelTask()
234 VLOG_IF(3, success) << "Sending data: " << std::string{ptr, read_size}; in read_callback()
115 VLOG_IF(0, true) << mock_log_source.Log(); in TEST_F()181 VLOG_IF(1, true) << mock_log_source.Log(); in TEST_F()
431 #define VLOG_IF(verbose_level, condition) \ macro807 #define DVLOG_IF(verboselevel, condition) VLOG_IF(verboselevel, condition)