Home
last modified time | relevance | path

Searched refs:getMut (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/cxx/tests/ffi/
H A Dlib.rs198 fn getMut(self: Pin<&mut C>) -> &mut usize; in getMut() functions
H A Dtests.h49 size_t &getMut();
H A Dtests.cc28 size_t &C::getMut() { return this->n; } in getMut() function in tests::C
/third_party/rust/crates/cxx/tests/
H A Dtest.rs259 assert_eq!(2021, *unique_ptr.pin_mut().getMut()); in test_c_method_calls()

Completed in 5 milliseconds