Searched refs:needle (Results 1 – 2 of 2) sorted by relevance
258 static std::vector<size_t> FindAll(const std::string& haystack, const char* needle) { in FindAll() argument262 size_t pos = haystack.find(needle, start); in FindAll()
1428 auto has_input = [](HInstruction* haystack, HInstruction* needle) { in Merge() argument1431 if (haystack->InputAt(input_count) == needle) { in Merge()