Searched refs:intToUnsignedLong (Results 1 – 2 of 2) sorted by relevance
21 import static com.google.flatbuffers.FlexBuffers.Unsigned.intToUnsignedLong;164 case 4: return intToUnsignedLong(buff.getInt(end)); in readUInt()1206 static long intToUnsignedLong(int x) { in intToUnsignedLong() method in FlexBuffers.Unsigned
30 import static com.google.flatbuffers.FlexBuffers.Unsigned.intToUnsignedLong;385 if (len <= intToUnsignedLong(0xffff_ffff)) return WIDTH_32; in widthUInBits()