Searched refs:move_count (Results 1 – 3 of 3) sorted by relevance
166 int move_count; member167 ThrowsOnSecondMove(int v) : value(v), move_count(0) {} in ThrowsOnSecondMove()169 : value(o.value), move_count(o.move_count + 1) { in ThrowsOnSecondMove()170 if (move_count == 2) in ThrowsOnSecondMove()406 assert(std::get<0>(v2).move_count == 1); in test_swap_different_alternatives()
65 static int move_count = 0; variable571 spec_count = move_count ++; in parse_action()1570 return move_count; in move_actions()1784 for (i = 0; i < move_count; i++) { in eval_move_actions()3197 dump_action_list(move_spec, move_count); in dump_actions()
911 move_count = 0926 move_count += 1929 …midi_file_logger.debug('DeleteEvents: moved %d events in range(%s:%s)' % (move_count, start_index,…