Searched refs:MAX_PARAM_NAME_LENGTH (Results 1 – 2 of 2) sorted by relevance
55 static constexpr unsigned int MAX_PARAM_NAME_LENGTH = 48; variable
68 if (!StringFilter::GetInstance().IsValidName(key, MAX_PARAM_NAME_LENGTH)) { in CheckKey()