/third_party/rust/crates/lazy-static.rs/src/ |
D | inline_lazy.rs | 19 pub struct Lazy<T: Sync>(Cell<Option<T>>, Once); struct 21 impl<T: Sync> Lazy<T> { impl 49 unsafe impl<T: Sync> Sync for Lazy<T> {} implementation
|
D | core_lazy.rs | 12 pub struct Lazy<T: Sync>(Once<T>); struct 14 impl<T: Sync> Lazy<T> { impl
|
/third_party/rust/crates/once_cell/src/ |
D | lib.rs | 684 pub struct Lazy<T, F = fn() -> T> { struct 689 impl<T, F: RefUnwindSafe> RefUnwindSafe for Lazy<T, F> where OnceCell<T>: RefUnwindSafe {} implementation 691 impl<T: fmt::Debug, F> fmt::Debug for Lazy<T, F> { implementation 697 impl<T, F> Lazy<T, F> { implementation 703 /// use once_cell::unsync::Lazy; 728 impl<T, F: FnOnce() -> T> Lazy<T, F> { implementation 804 impl<T, F: FnOnce() -> T> Deref for Lazy<T, F> { implementation 811 impl<T, F: FnOnce() -> T> DerefMut for Lazy<T, F> { implementation 818 impl<T: Default> Default for Lazy<T> { implementation 1220 pub struct Lazy<T, F = fn() -> T> { struct [all …]
|
/third_party/typescript/tests/cases/conformance/types/typeAliases/ |
D | genericTypeAliases.ts | 14 type Lazy<T> = T | (() => T); alias
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DomTreeUpdater.h | 28 enum class UpdateStrategy : unsigned char { Eager = 0, Lazy = 1 }; enumerator
|
/third_party/node/deps/v8/src/codegen/ |
D | source-position-table.h | 63 inline bool Lazy() const { return mode_ == LAZY_SOURCE_POSITIONS; } in Lazy() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 50 bool Lazy) { in addUnitsForDWOSection() 64 bool Lazy, DWARFSectionKind SectionKind) { in addUnitsImpl()
|
D | DWARFContext.cpp | 917 void DWARFContext::parseDWOUnits(bool Lazy) { in parseDWOUnits()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | MachO.h | 213 enum class Kind { Regular, Lazy, Weak }; enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 184 bool Lazy, in loadModuleFromInput()
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 6647 public bool Lazy { property in Google.Protobuf.Reflection.FieldOptions
|