Lines Matching refs:from
16 // contributors may be used to endorse or promote products derived from
193 * from the compiled JS.
201 * local (e.g. not from another iframe) and thus safely classified with
237 * on demand from the raw array data. Includes message fields, repeated message
247 * maps from a proto field number to the field's value.
481 // from it, in which case a new empty array is set into it at first).
615 * Reads an extension field from the given reader and, if a valid extension,
941 * This should only be called from generated code, because it requires knowledge
1482 * Gets the value of the extension field from the extended object.
1568 * The result will contain the top-level fields of m2 that differ from those of
1802 var from = copyOfFrom.toArray();
1806 // and then copy everything from the new to the existing message.
1807 for (var i = 0; i < from.length; i++) {
1808 to[i] = from[i];
1880 * to goog.require MessageSet from classes that extends MessageSet.