Searched defs:GetInt (Results 1 – 3 of 3) sorted by relevance
239 std::optional<int> BtifConfigCache::GetInt(const std::string& section_name, in GetInt() function in BtifConfigCache
515 inline int GetInt(const off_t index) const { return atoi(GetCStr(index)); } in GetInt() function in chromeos_update_engine::UrlTerms
428 TEST(GetValue, GetInt) { in TEST() argument