Searched refs:candidate_functions (Results 1 – 2 of 2) sorted by relevance
63 std::vector<opt::Function*> candidate_functions; in Apply() local68 candidate_functions.push_back(&other_function); in Apply()75 while (!candidate_functions.empty()) { in Apply()77 GetFuzzerContext()->RemoveAtRandomIndex(&candidate_functions); in Apply()