Searched defs:LazyValue (Results 1 – 2 of 2) sorted by relevance
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
103 struct LazyValue { struct104 LazyValue() : is_init(false) {} in LazyValue() function106 T& get() { in get()115 bool is_init = false;