Searched defs:Lazy (Results 1 – 7 of 7) sorted by relevance
14 type Lazy<T> = T | (() => T); alias
28 enum class UpdateStrategy : unsigned char { Eager = 0, Lazy = 1 }; enumerator
50 bool Lazy) { in addUnitsForDWOSection()64 bool Lazy, DWARFSectionKind SectionKind) { in addUnitsImpl()
917 void DWARFContext::parseDWOUnits(bool Lazy) { in parseDWOUnits()
213 enum class Kind { Regular, Lazy, Weak }; enumerator
184 bool Lazy, in loadModuleFromInput()
6647 public bool Lazy { property in Google.Protobuf.Reflection.FieldOptions