Searched refs:Extent (Results 1 – 1 of 1) sorted by relevance
19 chromeos_update_engine.Extent = (function() { class in chromeos_update_engine37 function Extent(properties) { class in chromeos_update_engine.Extent50 Extent.prototype.startBlock = $util.Long ? $util.Long.fromBits(0,0,true) : 0; class58 Extent.prototype.numBlocks = $util.Long ? $util.Long.fromBits(0,0,true) : 0;68 Extent.create = function create(properties) {69 return new Extent(properties);81 Extent.encode = function encode(message, writer) {100 Extent.encodeDelimited = function encodeDelimited(message, writer) {115 Extent.decode = function decode(reader, length) {118 … undefined ? reader.len : reader.pos + length, message = new $root.chromeos_update_engine.Extent();[all …]