Searched defs:GPBEnumArray (Results 1 – 12 of 12) sorted by relevance
117 @interface GPBEnumArray () { in GPBEnumArray() function
2050 @implementation GPBEnumArray { implementation2077 return [[(GPBEnumArray*)[self alloc] initWithValueArray:array] autorelease]; argument2089 - (instancetype)initWithValueArray:(GPBEnumArray *)array {2338 - (void)addRawValuesFromArray:(GPBEnumArray *)array {
834 - (void)writeEnumArray:(int32_t)fieldNumber
40 @interface GPBEnumArray (TestingTweak) interface in TestingTweak70 @implementation GPBEnumArray (TestingTweak) implementation in TestingTweak