Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h308 GOOGLE_COMPILE_ASSERT(sizeof(int64) == sizeof(long long), in strto64()
314 GOOGLE_COMPILE_ASSERT(sizeof(uint64) == sizeof(unsigned long long), in strtou64()
Dstrutil.cc1013 GOOGLE_COMPILE_ASSERT(DBL_DIG < 20, DBL_DIG_is_too_big); in DoubleToBuffer()
1068 GOOGLE_COMPILE_ASSERT(FLT_DIG < 10, FLT_DIG_is_too_big); in FloatToBuffer()
Dcommon.h349 #undef GOOGLE_COMPILE_ASSERT
350 #define GOOGLE_COMPILE_ASSERT(expr, msg) \ macro