Home
last modified time | relevance | path

Searched refs:Drop (Results 1 - 25 of 123) sorted by relevance

12345

/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h941 F(Drop) \
2739 Drop(ref_object); in DECODE()
2755 Drop(ref_object); in DECODE()
2790 // If we stay in the branch, {ref_object} is null. Drop it from the stack. in DECODE()
2791 Drop(result); in DECODE()
2817 Drop(new_locals_count); // Drop {let_local_values}. in DECODE()
2818 DropArgs(imm.sig); // Drop {args}. in DECODE()
2846 Drop(cond); in DECODE()
2847 DropArgs(imm.sig); // Drop {arg in DECODE()
5236 V8_INLINE void Drop(int count = 1) { Drop() function in v8::internal::wasm::WasmFullDecoder
5248 V8_INLINE void Drop(const Value& /* unused */) { Drop(1); } Drop() function in v8::internal::wasm::WasmFullDecoder
[all...]
/third_party/rust/crates/once_cell/xtask/src/
H A Dmain.rs100 fn section(name: &'static str) -> impl Drop { in section()
110 fn defer<F: FnOnce()>(f: F) -> impl Drop { in defer()
112 impl<F: FnOnce()> Drop for D<F> { in defer()
/third_party/typescript/tests/baselines/reference/
H A DramdaToolsNoInfinite.js38 type Drop<N extends number, T extends any[], I extends any[] = []> = {
39 0: Drop<N, Tail<T>, Prepend<any, I>>;
97 1: Tools.Concat<TN, Tools.Drop<Tools.Pos<I>, T2> extends infer D ? Tools.Cast<D, any[]> : never>;
/third_party/rust/crates/io-lifetimes/src/
H A Dtypes.rs717 impl Drop for OwnedFd {
735 impl Drop for OwnedHandle {
753 impl Drop for HandleOrInvalid {
771 impl Drop for HandleOrNull {
789 impl Drop for OwnedSocket {
H A Dviews.rs49 /// consume it in our `Drop` impl.
67 /// consume it in our `Drop` impl.
158 impl<Target: FilelikeViewType> Drop for FilelikeView<'_, Target> {
175 impl<Target: SocketlikeViewType> Drop for SocketlikeView<'_, Target> {
/third_party/rust/crates/cxx/tests/ui/
H A Ddrop_shared.rs8 impl Drop for ffi::Shared {
/third_party/rust/crates/cxx/src/
H A Dunwind.rs34 impl Drop for Guard {
H A Drust_string.rs40 impl Drop for RustString {
/third_party/rust/crates/minimal-lexical/src/
H A Dfpu.rs85 impl Drop for FPUControlWord {
/third_party/rust/crates/syn/tests/repo/
H A Dprogress.rs33 impl<R> Drop for Progress<R> {
/third_party/vixl/examples/aarch64/
H A Dswap-int32.cc51 __ Drop(8); in GenerateSwapInt32()
H A Dswap4.cc45 __ Drop(16); in GenerateSwap4()
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dctxt.rs62 impl Drop for Ctxt {
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dctxt.rs62 impl Drop for Ctxt {
/third_party/rust/crates/syn/src/
H A Ddrops.rs46 impl Drop for NeedsDrop { in test_needs_drop()
/third_party/rust/crates/foreign-types/foreign-types/src/
H A Dlib.rs43 //! impl Drop for Foo {
238 impl Drop for $owned { impls
/third_party/rust/crates/env_logger/tests/
H A Dlog_tls_dtors.rs12 impl Drop for DropMe {
/third_party/rust/crates/nix/src/sys/
H A Dtimer.rs178 impl Drop for Timer {
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbio.rs12 impl<'a> Drop for MemBioSlice<'a> {
42 impl Drop for MemBio {
/third_party/rust/crates/static-assertions-rs/tests/
H A Deq_size.rs47 impl<'a> Drop for DropCounter<'a> {
59 impl<T> Drop for PanicDrop<T> {
/third_party/rust/crates/libloading/src/os/windows/
H A Dmod.rs165 drop(wide_filename); // Drop wide_filename here to ensure it doesn’t get moved and dropped in open_already_loaded()
204 drop(wide_filename); // Drop wide_filename here to ensure it doesn’t get moved and dropped in load_with_flags()
297 impl Drop for Library {
401 impl Drop for ErrorModeGuard {
/third_party/rust/crates/bindgen/bindgen-integration/src/
H A Dlib.rs206 impl Drop for bindings::AutoRestoreBool {
224 impl Drop for bindings::InheritsFromVirtualDestructor {
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermRebuild.cpp54 : mAction(node ? Action::ReplaceSingle : Action::Drop), in BaseResult()
60 : mAction(Action::Drop), mVisit(VisitBits::Neither), mSingle(nullptr) in BaseResult()
96 return mAction == Action::Drop; in isDrop()
284 case Action::Drop: in traverseAggregateBaseChildren()
/third_party/rust/crates/once_cell/tests/
H A Dit.rs40 impl Drop for Dropper { in once_cell_drop()
309 impl Drop for Dropper { in once_cell_drop()
461 impl Drop for Guard { in reentrant_init()
854 impl<T> Drop for Pebble<T> {
/third_party/rust/crates/cxx/gen/build/src/
H A Dcfg.rs473 impl<'a> Drop for Cfg<'a> {

Completed in 17 milliseconds

12345