Searched defs:GPBInt64Array (Results 1 – 6 of 6) sorted by relevance
544 - (void)writeInt64Array:(int32_t)fieldNumber718 - (void)writeSInt64Array:(int32_t)fieldNumber747 - (void)writeSFixed64Array:(int32_t)fieldNumber
802 @implementation GPBInt64Array { implementation822 return [[(GPBInt64Array*)[self alloc] initWithValueArray:array] autorelease]; argument835 - (instancetype)initWithValueArray:(GPBInt64Array *)array {999 - (void)addValuesFromArray:(GPBInt64Array *)array {
77 @interface GPBInt64Array () { in GPBInt64Array() function