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