Searched defs:DispatchAndCreate (Results 1 – 1 of 1) sorted by relevance
/llvm-project/libcxx/test/libcxx/fuzzing/ |
H A D | random.pass.cpp | 53 static ParamT DispatchAndCreate(std::integral_constant<int, 0>, const std::uint8_t *data, std::size_t size, bool &OK) { in DispatchAndCreate() function 69 static ParamT DispatchAndCreate(std::integral_constant<int, 1>, const std::uint8_t *data, std::size_t size, bool &OK) { in DispatchAndCreate() function 81 static ParamT DispatchAndCreate(std::integral_constant<int, 2>, const std::uint8_t *data, std::size_t size, bool &OK) { in DispatchAndCreate() function
|