Home
last modified time | relevance | path

Searched defs:weak_ref (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/iomgr/
H A Dtcp_server_posix_test.cc128 server_weak_ref* weak_ref = static_cast<server_weak_ref*>(arg); in server_weak_ref_shutdown() local
132 static void server_weak_ref_init(server_weak_ref* weak_ref) { in server_weak_ref_init()
143 static void server_weak_ref_set(server_weak_ref* weak_ref, in server_weak_ref_set()
355 server_weak_ref weak_ref; in test_connect() local
/aosp_15_r20/external/rust/android-crates-io/crates/futures-channel/tests/
Dmpsc-close.rs110 let weak_ref = Arc::downgrade(&ref_count); in single_receiver_drop_closes_channel_and_drains() localVariable
129 let weak_ref = Arc::downgrade(&ref_count); in single_receiver_drop_closes_channel_and_drains() localVariable
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_pipeline_cache.h156 bool weak_ref; member
197 bool weak_ref; member
/aosp_15_r20/external/fbjni/cxx/fbjni/detail/
H A DReferences-forward.h64 class weak_ref; variable
/aosp_15_r20/external/skia/include/private/
H A DSkWeakRefCnt.h115 void weak_ref() const { in weak_ref() function
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/objects/
Dmod.rs42 mod weak_ref; module
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/common/
H A Dweak_self.h265 auto weak_ref = manager_.GetWeakRef(); in GetWeakPtr() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Drc.rs3386 fn weak_ref(&self) -> &Cell<usize>; in weak_ref() method
3458 fn weak_ref(&self) -> &Cell<usize> { in weak_ref() method
3470 fn weak_ref(&self) -> &Cell<usize> { in weak_ref() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Drc.rs3386 fn weak_ref(&self) -> &Cell<usize>; in weak_ref() method
3458 fn weak_ref(&self) -> &Cell<usize> { in weak_ref() method
3470 fn weak_ref(&self) -> &Cell<usize> { in weak_ref() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Drc.rs3422 fn weak_ref(&self) -> &Cell<usize>; in weak_ref() method
3494 fn weak_ref(&self) -> &Cell<usize> { in weak_ref() method
3506 fn weak_ref(&self) -> &Cell<usize> { in weak_ref() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/
H A Drc.rs3422 fn weak_ref(&self) -> &Cell<usize>; in weak_ref() method
3494 fn weak_ref(&self) -> &Cell<usize> { in weak_ref() method
3506 fn weak_ref(&self) -> &Cell<usize> { in weak_ref() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Drc.rs3422 fn weak_ref(&self) -> &Cell<usize>; in weak_ref() method
3494 fn weak_ref(&self) -> &Cell<usize> { in weak_ref() method
3506 fn weak_ref(&self) -> &Cell<usize> { in weak_ref() method
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dheap_graph_tracker_unittest.cc357 StringPool::Id weak_ref = context.storage->InternString("WeakReference"); in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/jni/tests/
Djni_api.rs1099 let weak_ref = unwrap(env.new_weak_ref(&orig_obj), &env).expect("weak ref should not be null"); in test_conversion() localVariable