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