Searched defs:DCHECK_NT (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dsandbox_nt_util.h31 // DCHECK_NT is defined to be pretty much an assert at this time because we
39 #define DCHECK_NT(condition) { (condition) ? (void)0 : __debugbreak(); } macro
40 #define VERIFY(action) DCHECK_NT(action)
41 #define VERIFY_SUCCESS(action) DCHECK_NT(NT_SUCCESS(action))
43 #define DCHECK_NT(condition) macro
50 #define NOTREACHED_NT() DCHECK_NT(false)

Completed in 1910 milliseconds