Home
last modified time | relevance | path

Searched refs:Extent (Results 1 – 1 of 1) sorted by relevance

/development/tools/ota_analysis/src/services/
Dupdate_metadata_pb.js19 chromeos_update_engine.Extent = (function() { class in chromeos_update_engine
37 function Extent(properties) { class in chromeos_update_engine.Extent
50 Extent.prototype.startBlock = $util.Long ? $util.Long.fromBits(0,0,true) : 0; class
58 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 …]