Lines Matching refs:GPBEnumArray
1253 @interface GPBEnumArray : NSObject <NSCopying>
1261 * @return A newly instanced and empty GPBEnumArray.
1266 * Creates and initializes a GPBEnumArray with the enum validation function
1271 * @return A newly instanced GPBEnumArray.
1276 * Creates and initializes a GPBEnumArray with the enum validation function
1282 * @return A newly instanced GPBEnumArray.
1288 * Creates and initializes a GPBEnumArray that adds the elements from the
1293 * @return A newly instanced GPBEnumArray.
1295 + (instancetype)arrayWithValueArray:(GPBEnumArray *)array;
1298 * Creates and initializes a GPBEnumArray with the given enum validation
1304 * @return A newly instanced GPBEnumArray with a capacity of count.
1314 * @return A newly initialized GPBEnumArray with a copy of the values.
1326 * @return A newly initialized GPBEnumArray with a copy of the values.
1337 * @return A newly initialized GPBEnumArray with a copy of the values.
1339 - (instancetype)initWithValueArray:(GPBEnumArray *)array;
1347 * @return A newly initialized GPBEnumArray with a capacity of count.
1479 - (void)addRawValuesFromArray:(GPBEnumArray *)array;