Searched refs:dValue (Results 1 – 2 of 2) sorted by relevance
145 const double* dValue = entry.get_ptr<const double*>(); in operator ()() local146 if (dValue != nullptr) in operator ()()148 return {*dValue}; in operator ()()
989 static inline uint8_t getLogLevelFromEnv(const char* env, const uint8_t dValue) in getLogLevelFromEnv() argument991 auto logLevel = dValue; in getLogLevelFromEnv()