Searched refs:_GPBCompileAssert (Results 1 – 2 of 2) sorted by relevance
294 #ifndef _GPBCompileAssert296 #define _GPBCompileAssert(test, msg) _Static_assert((test), #msg) macro299 #define _GPBCompileAssertSymbolInner(line, msg) _GPBCompileAssert ## line ## __ ## msg301 #define _GPBCompileAssert(test, msg) \ macro308 _GPBCompileAssert(sizeof(GPBMessageFieldDescriptionWithDefault) ==
2624 _GPBCompileAssert(sizeof(float) == sizeof(uint32_t), float_not_32_bits);2639 _GPBCompileAssert(sizeof(double) == sizeof(uint64_t), double_not_64_bits);2736 _GPBCompileAssert(sizeof(float) == sizeof(uint32_t), float_not_32_bits);2748 _GPBCompileAssert(sizeof(double) == sizeof(uint64_t), double_not_64_bits);