Searched refs:GOOGLE_COMPILE_ASSERT (Results 1 – 5 of 5) sorted by relevance
115 #define GOOGLE_COMPILE_ASSERT(expr, msg) static_assert(expr, #msg) macro
119 GOOGLE_COMPILE_ASSERT(sizeof(From) == sizeof(To), in bit_cast()
165 GOOGLE_COMPILE_ASSERT(kStringPrintfVectorMaxArgs == 32, arg_count_mismatch); in StringPrintfVector()
374 GOOGLE_COMPILE_ASSERT(sizeof(int64) == sizeof(long long), in strto64()380 GOOGLE_COMPILE_ASSERT(sizeof(uint64) == sizeof(unsigned long long), in strtou64()
1250 GOOGLE_COMPILE_ASSERT(DBL_DIG < 20, DBL_DIG_is_too_big); in DoubleToBuffer()1368 GOOGLE_COMPILE_ASSERT(FLT_DIG < 10, FLT_DIG_is_too_big); in FloatToBuffer()