Home
last modified time | relevance | path

Searched defs:ToUnsigned (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/common/pourover/src/
Dconversions.rs39 pub trait ToUnsigned { interface
47 impl<'a> ToUnsigned for &'a [i8] { impl
/aosp_15_r20/external/webrtc/logging/rtc_event_log/encoder/
H A Drtc_event_log_encoder_common.h36 uint64_t ToUnsigned(T y) { in ToUnsigned() function
/aosp_15_r20/art/compiler/optimizing/
H A Ddata_type.h260 static Type ToUnsigned(Type type) { in ToUnsigned() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dtype.go1332 func (t *Type) ToUnsigned() *Type { func
/aosp_15_r20/external/tinyxml2/
H A Dtinyxml2.cpp633 bool XMLUtil::ToUnsigned(const char* str, unsigned* value) in ToUnsigned() function in tinyxml2::XMLUtil