HomeSort by relevance Sort by last modified time
    Searched refs:GOOGLE_COMPILE_ASSERT (Results 1 - 5 of 5) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
stringprintf.cc 164 GOOGLE_COMPILE_ASSERT(kStringPrintfVectorMaxArgs == 32, arg_count_mismatch);
strutil.h 340 GOOGLE_COMPILE_ASSERT(sizeof(int64) == sizeof(long long),
346 GOOGLE_COMPILE_ASSERT(sizeof(uint64) == sizeof(unsigned long long),
common.h 379 #undef GOOGLE_COMPILE_ASSERT
380 #define GOOGLE_COMPILE_ASSERT(expr, msg) \
    [all...]
strutil.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 262 GOOGLE_COMPILE_ASSERT(kint32min == (~0x7fffffff), kint32min_value_error);
273 GOOGLE_COMPILE_ASSERT(kint64min == GOOGLE_LONGLONG(~0x7fffffffffffffff),

Completed in 307 milliseconds