| Index: third_party/protobuf/objectivec/GPBWireFormat.h
|
| diff --git a/third_party/protobuf/objectivec/GPBWireFormat.h b/third_party/protobuf/objectivec/GPBWireFormat.h
|
| index 29cf2f0b8d0368a99d63cfffebf7d037b4ed06f4..c5941a3824aa38f101f060382058130b4e5b2d03 100644
|
| --- a/third_party/protobuf/objectivec/GPBWireFormat.h
|
| +++ b/third_party/protobuf/objectivec/GPBWireFormat.h
|
| @@ -53,6 +53,7 @@ uint32_t GPBWireFormatMakeTag(uint32_t fieldNumber, GPBWireFormat wireType)
|
| __attribute__((const));
|
| GPBWireFormat GPBWireFormatGetTagWireType(uint32_t tag) __attribute__((const));
|
| uint32_t GPBWireFormatGetTagFieldNumber(uint32_t tag) __attribute__((const));
|
| +BOOL GPBWireFormatIsValidTag(uint32_t tag) __attribute__((const));
|
|
|
| GPBWireFormat GPBWireFormatForType(GPBDataType dataType, BOOL isPacked)
|
| __attribute__((const));
|
|
|