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

Lines Matching refs:rng

102     int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049};
103 const int N = sizeof(rng)/sizeof(rng[0]);
106 testN<std::deque<MoveOnly> >(rng[i], rng[j]);
110 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049};
111 const int N = sizeof(rng)/sizeof(rng[0]);
114 testN<std::deque<MoveOnly, min_allocator<MoveOnly>> >(rng[i], rng[j]);