Searched refs:r_method_on_shared (Results 1 – 2 of 2) sorted by relevance
313 fn r_method_on_shared(self: &Shared) -> String; in r_method_on_shared() function414 fn r_method_on_shared(&self) -> String { in r_method_on_shared() method
826 ASSERT(std::string(Shared{0}.r_method_on_shared()) == "2020"); in cxx_run_test()