Home
last modified time | relevance | path

Searched defs:owned1 (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/
H A Dcow_str.rs10 let owned1: Cow<'_, str> = Cow::Owned(String::from("Hi, ")); in check_cow_add_cow() localVariable
63 let mut owned1: Cow<'_, str> = Cow::Owned(String::from("Hi, ")); in check_cow_add_assign_cow() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/
H A Dcow_str.rs10 let owned1: Cow<'_, str> = Cow::Owned(String::from("Hi, ")); in check_cow_add_cow() localVariable
63 let mut owned1: Cow<'_, str> = Cow::Owned(String::from("Hi, ")); in check_cow_add_assign_cow() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/
H A Dcow_str.rs10 let owned1: Cow<'_, str> = Cow::Owned(String::from("Hi, ")); in check_cow_add_cow() localVariable
63 let mut owned1: Cow<'_, str> = Cow::Owned(String::from("Hi, ")); in check_cow_add_assign_cow() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/
H A Dcow_str.rs10 let owned1: Cow<'_, str> = Cow::Owned(String::from("Hi, ")); in check_cow_add_cow() localVariable
63 let mut owned1: Cow<'_, str> = Cow::Owned(String::from("Hi, ")); in check_cow_add_assign_cow() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/tests/
H A Dcow_str.rs10 let owned1: Cow<'_, str> = Cow::Owned(String::from("Hi, ")); in check_cow_add_cow() localVariable
63 let mut owned1: Cow<'_, str> = Cow::Owned(String::from("Hi, ")); in check_cow_add_assign_cow() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/camino/tests/
Dintegration_tests.rs51 let owned1 = Utf8PathBuf::from(path1); in test_borrow_eq_ord() localVariable
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/pointers/
H A Draw_ptr_unittest.cc2689 auto owned1 = std::make_unique<int>(8); in TEST() local
2745 auto owned1 = std::make_unique<int>(8); in TEST() local
2870 auto owned1 = std::make_unique<Derived>(1, 2, 3); in TEST() local
2926 auto owned1 = std::make_unique<Derived>(1, 2, 3); in TEST() local