Searched defs:numBlocks (Results 1 – 4 of 4) sorted by relevance
60 numBlocks: 0 property
146 numBlocks: parseInt(elements[i+1]) - parseInt(elements[i]) property
193 export function numBlocks(exts) { function
58 Extent.prototype.numBlocks = $util.Long ? $util.Long.fromBits(0,0,true) : 0; method in Extent