Searched refs:hasEnoughSpace (Results 1 – 1 of 1) sorted by relevance
913 private boolean hasEnoughSpace(final int index, final int numBytes) { in hasEnoughSpace() method in StatsEvent.Buffer946 if (hasEnoughSpace(index, Byte.BYTES)) { in putByte()972 if (hasEnoughSpace(index, Integer.BYTES)) { in putInt()991 if (hasEnoughSpace(index, Long.BYTES)) { in putLong()1026 if (hasEnoughSpace(index, numBytes)) { in putByteArray()