Lines Matching refs:printMethodName

99     void printMethodName(const char* name)  in printMethodName()  function
140 printMethodName("test_ctor\n"); in test_ctor()
153 printMethodName("test_insert_entries_at_front\n"); in test_insert_entries_at_front()
193 printMethodName("test_insert_entries_in_the_middle\n"); in test_insert_entries_in_the_middle()
226 printMethodName("test_insert_at_already_used_index\n"); in test_insert_at_already_used_index()
269 printMethodName("test_insert_at_end\n"); in test_insert_at_end()
297 printMethodName("test_remove_at_front\n"); in test_remove_at_front()
342 printMethodName("test_remove_at_back\n"); in test_remove_at_back()
382 printMethodName("test_remove_in_the_middle\n"); in test_remove_in_the_middle()
427 printMethodName("test_remove_multiple_elements_at_once\n"); in test_remove_multiple_elements_at_once()
462 printMethodName("test_remove_all_elements_at_once\n"); in test_remove_all_elements_at_once()
483 printMethodName("test_move_elements_from_lower_to_higher_pos\n"); in test_move_elements_from_lower_to_higher_pos()
522 printMethodName("test_move_elements_from_higher_to_lower_pos\n"); in test_move_elements_from_higher_to_lower_pos()
561 printMethodName("test_move_to_same_position\n"); in test_move_to_same_position()
596 printMethodName("test_replace_elements\n"); in test_replace_elements()
630 printMethodName("test_for_each\n"); in test_for_each()
655 printMethodName("test_for_some1\n"); in test_for_some1()
690 printMethodName("test_for_some2\n"); in test_for_some2()
725 printMethodName("test_for_some3\n"); in test_for_some3()