Searched refs:envKey (Results 1 – 1 of 1) sorted by relevance
118 bool getFlagIfUnset(const std::string& envKey, T* out) const { in getFlagIfUnset() argument123 std::string envStrValue = getEnv(envKey); in getFlagIfUnset()134 std::cerr << "Cannot override existing value " << *out << " with " << envKey in getFlagIfUnset()