Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dclass_with_typedef.hpp17 void anotherMethod(AnotherInt c);
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dclass_with_typedef.rs107 pub unsafe fn anotherMethod(&mut self, c: AnotherInt) { in anotherMethod() method