Lines Matching refs:proto

64  *       ctor: proto.example.MyMessage,
65 * toObjectFn: proto.example.MyMessage.toObject,
212 * the proto before serialization. This is enabled by default to be
247 * maps from a proto field number to the field's value.
264 * The JsPb message_id of this proto.
289 * Returns the JsPb message_id of this proto.
309 * Returns the index into msg.array at which the proto field with tag number
339 * @param {!jspb.Message} msg The JsPb proto to modify.
448 * @param {!jspb.Message} msg The JsPb proto to modify.
478 // Avoid changing the shape of the proto with an empty extension object by
480 // time a field set into it (may be due to getting a repeated proto field
493 * @param {!jspb.Message} msg The JsPb proto to modify.
513 * for transitional soy proto support: http://goto/soy-param-migration
529 * Adds a proto's extension data to a Soy rendering object.
530 * @param {!jspb.Message} proto The proto whose extensions to convert.
532 * @param {!Object} extensions The proto class' registered extensions.
534 * The proto class' getExtension function. Passed for effective dead code
537 * for transitional soy proto support: http://goto/soy-param-migration
539 jspb.Message.toObjectExtension = function(proto, obj, extensions,
543 var value = getExtensionFn.call(proto, fieldInfo);
568 * Writes a proto's extension data to a binary-format output stream.
569 * @param {!jspb.Message} proto The proto whose extensions to convert.
571 * @param {!Object} extensions The proto class' registered extensions.
572 * @param {function(this:jspb.Message,!jspb.ExtensionFieldInfo) : *} getExtensionFn The proto
575 jspb.Message.serializeBinaryExtensions = function(proto, writer, extensions,
588 var value = getExtensionFn.call(proto, fieldInfo);
617 * @param {!jspb.Message} msg A jspb proto.
661 * @param {!jspb.Message} msg A jspb proto.
690 * @param {!jspb.Message} msg A jspb proto.
703 * @param {!jspb.Message} msg A jspb proto.
717 * @param {!jspb.Message} msg A jspb proto.
731 * @param {!jspb.Message} msg A jspb proto.
754 * @param {!jspb.Message} msg A jspb proto.
866 * @param {!jspb.Message} msg A jspb proto.
886 * @param {!jspb.Message} msg A jspb proto.
908 * @param {!jspb.Message} msg A jspb proto.
928 * @param {!jspb.Message} msg A jspb proto.
979 * @param {T} msg A jspb proto.
1001 * @param {T} msg A jspb proto.
1015 * @param {T} msg A jspb proto.
1029 * @param {T} msg A jspb proto.
1043 * @param {T} msg A jspb proto.
1057 * @param {T} msg A jspb proto.
1071 * @param {T} msg A jspb proto.
1086 * @param {T} msg A jspb proto.
1101 * @param {T} msg A jspb proto.
1127 * @param {T} msg A jspb proto.
1151 * @param {T} msg A jspb proto.
1178 * https://developers.google.com/protocol-buffers/docs/proto#oneof), "if the
1185 * @param {!jspb.Message} msg A jspb proto.
1217 * Gets and wraps a proto field on access.
1218 * @param {!jspb.Message} msg A jspb proto.
1222 * @return {jspb.Message} The field as a jspb proto.
1242 * Gets and wraps a repeated proto field on access.
1243 * @param {!jspb.Message} msg A jspb proto.
1260 * Wraps underlying array into proto message representation if it wasn't done
1262 * @param {!jspb.Message} msg A jspb proto.
1282 * Sets a proto field and syncs it to the backing array.
1283 * @param {T} msg A jspb proto.
1285 * @param {?jspb.Message|?jspb.Map|undefined} value A new value for this proto
1305 * Sets a proto field in a oneof union and syncs it to the backing array.
1306 * @param {T} msg A jspb proto.
1309 * @param {jspb.Message|undefined} value A new value for this proto field.
1327 * Sets a repeated proto field and syncs it to the backing array.
1328 * @param {T} msg A jspb proto.
1351 * Add a message to a repeated proto field.
1352 * @param {!jspb.Message} msg A jspb proto.
1359 * @return {T_CHILD_NOT_UNDEFINED} proto that was inserted to the repeated field
1405 * for transitional soy proto support: http://goto/soy-param-migration
1406 * @return {!Object<string, Object>} A map of proto or Soy objects.
1454 * Returns the internal array of this proto.
1455 * <p>Note: If you use this array to construct a second proto, the content
1457 * @return {!Array} The proto represented as an array.
1469 * Creates a string representation of the internal data array of this proto.
1471 * @return {string} A string representation of this proto.
1579 * @return {!jspb.Message} The difference returned as a proto message.
1582 * send such a proto to the server. You can access the raw difference