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

  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
macros.h 115 #undef GOOGLE_COMPILE_ASSERT
117 #define GOOGLE_COMPILE_ASSERT(expr, msg) static_assert(expr, #msg)
119 #define GOOGLE_COMPILE_ASSERT(expr, msg) \
casts.h 116 GOOGLE_COMPILE_ASSERT(sizeof(From) == sizeof(To),
  /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),
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 379 #undef GOOGLE_COMPILE_ASSERT
380 #define GOOGLE_COMPILE_ASSERT(expr, msg) \
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 379 #undef GOOGLE_COMPILE_ASSERT
380 #define GOOGLE_COMPILE_ASSERT(expr, msg) \
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
common.h 379 #undef GOOGLE_COMPILE_ASSERT
380 #define GOOGLE_COMPILE_ASSERT(expr, msg) \
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
common.h 379 #undef GOOGLE_COMPILE_ASSERT
380 #define GOOGLE_COMPILE_ASSERT(expr, msg) \
    [all...]

Completed in 45 milliseconds