Home
last modified time | relevance | path

Searched defs:Drop (Results 1 – 25 of 53) sorted by relevance

123

/external/rust/crates/pin-project/tests/ui/pin_project/
Doverride-priv-mod.rs11 pub trait Drop {} trait
/external/rust/crates/grpcio-sys/grpc/src/core/lib/load_balancing/
Dlb_policy.h228 struct Drop { struct
229 absl::Status status;
231 explicit Drop(absl::Status s) : status(s) {} in Drop() argument
/external/grpc-grpc/src/core/load_balancing/
Dlb_policy.h241 struct Drop { struct
242 absl::Status status;
244 explicit Drop(absl::Status s) : status(s) {} in Drop() function
/external/rust/crates/foreign-types/src/
Dlib.rs238 impl Drop for $owned { impl
/external/perfetto/src/base/threading/
Dspawn_unittest.cc54 void Drop(base::SpawnHandle) {} in Drop() function in perfetto::base::__anon91d0a1ff0111::SpawnUnittest
55 void Drop(base::Stream<int>) {} in Drop() function in perfetto::base::__anon91d0a1ff0111::SpawnUnittest
/external/rust/crates/grpcio-sys/grpc/src/core/lib/promise/
Dactivity.h77 void Drop(WakeupMask) override {} in Drop() function
136 void Drop() { wakeable->Drop(wakeup_mask); } in Drop() function
526 void Drop(WakeupMask) final { this->WakeupComplete(); } in Drop() function
Dparty.cc134 void Drop(WakeupMask) override { Unref(); } in Drop() function in grpc_core::Party::Handle
297 void Party::Drop(WakeupMask) { Unref(); } in Drop() function in grpc_core::Party
Dactivity.cc91 void Drop(WakeupMask) override { Unref(); } in Drop() function in grpc_core::promise_detail::FreestandingActivity::Handle
/external/grpc-grpc/src/core/lib/promise/
Dactivity.h77 void Drop(WakeupMask) override {} in Drop() function
136 void Drop() { wakeable->Drop(wakeup_mask); } in Drop() function
534 void Drop(WakeupMask) final { this->WakeupComplete(); } in Drop() function
Dparty.cc144 void Drop(WakeupMask) override { Unref(); } in Drop() function in grpc_core::Party::Handle
339 void Party::Drop(WakeupMask) { Unref(); } in Drop() function in grpc_core::Party
Dactivity.cc105 void Drop(WakeupMask) override { Unref(); } in Drop() function in grpc_core::promise_detail::FreestandingActivity::Handle
/external/vixl/examples/aarch64/
Dswap4.cc45 __ Drop(16); in GenerateSwap4() local
Dswap-int32.cc51 __ Drop(8); in GenerateSwapInt32() local
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_trace_events_test.cc75 TEST(ConvertXPlaneToTraceEvents, Drop) { in TEST() argument
/external/rust/crates/openssl/src/
Dmacros.rs196 impl<T> Drop for $owned<T> { impl
/external/python/bumble/rust/src/
Dmain.rs155 Drop { enumerator
/external/angle/src/compiler/translator/
DIntermRebuild.h54 Drop, enumerator
/external/vixl/benchmarks/aarch64/
Dbench-utils.cc245 __ Drop(Operand(32)); in GenerateOperandSequence() local
246 __ Drop(Operand(claim)); in GenerateOperandSequence() local
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/
Dlazy_prelude.hpp619 struct Drop { struct
623 struct result<This(Dummy,L)>
630 operator()( size_t n, const L& ll ) const { in operator ()()
779 typedef boost::phoenix::function<impl::Drop> Drop; typedef
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.cpp91 unsigned Drop = MRI.createVirtualRegister(PtrRC); in writeSPToMemory() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Demangle/
DMicrosoftDemangle.h125 enum class QualifierMangleMode { Drop, Mangle, Result }; enumerator
/external/tensorflow/tensorflow/core/common_runtime/
Dscoped_allocator_mgr.cc87 void ScopedAllocatorContainer::Drop(int32_t scope_id, ScopedAllocator* sa) { in Drop() function in tensorflow::ScopedAllocatorContainer
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangle.h127 enum class QualifierMangleMode { Drop, Mangle, Result }; enumerator
/external/rust/crates/jni/src/wrapper/objects/
Dauto_elements_critical.rs130 impl<'local, 'other_local, 'array, 'env, T: TypeArray> Drop impl
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExplicitLocals.cpp288 MachineInstr *Drop = in runOnMachineFunction() local

123