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 D | cow_str.rs | 10 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 D | cow_str.rs | 10 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 D | cow_str.rs | 10 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 D | cow_str.rs | 10 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 D | cow_str.rs | 10 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/ |
D | integration_tests.rs | 51 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 D | raw_ptr_unittest.cc | 2689 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
|