Home
last modified time | relevance | path

Searched refs:large_value (Results 1 – 1 of 1) sorted by relevance

/system/bt/gd/storage/
Dconfig_cache_helper.cc64 auto large_value = GetUint64(section, property); in GetUint32() local
65 if (!large_value) { in GetUint32()
68 if (!common::IsNumberInNumericLimits<uint32_t>(*large_value)) { in GetUint32()
71 return static_cast<uint32_t>(*large_value); in GetUint32()
95 auto large_value = GetInt64(section, property); in GetInt() local
96 if (!large_value) { in GetInt()
99 if (!common::IsNumberInNumericLimits<int>(*large_value)) { in GetInt()
102 return static_cast<uint32_t>(*large_value); in GetInt()