Home
last modified time | relevance | path

Searched refs:DLOG_ASSERT (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Dlogging.h805 #define DLOG_ASSERT(condition) LOG_ASSERT(condition) macro
818 #define DLOG_ASSERT(condition) EAT_STREAM_PARAMETERS
972 #define assert(x) DLOG_ASSERT(x)
Dlogging_unittest.cc515 DLOG_ASSERT(debug_only_variable) << "test"; in TEST_F()