Searched defs:LazyValue (Results 1 – 3 of 3) sorted by relevance
94 struct LazyValue { struct95 LazyValue() : is_init(false) {} in LazyValue() argument97 T& get() { in get()106 bool is_init = false;
50 public class LazyValue<T extends Value> implements Value { class59 public LazyValue(SmaliMethod method, Project project, int registerNumber, String type) { in LazyValue() method in LazyValue
116 struct LazyValue { struct117 LazyValue() : is_init(false) {} in LazyValue() function119 T& get() { in get()129 bool is_init = false;