Home
last modified time | relevance | path

Searched defs:tup2 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/test/algorithm/
Dtransform.cpp130 vector<int, int, int> tup2(4, 5, 6); in main() local
144 vector<int, int, int> tup2(4, 5, 6); in main() local
/aosp_15_r20/external/rust/android-crates-io/crates/zeroize/tests/
Dzeroize.rs85 let mut tup2 = (42u8, 42u8); in zeroize_check_tuple() localVariable
96 let mut tup2 = (ZeroizedOnDrop(42), ZeroizedOnDrop(42)); in zeroize_on_drop_check_tuple() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/
H A Dgvar.rs499 let tup2 = tuples.next().unwrap(); in vazirmatn_var_a() localVariable
528 let tup2 = tuples.next().unwrap(); in vazirmatn_var_agrave() localVariable
546 let tup2 = tuples.next().unwrap(); in vazirmatn_var_grave() localVariable
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_union.cpp32 const TypePtr tup2 = TupleType::create({IntType::get(), IntType::get()}); member in torch::jit::UnionTypeTest