Searched defs:writeUleb128 (Results 1 – 2 of 2) sorted by relevance
129 public static void writeUleb128(OutputStream out, int value) throws IOException { in writeUleb128() method in DexDataWriter137 public void writeUleb128(int value) throws IOException { in writeUleb128() method in DexDataWriter
74 void writeUleb128(raw_ostream &os, uint64_t number, const Twine &msg) { in writeUleb128() function