Searched refs:ApexInfo (Results 1 – 1 of 1) sorted by relevance
3445 chromeos_update_engine.ApexInfo = (function() { class in chromeos_update_engine3465 function ApexInfo(properties) { class in chromeos_update_engine.ApexInfo3478 ApexInfo.prototype.packageName = ""; class3486 ApexInfo.prototype.version = $util.Long ? $util.Long.fromBits(0,0,false) : 0;3494 ApexInfo.prototype.isCompressed = false;3502 ApexInfo.prototype.decompressedSize = $util.Long ? $util.Long.fromBits(0,0,false) : 0;3512 ApexInfo.create = function create(properties) {3513 return new ApexInfo(properties);3525 ApexInfo.encode = function encode(message, writer) {3548 ApexInfo.encodeDelimited = function encodeDelimited(message, writer) {[all …]