Lines Matching defs:description
249 // description has to be long lived, it is held as a raw pointer.
250 - (instancetype)initWithFieldDescription:(void *)description
294 // description has to be long lived, it is held as a raw pointer.
342 GPB_INLINE BOOL GPBExtensionIsRepeated(GPBExtensionDescription *description) {
343 return (description->options & GPBExtensionRepeated) != 0;
346 GPB_INLINE BOOL GPBExtensionIsPacked(GPBExtensionDescription *description) {
347 return (description->options & GPBExtensionPacked) != 0;
350 GPB_INLINE BOOL GPBExtensionIsWireFormat(GPBExtensionDescription *description) {
351 return (description->options & GPBExtensionSetWireFormat) != 0;
367 // Sanity check that there isn't padding between the field description