lib/test_objagg.c
1005
world_obj_put(&world, objagg, hints_case->key_ids[i]);
lib/test_objagg.c
1012
return test_hints_case(&hints_case);
lib/test_objagg.c
847
static const struct hints_case hints_case = {
lib/test_objagg.c
911
static int test_hints_case2(const struct hints_case *hints_case,
lib/test_objagg.c
922
err = check_expect_hints_stats(hints, &hints_case->expect_stats_hints,
lib/test_objagg.c
933
for (i = 0; i < hints_case->key_ids_count; i++) {
lib/test_objagg.c
935
hints_case->key_ids[i]);
lib/test_objagg.c
943
err = check_expect_stats(objagg2, &hints_case->expect_stats_hints,
lib/test_objagg.c
955
world_obj_put(&world2, objagg, hints_case->key_ids[i]);
lib/test_objagg.c
956
i = hints_case->key_ids_count;
lib/test_objagg.c
962
static int test_hints_case(const struct hints_case *hints_case)
lib/test_objagg.c
976
for (i = 0; i < hints_case->key_ids_count; i++) {
lib/test_objagg.c
978
hints_case->key_ids[i]);
lib/test_objagg.c
986
err = check_expect_stats(objagg, &hints_case->expect_stats, &errmsg);
lib/test_objagg.c
998
err = test_hints_case2(hints_case, hints, objagg);