Searched refs:hasEnoughSpace (Results 1 – 1 of 1) sorted by relevance
726 private boolean hasEnoughSpace(final int index, final int numBytes) { in hasEnoughSpace() method in StatsEvent.Buffer742 if (hasEnoughSpace(index, Byte.BYTES)) {768 if (hasEnoughSpace(index, Integer.BYTES)) {787 if (hasEnoughSpace(index, Long.BYTES)) { in putLong()822 if (hasEnoughSpace(index, numBytes)) { in putByteArray()