Searched refs:GPBInternalCompileAssert (Results 1 – 2 of 2) sorted by relevance
302 #ifndef GPBInternalCompileAssert304 #define GPBInternalCompileAssert(test, msg) _Static_assert((test), #msg) macro307 …#define GPBInternalCompileAssertSymbolInner(line, msg) GPBInternalCompileAssert ## line ## __ ## m…309 #define GPBInternalCompileAssert(test, msg) \ macro316 GPBInternalCompileAssert(sizeof(GPBMessageFieldDescriptionWithDefault) ==
2638 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);