Lines Matching refs:GPBDoubleArray
909 @interface GPBDoubleArray : NSObject <NSCopying>
915 * @return A newly instanced and empty GPBDoubleArray.
920 * Creates and initializes a GPBDoubleArray with the single element given.
924 * @return A newly instanced GPBDoubleArray with value in it.
929 * Creates and initializes a GPBDoubleArray with the contents of the given
934 * @return A newly instanced GPBDoubleArray with the contents of array.
936 + (instancetype)arrayWithValueArray:(GPBDoubleArray *)array;
939 * Creates and initializes a GPBDoubleArray with the given capacity.
943 * @return A newly instanced GPBDoubleArray with a capacity of count.
948 * @return A newly initialized and empty GPBDoubleArray.
958 * @return A newly initialized GPBDoubleArray with a copy of the values.
968 * @return A newly initialized GPBDoubleArray with a copy of the values.
970 - (instancetype)initWithValueArray:(GPBDoubleArray *)array;
977 * @return A newly initialized GPBDoubleArray with a capacity of count.
1032 - (void)addValuesFromArray:(GPBDoubleArray *)array;