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

/system/core/base/include/android-base/
H A Dparseint.h62 bool ParseInt(const char* s, T* out, function in namespace:android::base
81 bool ParseInt(const std::string& s, T* out, function in namespace:android::base
84 return ParseInt(s.c_str(), out, min, max);
/system/update_engine/
H A Domaha_request_action.cc698 off_t ParseInt(const string& str) { function in namespace:chromeos_update_engine::__anon2581
863 off_t size = ParseInt(parser_data->package_size);
905 output_object->metadata_size = ParseInt(attrs[kTagMetadataSize]);
909 output_object->max_days_to_scatter = ParseInt(attrs[kTagMaxDaysToScatter]);

Completed in 655 milliseconds