Lines Matching defs:values
162 * Returns a Map from the given array of key-value pairs when the values are of
163 * message type. The values in the array must match the format returned by their
309 * Returns an iterator-iterable over values in the map.
312 jspb.Map.prototype.values = function() {
313 var values = [];
318 values.push(this.wrapEntry_(entry));
320 return new jspb.Map.ArrayIteratorIterable_(values);
469 * The default value for the type of map values. Accepting map entries with
470 * unset values is required for maps to be backwards compatible with the
549 // Only used for submessage values.