Searched refs:GOOGLE_COMPILE_ASSERT (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringprintf.cc164 GOOGLE_COMPILE_ASSERT(kStringPrintfVectorMaxArgs == 32, arg_count_mismatch);
H A Dstrutil.h318 GOOGLE_COMPILE_ASSERT(sizeof(int64) == sizeof(long long),
324 GOOGLE_COMPILE_ASSERT(sizeof(uint64) == sizeof(unsigned long long),
H A Dcommon.h394 #undef GOOGLE_COMPILE_ASSERT macro
395 #define GOOGLE_COMPILE_ASSERT(expr, msg) \ macro
H A Dstrutil.cc1058 GOOGLE_COMPILE_ASSERT(DBL_DIG < 20, DBL_DIG_is_too_big);
1113 GOOGLE_COMPILE_ASSERT(FLT_DIG < 10, FLT_DIG_is_too_big);
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h308 GOOGLE_COMPILE_ASSERT(sizeof(int64) == sizeof(long long),
314 GOOGLE_COMPILE_ASSERT(sizeof(uint64) == sizeof(unsigned long long),
H A Dcommon.h349 #undef GOOGLE_COMPILE_ASSERT macro
350 #define GOOGLE_COMPILE_ASSERT(expr, msg) \ macro
H A Dstrutil.cc1013 GOOGLE_COMPILE_ASSERT(DBL_DIG < 20, DBL_DIG_is_too_big);
1068 GOOGLE_COMPILE_ASSERT(FLT_DIG < 10, FLT_DIG_is_too_big);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc265 GOOGLE_COMPILE_ASSERT(
277 GOOGLE_COMPILE_ASSERT(

Completed in 1447 milliseconds