Lines Matching full:given
40 * Creates and initializes a GPBInt32Array with the single element given.
49 * Creates and initializes a GPBInt32Array with the contents of the given
59 * Creates and initializes a GPBInt32Array with the given capacity.
73 * Initializes the array, copying the given values.
84 * Initializes the array, copying the given values.
93 * Initializes the array with the given capacity.
102 * Gets the value at the given index.
106 * @return The value at the given index.
111 * Enumerates the values on this array with the given block.
122 * Enumerates the values on this array with the given block.
150 * Adds the values from the given array to this array.
157 * Inserts a value into the given position.
165 * Replaces the value at the given index with the given value.
173 * Removes the value at the given index.
185 * Exchanges the values between the given indexes.
215 * Creates and initializes a GPBUInt32Array with the single element given.
224 * Creates and initializes a GPBUInt32Array with the contents of the given
234 * Creates and initializes a GPBUInt32Array with the given capacity.
248 * Initializes the array, copying the given values.
259 * Initializes the array, copying the given values.
268 * Initializes the array with the given capacity.
277 * Gets the value at the given index.
281 * @return The value at the given index.
286 * Enumerates the values on this array with the given block.
297 * Enumerates the values on this array with the given block.
325 * Adds the values from the given array to this array.
332 * Inserts a value into the given position.
340 * Replaces the value at the given index with the given value.
348 * Removes the value at the given index.
360 * Exchanges the values between the given indexes.
390 * Creates and initializes a GPBInt64Array with the single element given.
399 * Creates and initializes a GPBInt64Array with the contents of the given
409 * Creates and initializes a GPBInt64Array with the given capacity.
423 * Initializes the array, copying the given values.
434 * Initializes the array, copying the given values.
443 * Initializes the array with the given capacity.
452 * Gets the value at the given index.
456 * @return The value at the given index.
461 * Enumerates the values on this array with the given block.
472 * Enumerates the values on this array with the given block.
500 * Adds the values from the given array to this array.
507 * Inserts a value into the given position.
515 * Replaces the value at the given index with the given value.
523 * Removes the value at the given index.
535 * Exchanges the values between the given indexes.
565 * Creates and initializes a GPBUInt64Array with the single element given.
574 * Creates and initializes a GPBUInt64Array with the contents of the given
584 * Creates and initializes a GPBUInt64Array with the given capacity.
598 * Initializes the array, copying the given values.
609 * Initializes the array, copying the given values.
618 * Initializes the array with the given capacity.
627 * Gets the value at the given index.
631 * @return The value at the given index.
636 * Enumerates the values on this array with the given block.
647 * Enumerates the values on this array with the given block.
675 * Adds the values from the given array to this array.
682 * Inserts a value into the given position.
690 * Replaces the value at the given index with the given value.
698 * Removes the value at the given index.
710 * Exchanges the values between the given indexes.
740 * Creates and initializes a GPBFloatArray with the single element given.
749 * Creates and initializes a GPBFloatArray with the contents of the given
759 * Creates and initializes a GPBFloatArray with the given capacity.
773 * Initializes the array, copying the given values.
784 * Initializes the array, copying the given values.
793 * Initializes the array with the given capacity.
802 * Gets the value at the given index.
806 * @return The value at the given index.
811 * Enumerates the values on this array with the given block.
822 * Enumerates the values on this array with the given block.
850 * Adds the values from the given array to this array.
857 * Inserts a value into the given position.
865 * Replaces the value at the given index with the given value.
873 * Removes the value at the given index.
885 * Exchanges the values between the given indexes.
915 * Creates and initializes a GPBDoubleArray with the single element given.
924 * Creates and initializes a GPBDoubleArray with the contents of the given
934 * Creates and initializes a GPBDoubleArray with the given capacity.
948 * Initializes the array, copying the given values.
959 * Initializes the array, copying the given values.
968 * Initializes the array with the given capacity.
977 * Gets the value at the given index.
981 * @return The value at the given index.
986 * Enumerates the values on this array with the given block.
997 * Enumerates the values on this array with the given block.
1025 * Adds the values from the given array to this array.
1032 * Inserts a value into the given position.
1040 * Replaces the value at the given index with the given value.
1048 * Removes the value at the given index.
1060 * Exchanges the values between the given indexes.
1090 * Creates and initializes a GPBBoolArray with the single element given.
1099 * Creates and initializes a GPBBoolArray with the contents of the given
1109 * Creates and initializes a GPBBoolArray with the given capacity.
1123 * Initializes the array, copying the given values.
1134 * Initializes the array, copying the given values.
1143 * Initializes the array with the given capacity.
1152 * Gets the value at the given index.
1156 * @return The value at the given index.
1161 * Enumerates the values on this array with the given block.
1172 * Enumerates the values on this array with the given block.
1200 * Adds the values from the given array to this array.
1207 * Inserts a value into the given position.
1215 * Replaces the value at the given index with the given value.
1223 * Removes the value at the given index.
1235 * Exchanges the values between the given indexes.
1268 * given.
1278 * given and the single raw value given.
1290 * given array.
1299 * Creates and initializes a GPBEnumArray with the given enum validation
1311 * Initializes the array with the given enum validation function.
1321 * Initializes the array, copying the given values.
1334 * Initializes the array, copying the given values.
1343 * Initializes the array with the given capacity.
1358 * Gets the value at the given index.
1362 * @return The value at the given index.
1367 * Enumerates the values on this array with the given block.
1378 * Enumerates the values on this array with the given block.
1394 * Gets the raw enum value at the given index.
1398 * @return The raw enum value at the given index.
1403 * Enumerates the values on this array with the given block.
1414 * Enumerates the values on this array with the given block.
1448 * Inserts a value into the given position.
1456 * Replaces the value at the given index with the given value.
1498 * Inserts a raw enum value at the given index.
1509 * Replaces the raw enum value at the given index with the given value.
1522 * Removes the value at the given index.
1534 * Exchanges the values between the given indexes.
1583 //% * Creates and initializes a GPB##NAME##Array with the single element given.
1592 //% * Creates and initializes a GPB##NAME##Array with the contents of the given
1602 //% * Creates and initializes a GPB##NAME##Array with the given capacity.
1616 //% * Initializes the array, copying the given values.
1627 //% * Initializes the array, copying the given values.
1636 //% * Initializes the array with the given capacity.
1679 //% * given.
1689 //% * given and the single raw value given.
1701 //% * given array.
1710 //% * Creates and initializes a GPB##NAME##Array with the given enum validation
1722 //% * Initializes the array with the given enum validation function.
1732 //% * Initializes the array, copying the given values.
1745 //% * Initializes the array, copying the given values.
1754 //% * Initializes the array with the given capacity.
1774 //% * Gets the raw enum value at the given index.
1778 //% * @return The raw enum value at the given index.
1783 //% * Enumerates the values on this array with the given block.
1794 //% * Enumerates the values on this array with the given block.
1818 //% * Gets the value at the given index.
1822 //% * @return The value at the given index.
1827 //% * Enumerates the values on this array with the given block.
1838 //% * Enumerates the values on this array with the given block.
1868 //% * Inserts a value into the given position.
1876 //% * Replaces the value at the given index with the given value.
1884 //% * Removes the value at the given index.
1896 //% * Exchanges the values between the given indexes.
1910 //% * Adds the values from the given array to this array.
1957 //% * Inserts a raw enum value at the given index.
1968 //% * Replaces the raw enum value at the given index with the given value.