/third_party/node/deps/v8/src/wasm/ |
H A D | function-body-decoder-impl.h | 941 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 D | main.rs | 100 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 D | ramdaToolsNoInfinite.js | 38 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 D | types.rs | 717 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 D | views.rs | 49 /// 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 D | drop_shared.rs | 8 impl Drop for ffi::Shared {
|
/third_party/rust/crates/cxx/src/ |
H A D | unwind.rs | 34 impl Drop for Guard {
|
H A D | rust_string.rs | 40 impl Drop for RustString {
|
/third_party/rust/crates/minimal-lexical/src/ |
H A D | fpu.rs | 85 impl Drop for FPUControlWord {
|
/third_party/rust/crates/syn/tests/repo/ |
H A D | progress.rs | 33 impl<R> Drop for Progress<R> {
|
/third_party/vixl/examples/aarch64/ |
H A D | swap-int32.cc | 51 __ Drop(8); in GenerateSwapInt32()
|
H A D | swap4.cc | 45 __ Drop(16); in GenerateSwap4()
|
/third_party/rust/crates/serde/serde_derive_internals/src/ |
H A D | ctxt.rs | 62 impl Drop for Ctxt {
|
/third_party/rust/crates/serde/serde_derive/src/internals/ |
H A D | ctxt.rs | 62 impl Drop for Ctxt {
|
/third_party/rust/crates/syn/src/ |
H A D | drops.rs | 46 impl Drop for NeedsDrop { in test_needs_drop()
|
/third_party/rust/crates/foreign-types/foreign-types/src/ |
H A D | lib.rs | 43 //! impl Drop for Foo { 238 impl Drop for $owned { impls
|
/third_party/rust/crates/env_logger/tests/ |
H A D | log_tls_dtors.rs | 12 impl Drop for DropMe {
|
/third_party/rust/crates/nix/src/sys/ |
H A D | timer.rs | 178 impl Drop for Timer {
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | bio.rs | 12 impl<'a> Drop for MemBioSlice<'a> { 42 impl Drop for MemBio {
|
/third_party/rust/crates/static-assertions-rs/tests/ |
H A D | eq_size.rs | 47 impl<'a> Drop for DropCounter<'a> { 59 impl<T> Drop for PanicDrop<T> {
|
/third_party/rust/crates/libloading/src/os/windows/ |
H A D | mod.rs | 165 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 D | lib.rs | 206 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 D | IntermRebuild.cpp | 54 : 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 D | it.rs | 40 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 D | cfg.rs | 473 impl<'a> Drop for Cfg<'a> {
|