Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/cxx/src/
Dresult.rs15 pub(crate) struct PtrLen { struct
22 err: PtrLen, argument
Dcxx.cc512 struct PtrLen final { struct
513 void *ptr;
514 std::size_t len;
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/src/
H A Dresult.rs15 pub(crate) struct PtrLen { struct
22 err: PtrLen, argument
H A Dcxx.cc541 struct PtrLen final { struct
542 void *ptr;
543 std::size_t len;
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/src/symbols/
H A Dexception.rs10 unsafe extern "C" fn exception(ptr: *const u8, len: usize) -> PtrLen { in exception()
/aosp_15_r20/external/rust/cxx/src/symbols/
Dexception.rs10 unsafe extern "C" fn exception(ptr: *const u8, len: usize) -> PtrLen { in exception()