Searched refs:longCapacity (Results 1 – 1 of 1) sorted by relevance
1247 const int32_t longCapacity = 2000; in TestSortKeyOverflow() local1250 const int32_t maxPrefixLength = longCapacity - 6 - 1; in TestSortKeyOverflow()1251 LocalArray<uint8_t> longSortKey(new uint8_t[longCapacity]); in TestSortKeyOverflow()1254 length = col->getSortKey(s, longSortKey.getAlias(), longCapacity); in TestSortKeyOverflow()