HomeSort by relevance Sort by last modified time
    Searched refs:DLOG_ASSERT (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/
logging.h 78 // DLOG_ASSERT(assertion);
121 // We also override the standard 'assert' to use 'DLOG_ASSERT'.
730 #define DLOG_ASSERT(condition) LOG_ASSERT(condition)
743 #define DLOG_ASSERT(condition) EAT_STREAM_PARAMETERS
    [all...]
logging_unittest.cc 361 DLOG_ASSERT(debug_only_variable) << "test";

Completed in 51 milliseconds