Lines Matching refs:GPBFloatArray
737 @interface GPBFloatArray : NSObject <NSCopying>
743 * @return A newly instanced and empty GPBFloatArray.
748 * Creates and initializes a GPBFloatArray with the single element given.
752 * @return A newly instanced GPBFloatArray with value in it.
757 * Creates and initializes a GPBFloatArray with the contents of the given
762 * @return A newly instanced GPBFloatArray with the contents of array.
764 + (instancetype)arrayWithValueArray:(GPBFloatArray *)array;
767 * Creates and initializes a GPBFloatArray with the given capacity.
771 * @return A newly instanced GPBFloatArray with a capacity of count.
776 * @return A newly initialized and empty GPBFloatArray.
786 * @return A newly initialized GPBFloatArray with a copy of the values.
796 * @return A newly initialized GPBFloatArray with a copy of the values.
798 - (instancetype)initWithValueArray:(GPBFloatArray *)array;
805 * @return A newly initialized GPBFloatArray with a capacity of count.
860 - (void)addValuesFromArray:(GPBFloatArray *)array;