Searched defs:cOverloadedMethod (Results 1 – 2 of 2) sorted by relevance
589 rust::String C::cOverloadedMethod(int32_t x) const { in cOverloadedMethod() function in tests::C593 rust::String C::cOverloadedMethod(rust::Str x) const { in cOverloadedMethod() function in tests::C
203 fn cOverloadedMethod(&self, x: i32) -> String; in cOverloadedMethod() function205 fn cOverloadedMethod(&self, x: &str) -> String; in cOverloadedMethod() function