Home
last modified time | relevance | path

Searched defs:oa1 (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/
H A Dsample.pass.cpp30 static int oa1[os]; member
34 int ReservoirSampleExpectations::oa1[] = {10, 5, 9, 4}; member in ReservoirSampleExpectations
39 static int oa1[os]; member
43 int SelectionSampleExpectations::oa1[] = {1, 4, 6, 7}; member in SelectionSampleExpectations
64 const int *oa1 = Expectations::oa1; in test() local
123 const SampleItem oa1[] = {1, 2, 3, 4, 5}; in test_small_population() local