Searched refs:rust_vec_inst (Results 1 – 1 of 1) sorted by relevance
603 let rust_vec_inst = m.testarrayofstring().unwrap(); in vector_of_string_store_helper_build() localVariable604 let rust_vec_iter_collect = rust_vec_inst.iter().collect::<Vec<_>>(); in vector_of_string_store_helper_build()609 let rust_vec_iter_rev_collect = rust_vec_inst.iter().rev().collect::<Vec<_>>(); in vector_of_string_store_helper_build()629 let rust_vec_inst = m.testarrayofstring().unwrap(); in vector_of_string_store_manual_build() localVariable630 let rust_vec_iter_collect = rust_vec_inst.iter().collect::<Vec<_>>(); in vector_of_string_store_manual_build()635 let rust_vec_iter_rev_collect = rust_vec_inst.iter().rev().collect::<Vec<_>>(); in vector_of_string_store_manual_build()660 let rust_vec_inst = m.testarrayofbools().unwrap(); in vector_of_bool_store() localVariable661 let rust_vec_iter_collect = rust_vec_inst.iter().collect::<Vec<_>>(); in vector_of_bool_store()664 let rust_vec_iter_rev_collect = rust_vec_inst.iter().rev().collect::<Vec<_>>(); in vector_of_bool_store()678 let rust_vec_inst = m.vector_of_doubles().unwrap(); in vector_of_f64_store() localVariable[all …]