Home
last modified time | relevance | path

Searched refs:cOverloadedMethod (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/cxx/tests/ffi/
H A Dlib.rs209 fn cOverloadedMethod(&self, x: i32) -> String; in cOverloadedMethod() functions
211 fn cOverloadedMethod(&self, x: &str) -> String; in cOverloadedMethod() functions
H A Dtests.h54 rust::String cOverloadedMethod(int32_t x) const;
55 rust::String cOverloadedMethod(rust::Str x) const;
H A Dtests.cc614 rust::String C::cOverloadedMethod(int32_t x) const { in cOverloadedMethod() function in tests::C
618 rust::String C::cOverloadedMethod(rust::Str x) const { in cOverloadedMethod() function in tests::C

Completed in 4 milliseconds