Home
last modified time | relevance | path

Searched defs:cOverloadedMethod (Results 1 – 2 of 2) sorted by relevance

/external/rust/cxx/tests/ffi/
Dtests.cc579 rust::String C::cOverloadedMethod(int32_t x) const { in cOverloadedMethod() function in tests::C
583 rust::String C::cOverloadedMethod(rust::Str x) const { in cOverloadedMethod() function in tests::C
Dlib.rs199 fn cOverloadedMethod(&self, x: i32) -> String; in cOverloadedMethod() function
201 fn cOverloadedMethod(&self, x: &str) -> String; in cOverloadedMethod() function