| /third_party/rust/crates/lazy-static.rs/src/ |
| H A D | inline_lazy.rs | 19 pub struct Lazy<T: Sync>(Cell<Option<T>>, Once); structure names 21 impl<T: Sync> Lazy<T> { impls
|
| H A D | core_lazy.rs | 12 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 D | lib.rs | 684 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 D | source-position-table.h | 63 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 D | DomTreeUpdater.h | 28 enum class UpdateStrategy : unsigned char { Eager = 0, Lazy = 1 }; member in llvm::DomTreeUpdater::UpdateStrategy [all...] |
| /third_party/python/Tools/scripts/ |
| H A D | umarshal.py | 148 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 D | DWARFUnit.cpp | 47 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 D | DWARFContext.cpp | 917 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 D | MachO.h | 213 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 D | ThinLTOCodeGenerator.cpp | 182 loadModuleFromInput(lto::InputFile *Input, LLVMContext &Context, bool Lazy, bool IsImporting) loadModuleFromInput() argument
|
| /third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| H A D | Descriptor.cs | 6647 public bool Lazy { property in Google.Protobuf.Reflection.FieldOptions [all...] |