Searched refs:needle (Results 1 – 3 of 3) sorted by relevance
174 public final Predicate<Chunk> needle; field in Test1940.AwaitChunkHandler177 public AwaitChunkHandler(Predicate<Chunk> needle, DdmHandler chain) { in AwaitChunkHandler() argument178 this.needle = needle; in AwaitChunkHandler()184 if (needle.test(c)) { in HandleChunk()
261 static std::vector<size_t> FindAll(const std::string& haystack, const char* needle) { in FindAll() argument265 size_t pos = haystack.find(needle, start); in FindAll()
1623 auto has_input = [](HInstruction* haystack, HInstruction* needle) { in Merge() argument1626 if (haystack->InputAt(input_count) == needle) { in Merge()