Home
last modified time | relevance | path

Searched refs:ReservoirSampleExpectations (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/
Dsample.pass.cpp29 struct ReservoirSampleExpectations { struct
35 int ReservoirSampleExpectations::oa1[] = {10, 5, 9, 4}; argument
36 int ReservoirSampleExpectations::oa2[] = {5, 2, 10, 4};
52 : public ReservoirSampleExpectations {};
/external/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/
Dsample.pass.cpp28 struct ReservoirSampleExpectations { struct
34 int ReservoirSampleExpectations::oa1[] = {10, 5, 9, 4}; argument
35 int ReservoirSampleExpectations::oa2[] = {5, 2, 10, 4};
51 : public ReservoirSampleExpectations {};