Searched refs:c_take_unique_ptr_vector_u8 (Results 1 – 4 of 4) sorted by relevance
141 void c_take_unique_ptr_vector_u8(std::unique_ptr<std::vector<uint8_t>> v);
141 fn c_take_unique_ptr_vector_u8(v: UniquePtr<CxxVector<u8>>); in c_take_unique_ptr_vector_u8() function
338 void c_take_unique_ptr_vector_u8(std::unique_ptr<std::vector<uint8_t>> v) { in c_take_unique_ptr_vector_u8() function
153 check!(ffi::c_take_unique_ptr_vector_u8( in test_c_take()