/external/rust/crates/spin/src/ |
D | lazy.rs | 41 pub struct Lazy<T, F = fn() -> T, R = Spin> { struct 46 impl<T: fmt::Debug, F, R> fmt::Debug for Lazy<T, F, R> { argument 57 unsafe impl<T, F: Send> Sync for Lazy<T, F> where Once<T>: Sync {} implementation 60 impl<T, F, R> Lazy<T, F, R> { impl 76 impl<T, F: FnOnce() -> T, R: RelaxStrategy> Lazy<T, F, R> { implementation 99 impl<T, F: FnOnce() -> T, R: RelaxStrategy> Deref for Lazy<T, F, R> { implementation 107 impl<T: Default, R> Default for Lazy<T, fn() -> T, R> { implementation
|
D | lib.rs | 109 pub type Lazy<T, F = fn() -> T> = crate::lazy::Lazy<T, F>; typedef
|
/external/rust/crates/futures-util/src/future/ |
D | lazy.rs | 9 pub struct Lazy<F> { struct 14 impl<F> Unpin for Lazy<F> {} implementation 42 impl<F, R> FusedFuture for Lazy<F> implementation 51 impl<F, R> Future for Lazy<F> implementation
|
/external/rust/crates/once_cell/src/ |
D | lib.rs | 664 pub struct Lazy<T, F = fn() -> T> { struct 670 impl<T, F: RefUnwindSafe> RefUnwindSafe for Lazy<T, F> where OnceCell<T>: RefUnwindSafe {} implementation 672 impl<T: fmt::Debug, F> fmt::Debug for Lazy<T, F> { implementation 678 impl<T, F> Lazy<T, F> { impl 684 /// use once_cell::unsync::Lazy; 709 impl<T, F: FnOnce() -> T> Lazy<T, F> { implementation 732 impl<T, F: FnOnce() -> T> Deref for Lazy<T, F> { implementation 739 impl<T, F: FnOnce() -> T> DerefMut for Lazy<T, F> { implementation 746 impl<T: Default> Default for Lazy<T> { implementation 1107 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> { argument
|
/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/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/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | MachO.h | 213 enum class Kind { Regular, Lazy, Weak }; enumerator
|
/external/rust/crates/combine/src/parser/ |
D | combinator.rs | 1029 pub struct Lazy<P>(P); struct 1030 impl<Input, O, P, R> Parser<Input> for Lazy<P> implementation
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 184 bool Lazy, in loadModuleFromInput()
|
/external/golang-protobuf/types/descriptorpb/ |
D | descriptor.pb.go | 1852 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
|