Searched defs:writeSleb128 (Results 1 – 2 of 2) sorted by relevance
141 public static void writeSleb128(OutputStream out, int value) throws IOException { in writeSleb128() method in DexDataWriter157 public void writeSleb128(int value) throws IOException { in writeSleb128() method in DexDataWriter
79 void writeSleb128(raw_ostream &os, int64_t number, const Twine &msg) { in writeSleb128() function