Searched defs:c_take_mut_ptr (Results 1 – 2 of 2) sorted by relevance
/external/rust/cxx/tests/ffi/ | ||
D | tests.cc | 517 size_t c_take_mut_ptr(C *c) { in c_take_mut_ptr() function |
D | lib.rs | 168 unsafe fn c_take_mut_ptr(c: *mut C) -> usize; in c_take_mut_ptr() function |