Lines Matching refs:ConstructorCount
35 class ConstructorCount { class
37 ConstructorCount() = default;
38 ConstructorCount(int value_, ssize_t *constructedCount) in ConstructorCount() function in __anon4772d8e60111::ConstructorCount
42 ~ConstructorCount() { in ~ConstructorCount()
153 SegmentedQueue<ConstructorCount, blockSize> segmentedQueue(maxBlockCount); in TEST()
206 SegmentedQueue<ConstructorCount, blockSize> segmentedQueue(maxBlockCount); in TEST()
306 SegmentedQueue<ConstructorCount, blockSize> segmentedQueue(maxBlockCount); in TEST()
313 [](ConstructorCount &element, void *data, void *extraData) { in TEST()
473 deque<ConstructorCount> referenceDeque; in TEST()
474 SegmentedQueue<ConstructorCount, blockSize> testSegmentedQueue(totalSize / in TEST()
486 ConstructorCount(temp, &segmentedQueueConstructedCounter))); in TEST()
488 ConstructorCount(temp, &referenceQueueConstructedCounter)); in TEST()
491 ConstructorCount(temp, &segmentedQueueConstructedCounter))); in TEST()
547 [](ConstructorCount &item, void * /* data */, in TEST()