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

Lines Matching refs:rng

72     int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049};
73 const int N = sizeof(rng)/sizeof(rng[0]);
76 testN<std::deque<int> >(rng[i], rng[j]);
80 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049};
81 const int N = sizeof(rng)/sizeof(rng[0]);
84 testN<std::deque<int, min_allocator<int>> >(rng[i], rng[j]);