Searched defs:GPBInt32Array (Results 1 – 6 of 6) sorted by relevance
573 - (void)writeInt32Array:(int32_t)fieldNumber689 - (void)writeSInt32Array:(int32_t)fieldNumber776 - (void)writeSFixed32Array:(int32_t)fieldNumber
302 @implementation GPBInt32Array { implementation322 return [[(GPBInt32Array*)[self alloc] initWithValueArray:array] autorelease]; argument335 - (instancetype)initWithValueArray:(GPBInt32Array *)array {499 - (void)addValuesFromArray:(GPBInt32Array *)array {
61 @interface GPBInt32Array () { in GPBInt32Array() function