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