Functions
protobuf/objectivec/GPBCodedOutputStream_PackagePrivate.h File Reference
#import "GPBCodedOutputStream.h"
Include dependency graph for protobuf/objectivec/GPBCodedOutputStream_PackagePrivate.h:

Go to the source code of this file.

Functions

size_t GPBComputeBoolSize (int32_t fieldNumber, BOOL value) __attribute__((const))
 
size_t GPBComputeBoolSizeNoTag (BOOL value) __attribute__((const))
 
size_t GPBComputeBytesSize (int32_t fieldNumber, NSData *value) __attribute__((const))
 
size_t GPBComputeBytesSizeNoTag (NSData *value) __attribute__((const))
 
NS_ASSUME_NONNULL_BEGIN CF_EXTERN_C_BEGIN size_t GPBComputeDoubleSize (int32_t fieldNumber, double value) __attribute__((const))
 
size_t GPBComputeDoubleSizeNoTag (double value) __attribute__((const))
 
size_t GPBComputeEnumSize (int32_t fieldNumber, int32_t value) __attribute__((const))
 
size_t GPBComputeEnumSizeNoTag (int32_t value) __attribute__((const))
 
size_t GPBComputeFixed32Size (int32_t fieldNumber, uint32_t value) __attribute__((const))
 
size_t GPBComputeFixed32SizeNoTag (uint32_t value) __attribute__((const))
 
size_t GPBComputeFixed64Size (int32_t fieldNumber, uint64_t value) __attribute__((const))
 
size_t GPBComputeFixed64SizeNoTag (uint64_t value) __attribute__((const))
 
size_t GPBComputeFloatSize (int32_t fieldNumber, float value) __attribute__((const))
 
size_t GPBComputeFloatSizeNoTag (float value) __attribute__((const))
 
size_t GPBComputeGroupSize (int32_t fieldNumber, GPBMessage *value) __attribute__((const))
 
size_t GPBComputeGroupSizeNoTag (GPBMessage *value) __attribute__((const))
 
size_t GPBComputeInt32Size (int32_t fieldNumber, int32_t value) __attribute__((const))
 
size_t GPBComputeInt32SizeNoTag (int32_t value) __attribute__((const))
 
size_t GPBComputeInt64Size (int32_t fieldNumber, int64_t value) __attribute__((const))
 
size_t GPBComputeInt64SizeNoTag (int64_t value) __attribute__((const))
 
size_t GPBComputeMessageSetExtensionSize (int32_t fieldNumber, GPBMessage *value) __attribute__((const))
 
size_t GPBComputeMessageSize (int32_t fieldNumber, GPBMessage *value) __attribute__((const))
 
size_t GPBComputeMessageSizeNoTag (GPBMessage *value) __attribute__((const))
 
size_t GPBComputeRawMessageSetExtensionSize (int32_t fieldNumber, NSData *value) __attribute__((const))
 
size_t GPBComputeRawVarint32Size (int32_t value) __attribute__((const))
 
size_t GPBComputeRawVarint32SizeForInteger (NSInteger value) __attribute__((const))
 
size_t GPBComputeRawVarint64Size (int64_t value) __attribute__((const))
 
size_t GPBComputeSFixed32Size (int32_t fieldNumber, int32_t value) __attribute__((const))
 
size_t GPBComputeSFixed32SizeNoTag (int32_t value) __attribute__((const))
 
size_t GPBComputeSFixed64Size (int32_t fieldNumber, int64_t value) __attribute__((const))
 
size_t GPBComputeSFixed64SizeNoTag (int64_t value) __attribute__((const))
 
size_t GPBComputeSInt32Size (int32_t fieldNumber, int32_t value) __attribute__((const))
 
size_t GPBComputeSInt32SizeNoTag (int32_t value) __attribute__((const))
 
size_t GPBComputeSInt64Size (int32_t fieldNumber, int64_t value) __attribute__((const))
 
