Searched refs:next_list (Results 1 – 3 of 3) sorted by relevance
195 def _set_test_list(self, next_list): argument224 logging.info('Switching to test list %s', next_list)231 self._client.SwitchTestList(next_list, 'full')233 logging.info('Switched to list %s, goofy restarting', next_list)
136 void Function::RegisterBlockEnd(std::vector<uint32_t> next_list, in RegisterBlockEnd() argument142 next_blocks.reserve(next_list.size()); in RegisterBlockEnd()146 for (uint32_t successor_id : next_list) { in RegisterBlockEnd()