Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/win/src/
Dsandbox_nt_util.h48 #define CHECK_NT(condition) { (condition) ? (void)0 : __debugbreak(); } macro
Dwin_utils.cc323 CHECK_NT(*function_ptr); in ResolveNTFunctionPtr()