Home
last modified time | relevance | path

Searched refs:GOOGLE_COMPILE_ASSERT (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/src/google/protobuf/stubs/
Dmacros.h115 #define GOOGLE_COMPILE_ASSERT(expr, msg) static_assert(expr, #msg) macro
Dcasts.h119 GOOGLE_COMPILE_ASSERT(sizeof(From) == sizeof(To), in bit_cast()
Dstringprintf.cc165 GOOGLE_COMPILE_ASSERT(kStringPrintfVectorMaxArgs == 32, arg_count_mismatch); in StringPrintfVector()
Dstrutil.h374 GOOGLE_COMPILE_ASSERT(sizeof(int64) == sizeof(long long), in strto64()
380 GOOGLE_COMPILE_ASSERT(sizeof(uint64) == sizeof(unsigned long long), in strtou64()
Dstrutil.cc1250 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()