Searched refs:isEmptyValid (Results 1 – 2 of 2) sorted by relevance
162 std::string parseString(const nlohmann::json& element, bool isEmptyValid, in parseString() argument171 if (value.empty() && !isEmptyValid) in parseString()
213 const nlohmann::json& element, bool isEmptyValid = false,