Home
last modified time | relevance | path

Searched refs:GPBInternalCompileAssert (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDescriptor_PackagePrivate.h302 #ifndef GPBInternalCompileAssert
304 #define GPBInternalCompileAssert(test, msg) _Static_assert((test), #msg) macro
307 …#define GPBInternalCompileAssertSymbolInner(line, msg) GPBInternalCompileAssert ## line ## __ ## m…
309 #define GPBInternalCompileAssert(test, msg) \ macro
316 GPBInternalCompileAssert(sizeof(GPBMessageFieldDescriptionWithDefault) ==
DGPBMessage.m2638 GPBInternalCompileAssert(sizeof(float) == sizeof(uint32_t), float_not_32_bits);
2653 GPBInternalCompileAssert(sizeof(double) == sizeof(uint64_t), double_not_64_bits);
2750 GPBInternalCompileAssert(sizeof(float) == sizeof(uint32_t), float_not_32_bits);
2762 GPBInternalCompileAssert(sizeof(double) == sizeof(uint64_t), double_not_64_bits);