Lines Matching refs:toArray
1297 var data = value ? value.toArray() : value;
1320 var data = value ? value.toArray() : value;
1343 data[i] = value[i].toArray();
1383 array.splice(index, 0, insertedValue.toArray());
1386 array.push(insertedValue.toArray());
1439 val[i].toArray();
1445 val.toArray();
1459 jspb.Message.prototype.toArray = function() {
1547 return msg.toArray();
1556 value ? /** @type {!jspb.Message} */ (value).toArray() : value;
1583 * array with result.toArray().
1590 var arr1 = m1.toArray();
1591 var arr2 = m2.toArray();
1617 jspb.Message.compareFields(m1.toArray(), m2.toArray()));
1779 return new msg.constructor(jspb.Message.clone_(msg.toArray()));
1801 var to = toMessage.toArray();
1802 var from = copyOfFrom.toArray();