Searched refs:getVLISize (Results 1 – 2 of 2) sorted by relevance
28 return 1 + Util.getVLISize(recordCount) + indexListSize + 4; in getUnpaddedIndexSize()47 indexListSize += Util.getVLISize(unpaddedSize) in add()48 + Util.getVLISize(uncompressedSize); in add()
19 public static int getVLISize(long num) { in getVLISize() method in Util