Home
last modified time | relevance | path

Searched refs:GPBInt32Array (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/objectivec/
H A DGPBArray.h49 @interface GPBInt32Array : NSObject <NSCopying>
55 * @return A newly instanced and empty GPBInt32Array.
60 * Creates and initializes a GPBInt32Array with the single element given.
64 * @return A newly instanced GPBInt32Array with value in it.
69 * Creates and initializes a GPBInt32Array with the contents of the given
74 * @return A newly instanced GPBInt32Array with the contents of array.
76 + (instancetype)arrayWithValueArray:(GPBInt32Array *)array;
79 * Creates and initializes a GPBInt32Array with the given capacity.
83 * @return A newly instanced GPBInt32Array with a capacity of count.
88 * @return A newly initialized and empty GPBInt32Array
[all...]
H A DGPBRuntimeTypes.h37 @class GPBInt32Array;
H A DGPBArray_PackagePrivate.h61 @interface GPBInt32Array () { in GPBInt32Array() function

Completed in 1 milliseconds