Searched refs:MAX_COLLECTION_NAME (Results 1 – 2 of 2) sorted by relevance
31 const int MAX_COLLECTION_NAME = 512; variable60 if (collectionName.length() + 1 > MAX_COLLECTION_NAME) { // with '\0' in CheckCollectionName()
39 const int MAX_COLLECTION_NAME = 511; variable1197 string collectionName1(MAX_COLLECTION_NAME, 'a');1203 string collectionName2(MAX_COLLECTION_NAME + 1, 'a');1224 string collectionName1(MAX_COLLECTION_NAME, 'a');1230 string collectionName2(MAX_COLLECTION_NAME + 1, 'a');