Home | History | Annotate | Download | only in deque.capacity

Lines Matching refs:rng

62     int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049};
63 const int N = sizeof(rng)/sizeof(rng[0]);
66 testN<std::deque<int> >(rng[i], rng[j]);
70 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049};
71 const int N = sizeof(rng)/sizeof(rng[0]);
74 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);