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

  /external/chromium/googleurl/base/
logging.h 68 // DLOG_ASSERT(assertion);
72 // We also override the standard 'assert' to use 'DLOG_ASSERT'.
242 #define DLOG_ASSERT(condition) LOG_ASSERT(condition)
347 #define DLOG_ASSERT(condition) \
398 #define assert(x) DLOG_ASSERT(x)
  /external/chromium/base/
logging.h 75 // DLOG_ASSERT(assertion);
118 // We also override the standard 'assert' to use 'DLOG_ASSERT'.
561 #define DLOG_ASSERT(condition) LOG_ASSERT(condition)
578 #define DLOG_ASSERT(condition) DLOG_EAT_STREAM_PARAMETERS
712 #define assert(x) DLOG_ASSERT(x)
    [all...]
  /external/chromium_org/base/
logging.h 76 // DLOG_ASSERT(assertion);
119 // We also override the standard 'assert' to use 'DLOG_ASSERT'.
621 #define DLOG_ASSERT(condition) LOG_ASSERT(condition)
635 #define DLOG_ASSERT(condition) EAT_STREAM_PARAMETERS
783 #define assert(x) DLOG_ASSERT(x)
    [all...]
  /external/chromium_org/third_party/cld/base/
logging.h 91 // DLOG_ASSERT(assertion);
95 // We also override the standard 'assert' to use 'DLOG_ASSERT'.
745 #define DLOG_ASSERT(condition) LOG_ASSERT(condition)
778 #define DLOG_ASSERT(condition) \
    [all...]

Completed in 474 milliseconds