Home
last modified time | relevance | path

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

/third_party/protobuf/objectivec/
H A DGPBDescriptor_PackagePrivate.h355 #ifndef GPBInternalCompileAssert
357 #define GPBInternalCompileAssert(test, msg) _Static_assert((test), #msg) macro
360 #define GPBInternalCompileAssertSymbolInner(line, msg) GPBInternalCompileAssert ## line ## __ ## msg
362 #define GPBInternalCompileAssert(test, msg) \ macro
365 #endif // GPBInternalCompileAssert
369 GPBInternalCompileAssert(sizeof(GPBMessageFieldDescriptionWithDefault) ==
H A DGPBUtilities_PackagePrivate.h83 GPBInternalCompileAssert(sizeof(double) == sizeof(int64_t), double_not_64_bits); in GPBConvertDoubleToInt64()
90 GPBInternalCompileAssert(sizeof(float) == sizeof(int32_t), float_not_32_bits); in GPBConvertFloatToInt32()
97 GPBInternalCompileAssert(sizeof(double) == sizeof(int64_t), double_not_64_bits); in GPBConvertInt64ToDouble()
104 GPBInternalCompileAssert(sizeof(float) == sizeof(int32_t), float_not_32_bits); in GPBConvertInt32ToFloat()

Completed in 2 milliseconds