Searched refs:maxSystemGroupNameLength (Results 1 – 3 of 3) sorted by relevance
47 inline constexpr size_t maxSystemGroupNameLength = 32; variable
209 if (groupName.size() > maxSystemGroupNameLength || in checkAndThrowForDisallowedGroupCreation()
1038 std::string groupName(maxSystemGroupNameLength + 1, 'A'); in TEST_F()