Searched refs:systemMaxUserNameLen (Results 1 – 1 of 1) sorted by relevance
58 static constexpr size_t systemMaxUserNameLen = 100;286 if (userName.length() > systemMaxUserNameLen) in throwForMaxGrpUserCount() 291 systemMaxUserNameLen); in throwForMaxGrpUserCount() 57 static constexpr size_t systemMaxUserNameLen = 100; global() variable