Searched defs:ToUnsigned (Results 1 – 5 of 5) sorted by relevance
39 pub trait ToUnsigned { interface47 impl<'a> ToUnsigned for &'a [i8] { impl
36 uint64_t ToUnsigned(T y) { in ToUnsigned() function
260 static Type ToUnsigned(Type type) { in ToUnsigned() function
1332 func (t *Type) ToUnsigned() *Type { func
633 bool XMLUtil::ToUnsigned(const char* str, unsigned* value) in ToUnsigned() function in tinyxml2::XMLUtil