size_t GPBComputeSInt64SizeNoTag (int64_t value) __attribute__((const))
 
size_t GPBComputeSizeTSizeAsInt32NoTag (size_t value) __attribute__((const))
 
size_t GPBComputeStringSize (int32_t fieldNumber, NSString *value) __attribute__((const))
 
size_t GPBComputeStringSizeNoTag (NSString *value) __attribute__((const))
 
size_t GPBComputeTagSize (int32_t fieldNumber) __attribute__((const))
 
size_t GPBComputeUInt32Size (int32_t fieldNumber, uint32_t value) __attribute__((const))
 
size_t GPBComputeUInt32SizeNoTag (int32_t value) __attribute__((const))
 
size_t GPBComputeUInt64Size (int32_t fieldNumber, uint64_t value) __attribute__((const))
 
size_t GPBComputeUInt64SizeNoTag (uint64_t value) __attribute__((const))
 
size_t GPBComputeUnknownGroupSize (int32_t fieldNumber, GPBUnknownFieldSet *value) __attribute__((const))
 
size_t GPBComputeUnknownGroupSizeNoTag (GPBUnknownFieldSet *value) __attribute__((const))
 
size_t GPBComputeWireFormatTagSize (int field_number, GPBDataType dataType) __attribute__((const))
 

Function Documentation

◆ GPBComputeBoolSize()

size_t GPBComputeBoolSize ( int32_t  fieldNumber,
BOOL  value 
) const

◆ GPBComputeBoolSizeNoTag()

size_t GPBComputeBoolSizeNoTag ( BOOL  value) const

◆ GPBComputeBytesSize()

size_t GPBComputeBytesSize ( int32_t  fieldNumber,
NSData *  value 
) const

◆ GPBComputeBytesSizeNoTag()

size_t GPBComputeBytesSizeNoTag ( NSData *  value) const

◆ GPBComputeDoubleSize()

NS_ASSUME_NONNULL_BEGIN CF_EXTERN_C_BEGIN size_t GPBComputeDoubleSize ( int32_t  fieldNumber,
double  value 
) const

◆ GPBComputeDoubleSizeNoTag()

size_t GPBComputeDoubleSizeNoTag ( double  value) const

◆ GPBComputeEnumSize()

size_t GPBComputeEnumSize ( int32_t  fieldNumber,
int32_t  value 
) const

◆ GPBComputeEnumSizeNoTag()

size_t GPBComputeEnumSizeNoTag ( int32_t  value) const

◆ GPBComputeFixed32Size()

size_t GPBComputeFixed32Size ( int32_t  fieldNumber,
uint32_t  value 
) const

◆ GPBComputeFixed32SizeNoTag()

size_t GPBComputeFixed32SizeNoTag ( uint32_t  value) const

◆ GPBComputeFixed64Size()

size_t GPBComputeFixed64Size ( int32_t  fieldNumber,
uint64_t  value 
) const

◆ GPBComputeFixed64SizeNoTag()

size_t GPBComputeFixed64SizeNoTag ( uint64_t  value) const

◆ GPBComputeFloatSize()

size_t GPBComputeFloatSize ( int32_t  fieldNumber,
float  value 
) const

◆ GPBComputeFloatSizeNoTag()

size_t GPBComputeFloatSizeNoTag ( float  value) const

◆ GPBComputeGroupSize()

size_t GPBComputeGroupSize ( int32_t  fieldNumber,
GPBMessage value 
) const

◆ GPBComputeGroupSizeNoTag()

size_t GPBComputeGroupSizeNoTag ( GPBMessage value) const

◆ GPBComputeInt32Size()

size_t GPBComputeInt32Size ( int32_t  fieldNumber,
int32_t  value 
) const

◆ GPBComputeInt32SizeNoTag()

size_t GPBComputeInt32SizeNoTag ( int32_t  value) const

◆ GPBComputeInt64Size()

size_t GPBComputeInt64Size ( int32_t  fieldNumber,
int64_t  value 
) const

