Searched refs:next_list (Results 1 – 4 of 4) sorted by relevance
196 def _set_test_list(self, next_list): argument225 logging.info('Switching to test list %s', next_list)232 self._client.SwitchTestList(next_list, 'full')234 logging.info('Switched to list %s, goofy restarting', next_list)
140 void Function::RegisterBlockEnd(std::vector<uint32_t> next_list) { in RegisterBlockEnd() argument145 next_blocks.reserve(next_list.size()); in RegisterBlockEnd()149 for (uint32_t successor_id : next_list) { in RegisterBlockEnd()