Home
last modified time | relevance | path

Searched defs:Lazy (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/typeAliases/
DgenericTypeAliases.ts14 type Lazy<T> = T | (() => T); alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDomTreeUpdater.h28 enum class UpdateStrategy : unsigned char { Eager = 0, Lazy = 1 }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp50 bool Lazy) { in addUnitsForDWOSection()
64 bool Lazy, DWARFSectionKind SectionKind) { in addUnitsImpl()
DDWARFContext.cpp917 void DWARFContext::parseDWOUnits(bool Lazy) { in parseDWOUnits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h213 enum class Kind { Regular, Lazy, Weak }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp184 bool Lazy, in loadModuleFromInput()
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs6647 public bool Lazy { property in Google.Protobuf.Reflection.FieldOptions