Searched defs:extensionObject_ (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/js/
H A Dmessage.js208 jspb.Message.prototype.extensionObject_;
323 msg.extensionObject_[fieldNumber] =
324 msg.extensionObject_[fieldNumber] ||
376 msg.extensionObject_ = obj;
381 // extensionObject_ regardless of proto field number. Changing this would
393 msg.extensionObject_ = msg.array[pivotIndex] = {};
397 msg.extensionObject_ = null;
406 * Creates an empty extensionObject_ if non exists.
413 msg.extensionObject_ = msg.array[pivotIndex] = {};
586 var val = msg.extensionObject_[fieldNumbe
[all...]

Completed in 4680 milliseconds