Home
last modified time | relevance | path

Searched defs:Lazy (Results 1 - 11 of 11) sorted by relevance

/third_party/rust/crates/lazy-static.rs/src/
H A Dinline_lazy.rs19 pub struct Lazy<T: Sync>(Cell<Option<T>>, Once); structure names
21 impl<T: Sync> Lazy<T> { impls
H A Dcore_lazy.rs12 pub struct Lazy<T: Sync>(Once<T>); structure names
14 impl<T: Sync> Lazy<T> { impls
/third_party/rust/crates/once_cell/src/
H A Dlib.rs684 pub struct Lazy<T, F = fn() -> T> { global() structure names
697 impl<T, F> Lazy<T, F> { global() impls
1220 pub struct Lazy<T, F = fn() -> T> { global() structure names
1240 impl<T, F> Lazy<T, F> { global() impls
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dsource-position-table.h63 inline bool Lazy() const { return mode_ == LAZY_SOURCE_POSITIONS; } in Lazy() function in v8::internal::SourcePositionTableBuilder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DDomTreeUpdater.h28 enum class UpdateStrategy : unsigned char { Eager = 0, Lazy = 1 }; member in llvm::DomTreeUpdater::UpdateStrategy
[all...]
/third_party/python/Tools/scripts/
H A Dumarshal.py148 import struct # Lazy import to avoid breaking UNIX build namespace
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp47 addUnitsForDWOSection(DWARFContext &C, const DWARFSection &DWOSection, DWARFSectionKind SectionKind, bool Lazy) addUnitsForDWOSection() argument
59 addUnitsImpl( DWARFContext &Context, const DWARFObject &Obj, const DWARFSection &Section, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, bool Lazy, DWARFSectionKind SectionKind) addUnitsImpl() argument
H A DDWARFContext.cpp917 void DWARFContext::parseDWOUnits(bool Lazy) { in parseDWOUnits() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DMachO.h213 enum class Kind { Regular, Lazy, Weak }; member in llvm::object::MachOBindEntry::Kind
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp182 loadModuleFromInput(lto::InputFile *Input, LLVMContext &Context, bool Lazy, bool IsImporting) loadModuleFromInput() argument
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs6647 public bool Lazy { property in Google.Protobuf.Reflection.FieldOptions
[all...]

Completed in 22 milliseconds