Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dmacros.h115 #undef GOOGLE_COMPILE_ASSERT
117 #define GOOGLE_COMPILE_ASSERT(expr, msg) static_assert(expr, #msg) macro
119 #define GOOGLE_COMPILE_ASSERT(expr, msg) \ macro
Dcasts.h116 GOOGLE_COMPILE_ASSERT(sizeof(From) == sizeof(To), in bit_cast()
Dstringprintf.cc163 GOOGLE_COMPILE_ASSERT(kStringPrintfVectorMaxArgs == 32, arg_count_mismatch); in StringPrintfVector()
Dstrutil.h372 GOOGLE_COMPILE_ASSERT(sizeof(int64) == sizeof(long long), in strto64()
378 GOOGLE_COMPILE_ASSERT(sizeof(uint64) == sizeof(unsigned long long), in strtou64()
Dstrutil.cc1248 GOOGLE_COMPILE_ASSERT(DBL_DIG < 20, DBL_DIG_is_too_big); in DoubleToBuffer()
1366 GOOGLE_COMPILE_ASSERT(FLT_DIG < 10, FLT_DIG_is_too_big); in FloatToBuffer()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc344 GOOGLE_COMPILE_ASSERT(kint32min == (~0x7fffffff), kint32min_value_error); in Int32ToString()
355 GOOGLE_COMPILE_ASSERT(kint64min == GOOGLE_LONGLONG(~0x7fffffffffffffff), in Int64ToString()