Lines Matching refs:Vec
114 rust::Vec<uint8_t> c_return_rust_vec_u8();
115 const rust::Vec<uint8_t> &c_return_ref_rust_vec(const C &c);
116 rust::Vec<uint8_t> &c_return_mut_rust_vec(C &c);
117 rust::Vec<rust::String> c_return_rust_vec_string();
118 rust::Vec<bool> c_return_rust_vec_bool();
151 void c_take_rust_vec(rust::Vec<uint8_t> v);
152 void c_take_rust_vec_index(rust::Vec<uint8_t> v);
153 void c_take_rust_vec_shared(rust::Vec<Shared> v);
154 void c_take_rust_vec_ns_shared(rust::Vec<::A::AShared> v);
155 void c_take_rust_vec_nested_ns_shared(rust::Vec<::A::B::ABShared> v);
156 void c_take_rust_vec_string(rust::Vec<rust::String> v);
157 void c_take_rust_vec_shared_index(rust::Vec<Shared> v);
158 void c_take_rust_vec_shared_push(rust::Vec<Shared> v);
159 void c_take_rust_vec_shared_truncate(rust::Vec<Shared> v);
160 void c_take_rust_vec_shared_clear(rust::Vec<Shared> v);
161 void c_take_rust_vec_shared_forward_iterator(rust::Vec<Shared> v);
162 void c_take_rust_vec_shared_sort(rust::Vec<Shared> v);
163 void c_take_ref_rust_vec(const rust::Vec<uint8_t> &v);
164 void c_take_ref_rust_vec_string(const rust::Vec<rust::String> &v);
165 void c_take_ref_rust_vec_index(const rust::Vec<uint8_t> &v);
166 void c_take_ref_rust_vec_copy(const rust::Vec<uint8_t> &v);
187 rust::Vec<uint8_t> c_try_return_rust_vec();
188 rust::Vec<rust::String> c_try_return_rust_vec_string();
189 const rust::Vec<uint8_t> &c_try_return_ref_rust_vec(const C &c);