Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/openssl/src/
Dbase64.rs75 fn encoded_len(src_len: LenType) -> Option<LenType> { in encoded_len()
87 fn decoded_len(src_len: LenType) -> Option<LenType> { in decoded_len()
Dlib.rs200 type LenType = libc::size_t; typedef
202 type LenType = libc::c_int; typedef
/aosp_15_r20/external/perfetto/src/base/
H A Dunix_socket.cc288 using LenType = decltype(msg->msg_iovlen); // Mac and Linux don't agree. in ShiftMsgHdrPosix() typedef