Searched refs:synonyms_to_try (Results 1 – 3 of 3) sorted by relevance
72 std::vector<const protobufs::DataDescriptor*> synonyms_to_try; in Apply() local81 synonyms_to_try.push_back(data_descriptor); in Apply()83 while (!synonyms_to_try.empty()) { in Apply()84 auto synonym_index = GetFuzzerContext()->RandomIndex(synonyms_to_try); in Apply()85 auto synonym_to_try = synonyms_to_try[synonym_index]; in Apply()86 synonyms_to_try.erase(synonyms_to_try.begin() + synonym_index); in Apply()
79 std::vector<const protobufs::DataDescriptor*> synonyms_to_try; in Apply() local89 synonyms_to_try.push_back(data_descriptor); in Apply()91 while (!synonyms_to_try.empty()) { in Apply()93 GetFuzzerContext()->RemoveAtRandomIndex(&synonyms_to_try); in Apply()
85 std::vector<const protobufs::DataDescriptor*> synonyms_to_try; in Apply() local95 synonyms_to_try.push_back(data_descriptor); in Apply()97 while (!synonyms_to_try.empty()) { in Apply()99 GetFuzzerContext()->RemoveAtRandomIndex(&synonyms_to_try); in Apply()