hints_case        847 lib/test_objagg.c static const struct hints_case hints_case = {
hints_case        909 lib/test_objagg.c static int test_hints_case(const struct hints_case *hints_case)
hints_case        925 lib/test_objagg.c 	for (i = 0; i < hints_case->key_ids_count; i++) {
hints_case        927 lib/test_objagg.c 					   hints_case->key_ids[i]);
hints_case        935 lib/test_objagg.c 	err = check_expect_stats(objagg, &hints_case->expect_stats, &errmsg);
hints_case        948 lib/test_objagg.c 	err = check_expect_hints_stats(hints, &hints_case->expect_stats_hints,
hints_case        959 lib/test_objagg.c 	for (i = 0; i < hints_case->key_ids_count; i++) {
hints_case        961 lib/test_objagg.c 					   hints_case->key_ids[i]);
hints_case        969 lib/test_objagg.c 	err = check_expect_stats(objagg2, &hints_case->expect_stats_hints,
hints_case        981 lib/test_objagg.c 		world_obj_put(&world2, objagg, hints_case->key_ids[i]);
hints_case        984 lib/test_objagg.c 	i = hints_case->key_ids_count;
hints_case        990 lib/test_objagg.c 		world_obj_put(&world, objagg, hints_case->key_ids[i]);
hints_case        997 lib/test_objagg.c 	return test_hints_case(&hints_case);