Searched refs:nameCollection (Results 1 – 1 of 1) sorted by relevance
185 std::vector<std::string> nameCollection; in LLVMFuzzerTestOneInput() local186 while (fdp.remaining_bytes() && nameCollection.size() < kMaxIteration) { in LLVMFuzzerTestOneInput()197 find(nameCollection.begin(), nameCollection.end(), name); in LLVMFuzzerTestOneInput()198 if (it == nameCollection.end()) { in LLVMFuzzerTestOneInput()199 nameCollection.push_back(name); in LLVMFuzzerTestOneInput()