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
117 GOOGLE_COMPILE_ASSERT(sizeof(From) == sizeof(To), in bit_cast()
165 GOOGLE_COMPILE_ASSERT(kStringPrintfVectorMaxArgs == 32, arg_count_mismatch); in StringPrintfVector()
375 GOOGLE_COMPILE_ASSERT(sizeof(int64) == sizeof(long long), in strto64()381 GOOGLE_COMPILE_ASSERT(sizeof(uint64) == sizeof(unsigned long long), in strtou64()
1267 GOOGLE_COMPILE_ASSERT(DBL_DIG < 20, DBL_DIG_is_too_big); in DoubleToBuffer()1385 GOOGLE_COMPILE_ASSERT(FLT_DIG < 10, FLT_DIG_is_too_big); in FloatToBuffer()