Home
last modified time | relevance | path

Searched defs:Weak (Results 1 – 19 of 19) sorted by relevance

/third_party/rust/crates/rustix/tests/param/
Dweak.rs46 pub(crate) struct Weak<F> { struct
52 impl<F> Weak<F> { impl
/third_party/rust/crates/rustix/tests/process/
Dweak.rs46 pub(crate) struct Weak<F> { struct
52 impl<F> Weak<F> { impl
/third_party/rust/crates/rustix/src/backend/libc/
Dweak.rs46 pub(crate) struct Weak<F> { struct
52 impl<F> Weak<F> { implementation
/third_party/typescript/tests/cases/compiler/
DweakType.ts51 type Weak = { alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/ELF/
DELFStub.h43 bool Weak; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValueHandle.h37 enum HandleBaseKind { Assert, Callback, Weak, WeakTracking }; enumerator
/third_party/python/Lib/test/
Dtest_threading_local.py15 class Weak(object): class
Dtest_descr.py2234 class Weak(object): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h82 Weak = 1U << 1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.h128 BestCost, Weak}; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFImportFile.cpp491 StringRef Weak, bool Imp) { in createWeakExternal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h213 enum class Kind { Regular, Lazy, Weak }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h73 Weak, ///< Arbitrary weak DAG edge. enumerator
DMachineScheduler.h799 NoCand, Only1, PhysReg, RegExcess, RegCritical, Stall, Cluster, Weak, enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/memory/
Dmemory_test.cc275 TEST(WeakenPtrTest, Weak) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h268 Weak, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp2154 bool Weak = in lower() local
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs21464 impl<T> Weak<T> { impl
21496 impl<T: ?Sized> Weak<T> { impl
24881 impl<T> Weak<T> { impl
24908 impl<T: ?Sized> Weak<T> { impl
25047 impl<T: ?Sized> Weak<T> { impl
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs6704 public bool Weak { property in Google.Protobuf.Reflection.FieldOptions