Lines Matching refs:values
432 // the object is not an array, since arrays are valid field values (bytes
475 // after the last value in the array to avoid overwriting values, etc.
737 var values = jspb.Message.getRepeatedField(msg, fieldNumber);
742 for (var i = 0; i < values.length; i++) {
745 values[i] = +values[i];
749 return /** @type {!Array<number>} */ (values);
760 var values = jspb.Message.getRepeatedField(msg, fieldNumber);
765 for (var i = 0; i < values.length; i++) {
767 values[i] = !!values[i];
771 return /** @type {!Array<boolean>} */ (values);
1099 * primitives) semantics of ignoring values that are equal to the type's
1575 * null/undefined values.
1613 * of the same type and have the same field values.
1804 // Empty destination in case it has more values at the end of the array.