Searched defs:readUnsignedLeb128 (Results 1 – 4 of 4) sorted by relevance
31 DEX_INLINE int readUnsignedLeb128(const u1** pStream) { in readUnsignedLeb128() function
82 public static int readUnsignedLeb128(ByteInput in) { in readUnsignedLeb128() method in Leb128
487 int readUnsignedLeb128() throws IOException { in readUnsignedLeb128() method in DexData
636 public static int readUnsignedLeb128(InputStream bs) throws IOException { in readUnsignedLeb128() method in DebugInfoDecoder