Searched refs:shortToUnsignedInt (Results 1 – 2 of 2) sorted by relevance
22 import static com.google.flatbuffers.FlexBuffers.Unsigned.shortToUnsignedInt;163 case 2: return shortToUnsignedInt(buff.getShort(end)); in readUInt()1202 static int shortToUnsignedInt(short x) { in shortToUnsignedInt() method in FlexBuffers.Unsigned
31 import static com.google.flatbuffers.FlexBuffers.Unsigned.shortToUnsignedInt;384 if (len <= shortToUnsignedInt((short)0xffff)) return WIDTH_16; in widthUInBits()