Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/beto-rust/common/pourover/src/
Dconversions.rs18 pub trait ToSigned { trait
26 impl<'a> ToSigned for &'a [u8] { impl
/aosp_15_r20/external/webrtc/logging/rtc_event_log/encoder/
H A Drtc_event_log_encoder_common.h64 bool ToSigned(uint64_t x, T* y) { in ToSigned() function
/aosp_15_r20/art/compiler/optimizing/
H A Ddata_type.h245 static Type ToSigned(Type type) { in ToSigned() function
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaOverload.cpp392 const bool ToSigned = ToType->isSignedIntegerOrEnumerationType(); in getNarrowingKind() local