Searched refs:last_idx (Results 1 – 1 of 1) sorted by relevance
173 int last_idx; // index of last key where destructor was called member186 destr_test_state_t state = { .last_idx = -1 };237 TEST_ASSERT_NOT_EQUAL(null_idx, state->last_idx); in s_test_repeat_destructor()241 state->last_idx = null_idx; in s_test_repeat_destructor()