Home
last modified time | relevance | path

Searched defs:LazyValue (Results 1 – 3 of 3) sorted by relevance

/external/libcxxabi/src/
Dcxa_guard_impl.h94 struct LazyValue { struct
95 LazyValue() : is_init(false) {} in LazyValue() argument
97 T& get() { in get()
106 bool is_init = false;
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
DLazyValue.java50 public class LazyValue<T extends Value> implements Value { class
59 public LazyValue(SmaliMethod method, Project project, int registerNumber, String type) { in LazyValue() method in LazyValue
/external/cronet/buildtools/third_party/libc++abi/trunk/src/
Dcxa_guard_impl.h116 struct LazyValue { struct
117 LazyValue() : is_init(false) {} in LazyValue() function
119 T& get() { in get()
129 bool is_init = false;