Searched refs:c_method_on_shared (Results 1 – 3 of 3) sorted by relevance
262 assert_eq!(2021, ffi::Shared { z: 0 }.c_method_on_shared()); in test_c_method_calls()
201 fn c_method_on_shared(self: &Shared) -> usize; in c_method_on_shared() function
39 size_t Shared::c_method_on_shared() const noexcept { return 2021; } in c_method_on_shared() function in tests::Shared