Home
last modified time | relevance | path

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

/external/rust/beto-rust/common/pourover/src/
Dconversions.rs39 pub trait ToUnsigned { trait
47 impl<'a> ToUnsigned for &'a [i8] { impl
/external/webrtc/logging/rtc_event_log/encoder/
Drtc_event_log_encoder_common.h36 uint64_t ToUnsigned(T y) { in ToUnsigned() function
/external/tinyxml2/
Dtinyxml2.cpp633 bool XMLUtil::ToUnsigned(const char* str, unsigned* value) in ToUnsigned() function in tinyxml2::XMLUtil