Searched refs:decompressedSize (Results 1 – 1 of 1) sorted by relevance
3502 ApexInfo.prototype.decompressedSize = $util.Long ? $util.Long.fromBits(0,0,false) : 0; method in ApexInfo3534 … if (message.decompressedSize != null && Object.hasOwnProperty.call(message, "decompressedSize"))3535 writer.uint32(/* id 4, wireType 0 =*/32).int64(message.decompressedSize);3580 message.decompressedSize = reader.int64();3626 if (message.decompressedSize != null && message.hasOwnProperty("decompressedSize"))3627 …ssage.decompressedSize) && !(message.decompressedSize && $util.isInteger(message.decompressedSize.…3657 if (object.decompressedSize != null)3659 … (message.decompressedSize = $util.Long.fromValue(object.decompressedSize)).unsigned = false;3660 else if (typeof object.decompressedSize === "string")3661 message.decompressedSize = parseInt(object.decompressedSize, 10);[all …]