Home
last modified time | relevance | path

Searched refs:GPBDoubleArray (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/objectivec/
H A DGPBArray.h909 @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
[all...]
H A DGPBArray_PackagePrivate.h101 @interface GPBDoubleArray () { in GPBDoubleArray() function

Completed in 2 milliseconds