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

Lines Matching refs:rng

74     int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049};
75 const int N = sizeof(rng)/sizeof(rng[0]);
78 testN<std::deque<MoveOnly> >(rng[i], rng[j]);
81 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2047, 2048, 2049};
82 const int N = sizeof(rng)/sizeof(rng[0]);
85 testN<std::deque<MoveOnly, min_allocator<MoveOnly>> >(rng[i], rng[j]);