OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHECK_NT
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/win/src/
sandbox_nt_util.h
48
#define
CHECK_NT
(condition) { (condition) ? (void)0 : __debugbreak(); }
win_utils.cc
323
CHECK_NT
(*function_ptr);
Completed in 50 milliseconds