Home
last modified time | relevance | path

Searched refs:fetched_arc (Results 1 – 10 of 10) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rkv/tests/
H A Dmanager.rs76 … let fetched_arc = Manager::singleton().read().unwrap().get(p).expect("success").expect("existed"); in test_same() localVariable
77 assert!(Arc::ptr_eq(&created_arc, &fetched_arc)); in test_same()
92 … let fetched_arc = Manager::singleton().read().unwrap().get(p).expect("success").expect("existed"); in test_same_safe() localVariable
93 assert!(Arc::ptr_eq(&created_arc, &fetched_arc)); in test_same_safe()
110 let fetched_arc = manager.get(p).expect("success").expect("existed"); in test_same_with_capacity() localVariable
111 assert!(Arc::ptr_eq(&created_arc, &fetched_arc)); in test_same_with_capacity()
128 let fetched_arc = manager.get(p).expect("success").expect("existed"); in test_same_with_capacity_safe() localVariable
129 assert!(Arc::ptr_eq(&created_arc, &fetched_arc)); in test_same_with_capacity_safe()
/dports/www/firefox/firefox-99.0/third_party/rust/rkv/tests/
H A Dmanager.rs86 … let fetched_arc = Manager::singleton().read().unwrap().get(p).expect("success").expect("existed"); in test_same() localVariable
87 assert!(Arc::ptr_eq(&created_arc, &fetched_arc)); in test_same()
102 … let fetched_arc = Manager::singleton().read().unwrap().get(p).expect("success").expect("existed"); in test_same_safe() localVariable
103 assert!(Arc::ptr_eq(&created_arc, &fetched_arc)); in test_same_safe()
120 let fetched_arc = manager.get(p).expect("success").expect("existed"); in test_same_with_capacity() localVariable
121 assert!(Arc::ptr_eq(&created_arc, &fetched_arc)); in test_same_with_capacity()
138 let fetched_arc = manager.get(p).expect("success").expect("existed"); in test_same_with_capacity_safe() localVariable
139 assert!(Arc::ptr_eq(&created_arc, &fetched_arc)); in test_same_with_capacity_safe()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rkv/tests/
H A Dmanager.rs86 … let fetched_arc = Manager::singleton().read().unwrap().get(p).expect("success").expect("existed"); in test_same() localVariable
87 assert!(Arc::ptr_eq(&created_arc, &fetched_arc)); in test_same()
102 … let fetched_arc = Manager::singleton().read().unwrap().get(p).expect("success").expect("existed"); in test_same_safe() localVariable
103 assert!(Arc::ptr_eq(&created_arc, &fetched_arc)); in test_same_safe()
120 let fetched_arc = manager.get(p).expect("success").expect("existed"); in test_same_with_capacity() localVariable
121 assert!(Arc::ptr_eq(&created_arc, &fetched_arc)); in test_same_with_capacity()
138 let fetched_arc = manager.get(p).expect("success").expect("existed"); in test_same_with_capacity_safe() localVariable
139 assert!(Arc::ptr_eq(&created_arc, &fetched_arc)); in test_same_with_capacity_safe()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rkv/tests/
H A Dmanager.rs86 … let fetched_arc = Manager::singleton().read().unwrap().get(p).expect("success").expect("existed"); in test_same() localVariable
87 assert!(Arc::ptr_eq(&created_arc, &fetched_arc)); in test_same()
102 … let fetched_arc = Manager::singleton().read().unwrap().get(p).expect("success").expect("existed"); in test_same_safe() localVariable
103 assert!(Arc::ptr_eq(&created_arc, &fetched_arc)); in test_same_safe()
120 let fetched_arc = manager.get(p).expect("success").expect("existed"); in test_same_with_capacity() localVariable
121 assert!(Arc::ptr_eq(&created_arc, &fetched_arc)); in test_same_with_capacity()
138 let fetched_arc = manager.get(p).expect("success").expect("existed"); in test_same_with_capacity_safe() localVariable
139 assert!(Arc::ptr_eq(&created_arc, &fetched_arc)); in test_same_with_capacity_safe()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/rkv-0.10.2/tests/
H A Dmanager.rs32 … let fetched_arc = Manager::singleton().read().unwrap().get(p).expect("success").expect("existed"); in test_same() localVariable
33 assert!(Arc::ptr_eq(&created_arc, &fetched_arc)); in test_same()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/rkv-0.10.4/tests/
H A Dmanager.rs32 … let fetched_arc = Manager::singleton().read().unwrap().get(p).expect("success").expect("existed"); in test_same() localVariable
33 assert!(Arc::ptr_eq(&created_arc, &fetched_arc)); in test_same()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rkv-0.10.4/tests/
H A Dmanager.rs32 … let fetched_arc = Manager::singleton().read().unwrap().get(p).expect("success").expect("existed"); in test_same() localVariable
33 assert!(Arc::ptr_eq(&created_arc, &fetched_arc)); in test_same()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/rkv-0.10.2/src/
H A Dmanager.rs144 let fetched_arc = manager.get(p).expect("success").expect("existed"); in test_same() localVariable
145 assert!(Arc::ptr_eq(&created_arc, &fetched_arc)); in test_same()
193 let fetched_arc = manager.get(p).expect("success").expect("existed"); in test_same_with_capacity() localVariable
194 assert!(Arc::ptr_eq(&created_arc, &fetched_arc)); in test_same_with_capacity()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/rkv-0.10.4/src/
H A Dmanager.rs144 let fetched_arc = manager.get(p).expect("success").expect("existed"); in test_same() localVariable
145 assert!(Arc::ptr_eq(&created_arc, &fetched_arc)); in test_same()
193 let fetched_arc = manager.get(p).expect("success").expect("existed"); in test_same_with_capacity() localVariable
194 assert!(Arc::ptr_eq(&created_arc, &fetched_arc)); in test_same_with_capacity()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rkv-0.10.4/src/
H A Dmanager.rs144 let fetched_arc = manager.get(p).expect("success").expect("existed"); in test_same() localVariable
145 assert!(Arc::ptr_eq(&created_arc, &fetched_arc)); in test_same()
193 let fetched_arc = manager.get(p).expect("success").expect("existed"); in test_same_with_capacity() localVariable
194 assert!(Arc::ptr_eq(&created_arc, &fetched_arc)); in test_same_with_capacity()