Lines Matching defs:array

51 /** The number of elements contained in the array. */
57 + (instancetype)array;
62 * @param value The value to be placed in the array.
70 * array.
72 * @param array Array with the contents to be put into the new array.
74 * @return A newly instanced GPBInt32Array with the contents of array.
76 + (instancetype)arrayWithValueArray:(GPBInt32Array *)array;
81 * @param count The capacity needed for the array.
93 * Initializes the array, copying the given values.
95 * @param values An array with the values to put inside this array.
96 * @param count The number of elements to copy into the array.
104 * Initializes the array, copying the given values.
106 * @param array An array with the values to put inside this array.
110 - (instancetype)initWithValueArray:(GPBInt32Array *)array;
113 * Initializes the array with the given capacity.
115 * @param count The capacity needed for the array.
131 * Enumerates the values on this array with the given block.
141 * Enumerates the values on this array with the given block.
153 * Adds a value to this array.
155 * @param value The value to add to this array.
160 * Adds values to this array.
162 * @param values The values to add to this array.
168 * Adds the values from the given array to this array.
170 * @param array The array containing the elements to add to this array.
172 - (void)addValuesFromArray:(GPBInt32Array *)array;
177 * @param value The value to add to this array.
198 * Removes all the values from this array.
223 /** The number of elements contained in the array. */
229 + (instancetype)array;
234 * @param value The value to be placed in the array.
242 * array.
244 * @param array Array with the contents to be put into the new array.
246 * @return A newly instanced GPBUInt32Array with the contents of array.
248 + (instancetype)arrayWithValueArray:(GPBUInt32Array *)array;
253 * @param count The capacity needed for the array.
265 * Initializes the array, copying the given values.
267 * @param values An array with the values to put inside this array.
268 * @param count The number of elements to copy into the array.
276 * Initializes the array, copying the given values.
278 * @param array An array with the values to put inside this array.
282 - (instancetype)initWithValueArray:(GPBUInt32Array *)array;
285 * Initializes the array with the given capacity.
287 * @param count The capacity needed for the array.
303 * Enumerates the values on this array with the given block.
313 * Enumerates the values on this array with the given block.
325 * Adds a value to this array.
327 * @param value The value to add to this array.
332 * Adds values to this array.
334 * @param values The values to add to this array.
340 * Adds the values from the given array to this array.
342 * @param array The array containing the elements to add to this array.
344 - (void)addValuesFromArray:(GPBUInt32Array *)array;
349 * @param value The value to add to this array.
370 * Removes all the values from this array.
395 /** The number of elements contained in the array. */
401 + (instancetype)array;
406 * @param value The value to be placed in the array.
414 * array.
416 * @param array Array with the contents to be put into the new array.
418 * @return A newly instanced GPBInt64Array with the contents of array.
420 + (instancetype)arrayWithValueArray:(GPBInt64Array *)array;
425 * @param count The capacity needed for the array.
437 * Initializes the array, copying the given values.
439 * @param values An array with the values to put inside this array.
440 * @param count The number of elements to copy into the array.
448 * Initializes the array, copying the given values.
450 * @param array An array with the values to put inside this array.
454 - (instancetype)initWithValueArray:(GPBInt64Array *)array;
457 * Initializes the array with the given capacity.
459 * @param count The capacity needed for the array.
475 * Enumerates the values on this array with the given block.
485 * Enumerates the values on this array with the given block.
497 * Adds a value to this array.
499 * @param value The value to add to this array.
504 * Adds values to this array.
506 * @param values The values to add to this array.
512 * Adds the values from the given array to this array.
514 * @param array The array containing the elements to add to this array.
516 - (void)addValuesFromArray:(GPBInt64Array *)array;
521 * @param value The value to add to this array.
542 * Removes all the values from this array.
567 /** The number of elements contained in the array. */
573 + (instancetype)array;
578 * @param value The value to be placed in the array.
586 * array.
588 * @param array Array with the contents to be put into the new array.
590 * @return A newly instanced GPBUInt64Array with the contents of array.
592 + (instancetype)arrayWithValueArray:(GPBUInt64Array *)array;
597 * @param count The capacity needed for the array.
609 * Initializes the array, copying the given values.
611 * @param values An array with the values to put inside this array.
612 * @param count The number of elements to copy into the array.
620 * Initializes the array, copying the given values.
622 * @param array An array with the values to put inside this array.
626 - (instancetype)initWithValueArray:(GPBUInt64Array *)array;
629 * Initializes the array with the given capacity.
631 * @param count The capacity needed for the array.
647 * Enumerates the values on this array with the given block.
657 * Enumerates the values on this array with the given block.
669 * Adds a value to this array.
671 * @param value The value to add to this array.
676 * Adds values to this array.
678 * @param values The values to add to this array.
684 * Adds the values from the given array to this array.
686 * @param array The array containing the elements to add to this array.
688 - (void)addValuesFromArray:(GPBUInt64Array *)array;
693 * @param value The value to add to this array.
714 * Removes all the values from this array.
739 /** The number of elements contained in the array. */
745 + (instancetype)array;
750 * @param value The value to be placed in the array.
758 * array.
760 * @param array Array with the contents to be put into the new array.
762 * @return A newly instanced GPBFloatArray with the contents of array.
764 + (instancetype)arrayWithValueArray:(GPBFloatArray *)array;
769 * @param count The capacity needed for the array.
781 * Initializes the array, copying the given values.
783 * @param values An array with the values to put inside this array.
784 * @param count The number of elements to copy into the array.
792 * Initializes the array, copying the given values.
794 * @param array An array with the values to put inside this array.
798 - (instancetype)initWithValueArray:(GPBFloatArray *)array;
801 * Initializes the array with the given capacity.
803 * @param count The capacity needed for the array.
819 * Enumerates the values on this array with the given block.
829 * Enumerates the values on this array with the given block.
841 * Adds a value to this array.
843 * @param value The value to add to this array.
848 * Adds values to this array.
850 * @param values The values to add to this array.
856 * Adds the values from the given array to this array.
858 * @param array The array containing the elements to add to this array.
860 - (void)addValuesFromArray:(GPBFloatArray *)array;
865 * @param value The value to add to this array.
886 * Removes all the values from this array.
911 /** The number of elements contained in the array. */
917 + (instancetype)array;
922 * @param value The value to be placed in the array.
930 * array.
932 * @param array Array with the contents to be put into the new array.
934 * @return A newly instanced GPBDoubleArray with the contents of array.
936 + (instancetype)arrayWithValueArray:(GPBDoubleArray *)array;
941 * @param count The capacity needed for the array.
953 * Initializes the array, copying the given values.
955 * @param values An array with the values to put inside this array.
956 * @param count The number of elements to copy into the array.
964 * Initializes the array, copying the given values.
966 * @param array An array with the values to put inside this array.
970 - (instancetype)initWithValueArray:(GPBDoubleArray *)array;
973 * Initializes the array with the given capacity.
975 * @param count The capacity needed for the array.
991 * Enumerates the values on this array with the given block.
1001 * Enumerates the values on this array with the given block.
1013 * Adds a value to this array.
1015 * @param value The value to add to this array.
1020 * Adds values to this array.
1022 * @param values The values to add to this array.
1028 * Adds the values from the given array to this array.
1030 * @param array The array containing the elements to add to this array.
1032 - (void)addValuesFromArray:(GPBDoubleArray *)array;
1037 * @param value The value to add to this array.
1058 * Removes all the values from this array.
1083 /** The number of elements contained in the array. */
1089 + (instancetype)array;
1094 * @param value The value to be placed in the array.
1102 * array.
1104 * @param array Array with the contents to be put into the new array.
1106 * @return A newly instanced GPBBoolArray with the contents of array.
1108 + (instancetype)arrayWithValueArray:(GPBBoolArray *)array;
1113 * @param count The capacity needed for the array.
1125 * Initializes the array, copying the given values.
1127 * @param values An array with the values to put inside this array.
1128 * @param count The number of elements to copy into the array.
1136 * Initializes the array, copying the given values.
1138 * @param array An array with the values to put inside this array.
1142 - (instancetype)initWithValueArray:(GPBBoolArray *)array;
1145 * Initializes the array with the given capacity.
1147 * @param count The capacity needed for the array.
1163 * Enumerates the values on this array with the given block.
1173 * Enumerates the values on this array with the given block.
1185 * Adds a value to this array.
1187 * @param value The value to add to this array.
1192 * Adds values to this array.
1194 * @param values The values to add to this array.
1200 * Adds the values from the given array to this array.
1202 * @param array The array containing the elements to add to this array.
1204 - (void)addValuesFromArray:(GPBBoolArray *)array;
1209 * @param value The value to add to this array.
1230 * Removes all the values from this array.
1255 /** The number of elements contained in the array. */
1263 + (instancetype)array;
1269 * @param func The enum validation function for the array.
1279 * @param func The enum validation function for the array.
1280 * @param value The raw value to add to this array.
1289 * given array.
1291 * @param array Array containing the values to add to the new array.
1295 + (instancetype)arrayWithValueArray:(GPBEnumArray *)array;
1301 * @param func The enum validation function for the array.
1302 * @param count The capacity needed for the array.
1310 * Initializes the array with the given enum validation function.
1312 * @param func The enum validation function for the array.
1320 * Initializes the array, copying the given values.
1322 * @param func The enum validation function for the array.
1323 * @param values An array with the values to put inside this array.
1324 * @param count The number of elements to copy into the array.
1333 * Initializes the array, copying the given values.
1335 * @param array An array with the values to put inside this array.
1339 - (instancetype)initWithValueArray:(GPBEnumArray *)array;
1342 * Initializes the array with the given capacity.
1344 * @param func The enum validation function for the array.
1345 * @param count The capacity needed for the array.
1366 * Enumerates the values on this array with the given block.
1376 * Enumerates the values on this array with the given block.
1400 * Enumerates the values on this array with the given block.
1410 * Enumerates the values on this array with the given block.
1427 * Adds a value to this array.
1429 * @param value The value to add to this array.
1434 * Adds values to this array.
1436 * @param values The values to add to this array.
1445 * @param value The value to add to this array.
1462 * Adds a raw enum value to this array.
1467 * @param value The raw enum value to add to the array.
1472 * Adds raw enum values to this array.
1477 * @param array Array containing the raw enum values to add to this array.
1479 - (void)addRawValuesFromArray:(GPBEnumArray *)array;
1482 * Adds raw enum values to this array.
1487 * @param values Array containing the raw enum values to add to this array.
1524 * Removes all the values from this array.
1569 //%/** The number of elements contained in the array. */
1575 //%+ (instancetype)array;
1580 //% * @param value The value to be placed in the array.
1588 //% * array.
1590 //% * @param array Array with the contents to be put into the new array.
1592 //% * @return A newly instanced GPB##NAME##Array with the contents of array.
1594 //%+ (instancetype)arrayWithValueArray:(GPB##NAME##Array *)array;
1599 //% * @param count The capacity needed for the array.
1611 //% * Initializes the array, copying the given values.
1613 //% * @param values An array with the values to put inside this array.
1614 //% * @param count The number of elements to copy into the array.
1622 //% * Initializes the array, copying the given values.
1624 //% * @param array An array with the values to put inside this array.
1628 //%- (instancetype)initWithValueArray:(GPB##NAME##Array *)array;
1631 //% * Initializes the array with the given capacity.
1633 //% * @param count The capacity needed for the array.
1661 //%/** The number of elements contained in the array. */
1669 //%+ (instancetype)array;
1675 //% * @param func The enum validation function for the array.
1685 //% * @param func The enum validation function for the array.
1686 //% * @param value The raw value to add to this array.
1695 //% * given array.
1697 //% * @param array Array containing the values to add to the new array.
1701 //%+ (instancetype)arrayWithValueArray:(GPB##NAME##Array *)array;
1707 //% * @param func The enum validation function for the array.
1708 //% * @param count The capacity needed for the array.
1716 //% * Initializes the array with the given enum validation function.
1718 //% * @param func The enum validation function for the array.
1726 //% * Initializes the array, copying the given values.
1728 //% * @param func The enum validation function for the array.
1729 //% * @param values An array with the values to put inside this array.
1730 //% * @param count The number of elements to copy into the array.
1739 //% * Initializes the array, copying the given values.
1741 //% * @param array An array with the values to put inside this array.
1745 //%- (instancetype)initWithValueArray:(GPB##NAME##Array *)array;
1748 //% * Initializes the array with the given capacity.
1750 //% * @param func The enum validation function for the array.
1751 //% * @param count The capacity needed for the array.
1777 //% * Enumerates the values on this array with the given block.
1787 //% * Enumerates the values on this array with the given block.
1819 //% * Enumerates the values on this array with the given block.
1829 //% * Enumerates the values on this array with the given block.
1842 //% * Adds a value to this array.
1844 //% * @param value The value to add to this array.
1849 //% * Adds values to this array.
1851 //% * @param values The values to add to this array.
1860 //% * @param value The value to add to this array.
1881 //% * Removes all the values from this array.
1900 //% * Adds the values from the given array to this array.
1902 //% * @param array The array containing the elements to add to this array.
1904 //%- (void)addValuesFromArray:(GPB##NAME##Array *)array;
1916 //% * Adds a raw enum value to this array.
1921 //% * @param value The raw enum value to add to the array.
1926 //% * Adds raw enum values to this array.
1931 //% * @param array Array containing the raw enum values to add to this array.
1933 //%- (void)addRawValuesFromArray:(GPB##NAME##Array *)array;
1936 //% * Adds raw enum values to this array.
1941 //% * @param values Array containing the raw enum values to add to this array.