Home
last modified time | relevance | path

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

/hardware/interfaces/configstore/utils/include/configstore/
DUtils.h67 decltype(V::value) get(const decltype(V::value) &defValue) { in decltype()
108 << (cachedValue.specified ? cachedValue.value : defValue) in decltype()
113 return cachedValue.specified ? cachedValue.value : defValue; in decltype()
118 bool getBool(const bool defValue) { in getBool() argument
119 return get<OptionalBool, I, func>(defValue); in getBool()
124 int32_t getInt32(const int32_t defValue) { in getInt32() argument
125 return get<OptionalInt32, I, func>(defValue); in getInt32()
130 uint32_t getUInt32(const uint32_t defValue) { in getUInt32() argument
131 return get<OptionalUInt32, I, func>(defValue); in getUInt32()
136 int64_t getInt64(const int64_t defValue) { in getInt64() argument
[all …]