Searched refs:c_take_opaque_ref (Results 1 – 4 of 4) sorted by relevance
45 fn c_take_opaque_ref(e: &E); in c_take_opaque_ref() function
197 void c_take_opaque_ref(const E &e);
661 void c_take_opaque_ref(const E &e) { in c_take_opaque_ref() function
329 check!(ffi2::c_take_opaque_ref(e.as_ref().unwrap())); in test_extern_opaque()