Home
last modified time | relevance | path

Searched defs:c_offset_from (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/unsafe-libyaml/src/
Dlib.rs260 fn c_offset_from(self, origin: Self) -> isize; in c_offset_from() method
264 fn c_offset_from(self, origin: *const T) -> isize { in c_offset_from() method
270 fn c_offset_from(self, origin: *mut T) -> isize { in c_offset_from() method