Searched defs:LazyValue (Results 1 – 5 of 5) sorted by relevance
94 struct LazyValue { struct95 LazyValue() : is_init(false) {} in LazyValue() function97 T& get() { in get()106 bool is_init = false;
120 private static final class LazyValue<T> { class in PartitionFn125 private LazyValue(Builder<T> builder) { in LazyValue() method in PartitionFn.LazyValue
119 struct LazyValue { struct120 LazyValue() : is_init(false) {} in LazyValue() argument122 T& get() { in get()132 bool is_init = false;
119 struct LazyValue { struct120 LazyValue() : is_init(false) {} in LazyValue() function122 T& get() { in get()132 bool is_init = false;
919 static final class LazyValue<T> { class929 LazyValue(BinaryStreamMarshaller<T> marshaller, T value) { in LazyValue() method in LazyValue