Searched refs:GOOGLE_COMPILE_ASSERT (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/src/google/protobuf/stubs/ |
D | macros.h | 115 #undef GOOGLE_COMPILE_ASSERT 117 #define GOOGLE_COMPILE_ASSERT(expr, msg) static_assert(expr, #msg) macro 119 #define GOOGLE_COMPILE_ASSERT(expr, msg) \ macro
|
D | casts.h | 116 GOOGLE_COMPILE_ASSERT(sizeof(From) == sizeof(To), in bit_cast()
|
D | stringprintf.cc | 163 GOOGLE_COMPILE_ASSERT(kStringPrintfVectorMaxArgs == 32, arg_count_mismatch); in StringPrintfVector()
|
D | strutil.h | 372 GOOGLE_COMPILE_ASSERT(sizeof(int64) == sizeof(long long), in strto64() 378 GOOGLE_COMPILE_ASSERT(sizeof(uint64) == sizeof(unsigned long long), in strtou64()
|
D | strutil.cc | 1248 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/ |
D | cpp_helpers.cc | 344 GOOGLE_COMPILE_ASSERT(kint32min == (~0x7fffffff), kint32min_value_error); in Int32ToString() 355 GOOGLE_COMPILE_ASSERT(kint64min == GOOGLE_LONGLONG(~0x7fffffffffffffff), in Int64ToString()
|