Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds