Home
last modified time | relevance | path

Searched defs:COMPILE_ASSERT (Results 1 – 2 of 2) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/base/
Dbasictypes.h195 #define COMPILE_ASSERT(expr, msg) static_assert(expr, #msg) macro
214 #define COMPILE_ASSERT(expr, msg) \ macro
/third_party/libphonenumber/tools/cpp/src/base/
Dbasictypes.h236 #define COMPILE_ASSERT(expr, msg) static_assert(expr, #msg) macro
255 #define COMPILE_ASSERT(expr, msg) \ macro