Searched refs:cborDecodeInt (Results 1 – 2 of 2) sorted by relevance
251 assertEquals(42, Util.cborDecodeInt(Util.cborEncodeInt(42))); in cborEncodeDecode()252 assertEquals(123456, Util.cborDecodeInt(Util.cborEncodeInt(123456))); in cborEncodeDecode()
778 static long cborDecodeInt(@NonNull byte[] data) { in cborDecodeInt() method in Util795 return Util.cborDecodeInt(data.getEntry(namespaceName, name)); in getIntegerEntry()