Home
last modified time | relevance | path

Searched refs:c_method_on_shared (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/cxx/tests/
Dtest.rs262 assert_eq!(2021, ffi::Shared { z: 0 }.c_method_on_shared()); in test_c_method_calls()
/third_party/rust/crates/cxx/tests/ffi/
Dlib.rs201 fn c_method_on_shared(self: &Shared) -> usize; in c_method_on_shared() function
Dtests.cc39 size_t Shared::c_method_on_shared() const noexcept { return 2021; } in c_method_on_shared() function in tests::Shared