Home
last modified time | relevance | path

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

/external/protobuf/objectivec/
DGPBDescriptor_PackagePrivate.h294 #ifndef _GPBCompileAssert
296 #define _GPBCompileAssert(test, msg) _Static_assert((test), #msg) macro
299 #define _GPBCompileAssertSymbolInner(line, msg) _GPBCompileAssert ## line ## __ ## msg
301 #define _GPBCompileAssert(test, msg) \ macro
308 _GPBCompileAssert(sizeof(GPBMessageFieldDescriptionWithDefault) ==
DGPBMessage.m2624 _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);