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

Lines Matching refs:rng

50     int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2046, 2047, 2048, 2049};
51 const int N = sizeof(rng)/sizeof(rng[0]);
54 C c = make<C>(size, rng[j]);
65 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2046, 2047, 2048, 2049, 4094, 4095, 4096};
66 const int N = sizeof(rng)/sizeof(rng[0]);
68 test<std::deque<MoveOnly> >(rng[j]);
71 int rng[] = {0, 1, 2, 3, 1023, 1024, 1025, 2046, 2047, 2048, 2049, 4094, 4095, 4096};
72 const int N = sizeof(rng)/sizeof(rng[0]);
74 test<std::deque<MoveOnly, min_allocator<MoveOnly>> >(rng[j]);