Searched refs:inputJsonStr (Results 1 – 1 of 1) sorted by relevance
312 bool IsJsonLengthValid(const std::string &inputJsonStr) in IsJsonLengthValid() argument314 if (inputJsonStr.empty() || inputJsonStr.length() > MAX_JSON_SIZE) { in IsJsonLengthValid()