Searched refs:rust_vec_inst (Results 1 – 1 of 1) sorted by relevance
833 let rust_vec_inst = m.testarrayofstring().unwrap(); in vector_of_string_store_helper_build() localVariable834 let rust_vec_iter_collect = rust_vec_inst.iter().collect::<Vec<_>>(); in vector_of_string_store_helper_build()839 let rust_vec_iter_rev_collect = rust_vec_inst.iter().rev().collect::<Vec<_>>(); in vector_of_string_store_helper_build()859 let rust_vec_inst = m.testarrayofstring().unwrap(); in vector_of_string_store_manual_build() localVariable860 let rust_vec_iter_collect = rust_vec_inst.iter().collect::<Vec<_>>(); in vector_of_string_store_manual_build()865 let rust_vec_iter_rev_collect = rust_vec_inst.iter().rev().collect::<Vec<_>>(); in vector_of_string_store_manual_build()890 let rust_vec_inst = m.testarrayofbools().unwrap(); in vector_of_bool_store() localVariable891 let rust_vec_iter_collect = rust_vec_inst.iter().collect::<Vec<_>>(); in vector_of_bool_store()894 let rust_vec_iter_rev_collect = rust_vec_inst.iter().rev().collect::<Vec<_>>(); in vector_of_bool_store()908 let rust_vec_inst = m.vector_of_doubles().unwrap(); in vector_of_f64_store() localVariable[all …]