Searched defs:fromBytes (Results 1 – 1 of 1) sorted by relevance
201 short fromBytes = getShortFromBytes(bb, o + i * 2); in testShortGet() local305 char fromBytes = getCharFromBytes(bb, o + i * 2); in testCharGet() local314 char fromBytes = getCharFromBytes(bb, o + i * 2); in testCharGet() local402 int fromBytes = getIntFromBytes(bb, o + i * 4); in testIntGet() local509 long fromBytes = getLongFromBytes(bb, o + i * 8); in testLongGet() local622 float fromBytes = getFloatFromBytes(bb, o + i * 4); in testFloatGet() local720 double fromBytes = getDoubleFromBytes(bb, o + i * 8); in testDoubleGet() local