Home
last modified time | relevance | path

Searched refs:methodRef (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dclass_with_typedef.hpp15 void methodRef(MyInt& c);
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dclass_with_typedef.rs99 pub unsafe fn methodRef(&mut self, c: *mut C_MyInt) { in methodRef() method