Searched refs:comparisonBuffer (Results 1 – 2 of 2) sorted by relevance
823 private final byte[] comparisonBuffer = new byte[4]; field in FlexBuffers.Map1004 int sizeInBuff = Utf8.encodeUtf8CodePoint(other, otherPos, comparisonBuffer); in compareCharSequence()1014 byte otherByte = comparisonBuffer[i]; in compareCharSequence()
887 val comparisonBuffer = ByteArray(4) in toString() constant889 val sizeInBuff = Utf8.encodeUtf8CodePoint(other, otherPos, comparisonBuffer) in toString()895 val otherByte: Byte = comparisonBuffer[i] in toString()