Home
last modified time | relevance | path

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

/external/libchrome/base/
Dlogging_unittest.cc301 #define DO_CHECK CHECK macro
303 #define DO_CHECK(cond) \ macro
335 DO_CHECK(death_location != 1); in CrashThread()
336 DO_CHECK(death_location != 2); in CrashThread()
337 DO_CHECK(death_location != 3); in CrashThread()
446 #define DO_CHECK CHECK macro
448 #define DO_CHECK(cond) \ macro
460 DO_CHECK(death_location != 1); in CrashChildMain()
461 DO_CHECK(death_location != 2); in CrashChildMain()
463 DO_CHECK(death_location != 3); in CrashChildMain()