/external/rust/crates/spin/src/ |
D | lazy.rs | 41 pub struct Lazy<T, F = fn() -> T> { struct 46 impl<T: fmt::Debug, F> fmt::Debug for Lazy<T, F> { argument 57 unsafe impl<T, F: Send> Sync for Lazy<T, F> where Once<T>: Sync {} implementation 60 impl<T, F> Lazy<T, F> { impl 68 impl<T, F: FnOnce() -> T> Lazy<T, F> { implementation 91 impl<T, F: FnOnce() -> T> Deref for Lazy<T, F> { implementation 98 impl<T: Default> Default for Lazy<T> { implementation
|
/external/rust/crates/futures-util/src/future/ |
D | lazy.rs | 9 pub struct Lazy<F> { struct 14 impl<F> Unpin for Lazy<F> {} argument 41 impl<F, R> FusedFuture for Lazy<F> implementation 47 impl<F, R> Future for Lazy<F> implementation
|
/external/rust/crates/once_cell/src/ |
D | lib.rs | 570 pub struct Lazy<T, F = fn() -> T> { struct 576 impl<T, F: RefUnwindSafe> RefUnwindSafe for Lazy<T, F> where OnceCell<T>: RefUnwindSafe {} implementation 578 impl<T: fmt::Debug, F> fmt::Debug for Lazy<T, F> { implementation 584 impl<T, F> Lazy<T, F> { implementation 590 /// use once_cell::unsync::Lazy; 615 impl<T, F: FnOnce() -> T> Lazy<T, F> { implementation 638 impl<T, F: FnOnce() -> T> Deref for Lazy<T, F> { implementation 645 impl<T, F: FnOnce() -> T> DerefMut for Lazy<T, F> { implementation 652 impl<T: Default> Default for Lazy<T> { implementation 966 pub struct Lazy<T, F = fn() -> T> { struct [all …]
|
/external/rust/crates/lazy_static/src/ |
D | inline_lazy.rs | 19 pub struct Lazy<T: Sync>(Cell<Option<T>>, Once); struct 21 impl<T: Sync> Lazy<T> { implementation 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
|
/external/rust/crates/protobuf/src/ |
D | lazy.rs | 15 pub struct Lazy<T> { struct 22 impl<T> Lazy<T> { implementation
|
/external/llvm-project/llvm/tools/llvm-c-test/ |
D | module.c | 27 LLVMModuleRef llvm_load_module(bool Lazy, bool New) { in llvm_load_module() 64 int llvm_module_dump(bool Lazy, bool New) { in llvm_module_dump()
|
/external/llvm/tools/llvm-c-test/ |
D | module.c | 28 LLVMModuleRef llvm_load_module(bool Lazy, bool New) { in llvm_load_module() 65 int llvm_module_dump(bool Lazy, bool New) { in llvm_module_dump()
|
/external/dagger2/java/dagger/ |
D | Lazy.java | 145 public interface Lazy<T> { interface
|
/external/llvm/lib/LTO/ |
D | LTO.cpp | 24 LLVMContext &Context, bool Lazy) { in loadModuleFromBuffer()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DomTreeUpdater.h | 28 enum class UpdateStrategy : unsigned char { Eager = 0, Lazy = 1 }; enumerator
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | DomTreeUpdater.h | 30 enum class UpdateStrategy : unsigned char { Eager = 0, Lazy = 1 }; enumerator
|
/external/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()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 49 bool Lazy) { in addUnitsForDWOSection() 63 bool Lazy, DWARFSectionKind SectionKind) { in addUnitsImpl()
|
D | DWARFContext.cpp | 975 void DWARFContext::parseDWOUnits(bool Lazy) { in parseDWOUnits()
|
/external/llvm/include/llvm/Object/ |
D | MachO.h | 146 enum class Kind { Regular, Lazy, Weak }; enumerator
|
/external/llvm/tools/obj2yaml/ |
D | macho2yaml.cpp | 267 ArrayRef<uint8_t> OpcodeBuffer, bool Lazy) { in dumpBindOpcodes()
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | macho2yaml.cpp | 395 ArrayRef<uint8_t> OpcodeBuffer, bool Lazy) { in dumpBindOpcodes()
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | MachO.h | 213 enum class Kind { Regular, Lazy, Weak }; enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | MachO.h | 213 enum class Kind { Regular, Lazy, Weak }; enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 184 bool Lazy, in loadModuleFromInput()
|
/external/llvm-project/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 189 bool Lazy, in loadModuleFromInput()
|
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 1769 Lazy *bool `protobuf:"varint,5,opt,name=lazy,def=0" json:"lazy,omitempty"` member
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 5475 public bool Lazy { property in Google.Protobuf.Reflection.FieldOptions
|