Searched refs:_GTMCompileAssert (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/common/mac/
H A DGTMDefines.h164 // _GTMCompileAssert
165 // _GTMCompileAssert is an assert that is meant to fire at compile time if you
168 // _GTMCompileAssert(sizeof(wchar_t) == 4, wchar_t_is_4_bytes_on_OS_X)
174 #ifndef _GTMCompileAssert
180 #define _GTMCompileAssert(test, msg) \ macro
182 #endif // _GTMCompileAssert

Completed in 53 milliseconds