Searched refs:PtrLen (Results 1 – 3 of 3) sorted by relevance
3 use crate::result::PtrLen;10 unsafe extern "C" fn exception(ptr: *const u8, len: usize) -> PtrLen { in exception() argument17 PtrLen { ptr: nonnull, len } in exception()
15 pub struct PtrLen { struct22 err: PtrLen, argument51 let err = PtrLen { ptr: copy, len }; in to_c_error()
511 struct PtrLen final { struct518 repr::PtrLen cxxbridge1$exception(const char *, std::size_t len) noexcept;536 repr::PtrLen &throw$;539 Fail(repr::PtrLen &throw$) noexcept : throw$(throw$) {} in Fail()