Lines Matching refs:GPBInt64Array
393 @interface GPBInt64Array : NSObject <NSCopying>
399 * @return A newly instanced and empty GPBInt64Array.
404 * Creates and initializes a GPBInt64Array with the single element given.
408 * @return A newly instanced GPBInt64Array with value in it.
413 * Creates and initializes a GPBInt64Array with the contents of the given
418 * @return A newly instanced GPBInt64Array with the contents of array.
420 + (instancetype)arrayWithValueArray:(GPBInt64Array *)array;
423 * Creates and initializes a GPBInt64Array with the given capacity.
427 * @return A newly instanced GPBInt64Array with a capacity of count.
432 * @return A newly initialized and empty GPBInt64Array.
442 * @return A newly initialized GPBInt64Array with a copy of the values.
452 * @return A newly initialized GPBInt64Array with a copy of the values.
454 - (instancetype)initWithValueArray:(GPBInt64Array *)array;
461 * @return A newly initialized GPBInt64Array with a capacity of count.
516 - (void)addValuesFromArray:(GPBInt64Array *)array;