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

Lines Matching refs:rng

90     int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049};
91 const int N = sizeof(rng)/sizeof(rng[0]);
95 testN<std::deque<int> >(rng[i], rng[j], rng[k]);
100 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049};
101 const int N = sizeof(rng)/sizeof(rng[0]);
105 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j], rng[k]);