Searched refs:defaultVal (Results 1 – 2 of 2) sorted by relevance
41 HWC3::Error getPersistentKeyValue(const std::string& key, const std::string& defaultVal,
80 #define ATOI_NULL_HANDLED_DEF(x, defaultVal) (x ? atoi(x) : defaultVal) argument