◆ GPBComputeInt64SizeNoTag()

size_t GPBComputeInt64SizeNoTag ( int64_t  value) const

◆ GPBComputeMessageSetExtensionSize()

size_t GPBComputeMessageSetExtensionSize ( int32_t  fieldNumber,
GPBMessage value 
) const

◆ GPBComputeMessageSize()

size_t GPBComputeMessageSize ( int32_t  fieldNumber,
GPBMessage value 
) const

◆ GPBComputeMessageSizeNoTag()

size_t GPBComputeMessageSizeNoTag ( GPBMessage value) const

◆ GPBComputeRawMessageSetExtensionSize()

size_t GPBComputeRawMessageSetExtensionSize ( int32_t  fieldNumber,
NSData *  value 
) const

◆ GPBComputeRawVarint32Size()

size_t GPBComputeRawVarint32Size ( int32_t  value) const

◆ GPBComputeRawVarint32SizeForInteger()

size_t GPBComputeRawVarint32SizeForInteger ( NSInteger  value) const

◆ GPBComputeRawVarint64Size()

size_t GPBComputeRawVarint64Size ( int64_t  value) const

◆ GPBComputeSFixed32Size()

size_t GPBComputeSFixed32Size ( int32_t  fieldNumber,
int32_t  value 
) const

◆ GPBComputeSFixed32SizeNoTag()

size_t GPBComputeSFixed32SizeNoTag ( int32_t  value) const

◆ GPBComputeSFixed64Size()

size_t GPBComputeSFixed64Size ( int32_t  fieldNumber,
int64_t  value 
) const

◆ GPBComputeSFixed64SizeNoTag()

size_t GPBComputeSFixed64SizeNoTag ( int64_t  value) const

◆ GPBComputeSInt32Size()

size_t GPBComputeSInt32Size ( int32_t  fieldNumber,
int32_t  value 
) const

◆ GPBComputeSInt32SizeNoTag()

size_t GPBComputeSInt32SizeNoTag ( int32_t  value) const

◆ GPBComputeSInt64Size()

size_t GPBComputeSInt64Size ( int32_t  fieldNumber,
int64_t  value 
) const

◆ GPBComputeSInt64SizeNoTag()

size_t GPBComputeSInt64SizeNoTag ( int64_t  value) const

◆ GPBComputeSizeTSizeAsInt32NoTag()

size_t GPBComputeSizeTSizeAsInt32NoTag ( size_t  value) const

◆ GPBComputeStringSize()

size_t GPBComputeStringSize ( int32_t  fieldNumber,
NSString *  value 
) const

◆ GPBComputeStringSizeNoTag()

size_t GPBComputeStringSizeNoTag ( NSString *  value) const

◆ GPBComputeTagSize()

size_t GPBComputeTagSize ( int32_t  fieldNumber) const

◆ GPBComputeUInt32Size()

size_t GPBComputeUInt32Size ( int32_t  fieldNumber,
uint32_t  value 
) const

◆ GPBComputeUInt32SizeNoTag()

size_t GPBComputeUInt32SizeNoTag ( int32_t  value) const

◆ GPBComputeUInt64Size()

size_t GPBComputeUInt64Size ( int32_t  fieldNumber,
uint64_t  value 
) const

◆ GPBComputeUInt64SizeNoTag()

size_t GPBComputeUInt64SizeNoTag ( uint64_t  value) const

◆ GPBComputeUnknownGroupSize()

size_t GPBComputeUnknownGroupSize ( int32_t  fieldNumber,
GPBUnknownFieldSet value 
) const

◆ GPBComputeUnknownGroupSizeNoTag()

size_t GPBComputeUnknownGroupSizeNoTag ( GPBUnknownFieldSet value) const

◆ GPBComputeWireFormatTagSize()

size_t GPBComputeWireFormatTagSize ( int  field_number,
GPBDataType  dataType 
) const


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:16