HomeSort by relevance Sort by last modified time
    Searched refs:dice_roll (Results 1 - 2 of 2) sorted by null

  /test/vts-testcase/fuzz/iface_fuzzer/
ProtoFuzzerMain.cpp 52 size_t dice_roll = rand(10); variable
53 if (dice_roll < 3) {
56 } else if (dice_roll >= 3 && dice_roll < 6) {
59 } else if (dice_roll >= 6 && dice_roll < 9) {
ProtoFuzzerMutateFns.cpp 132 size_t dice_roll = str.empty() ? 0 : rand_(3); local
134 switch (dice_roll) {

Completed in 208 milliseconds