Searched refs:match_index (Results 1 – 5 of 5) sorted by relevance
256 match_index = string.find(bytes, options.data)257 while match_index != -1:260 match_index, start_addr, match_index), file=result)261 match_index = string.find(bytes, options.data, match_index + 1)
37 spawn.match_index = index54 spawn.match_index = index58 spawn.match_index = None73 spawn.match_index = index77 spawn.match_index = None89 spawn.match_index = None
44 self.match_index = None
219 s.append('match_index: ' + str(self.match_index))
3665 virtual void ExecuteCallback(int match_index) = 0;3849 void ExecuteCallback(int match_index) override { in ExecuteCallback() argument3850 m_callback(m_matches[match_index]); in ExecuteCallback()