Searched defs:c_method_on_shared (Results 1 – 2 of 2) sorted by relevance
39 size_t Shared::c_method_on_shared() const noexcept { return 2021; } in c_method_on_shared() function in tests::Shared
204 fn c_method_on_shared(self: &Shared) -> usize; in c_method_on_shared() function