Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_java_ffi/src/class/
Dv0_data_element.rs44 pub fn checked_cast<'other_local>( in checked_cast() method
90 pub fn checked_cast<'other_local>( in checked_cast() method
Dv1_data_element.rs45 pub fn checked_cast<'other_local>( in checked_cast() method
/aosp_15_r20/external/crosvm/gpu_display/src/gpu_display_win/
H A Dmath_util.rs162 fn checked_cast<T: NumCast>(self) -> Size2D<T, U>; in checked_cast() method
169 fn checked_cast<NewT: NumCast>(self) -> Size2D<NewT, U> { in checked_cast() function
/aosp_15_r20/external/webrtc/rtc_base/numerics/
H A Dsafe_conversions.h35 inline constexpr Dst checked_cast(Src value) { in checked_cast() function
/aosp_15_r20/external/clang/test/CXX/drs/
H A Ddr2xx.cpp97 template<typename T, typename U> T checked_cast(U from) { U::error; } in checked_cast() function
/aosp_15_r20/external/crosvm/devices/src/usb/xhci/
H A Dxhci_abi.rs702 fn checked_cast<T: TrbCast>(&self) -> Result<&T> { in checked_cast() method