Searched defs:ParseUint (Results 1 - 1 of 1) sorted by relevance

/system/core/base/include/android-base/
H A Dparseint.h34 bool ParseUint(const char* s, T* out, function in namespace:android::base
52 bool ParseUint(const std::string& s, T* out, function in namespace:android::base
54 return ParseUint(s.c_str(), out, max);

Completed in 1365 milliseconds