Home
last modified time | relevance | path

Searched defs:NotInt (Results 1 – 2 of 2) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/code/
DNotInt.java9 public class NotInt extends Format12x { class
15 NotInt(int high, BytecodeStream stream) { in NotInt() method in NotInt
19 public NotInt(int dest, int source) { in NotInt() method in NotInt
/external/clang/test/SemaCXX/
Dexplicit.cpp193 struct NotInt { in testNew() struct