Function report |
Source Code:lib\test_objagg.c |
Create Date:2022-07-28 06:35:28 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:test_hints_case
Proto:static int test_hints_case(const struct hints_case *hints_case)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const struct hints_case * | hints_case |
925 | When i < key_ids_count cycle |
926 | objagg_obj = world_obj_get( & world, objagg, key_ids[i]) |
928 | If IS_ERR(objagg_obj) Then |
929 | err = PTR_ERR(objagg_obj) |
930 | Go to err_world_obj_get |
934 | pr_debug_stats(objagg) |
935 | err = check_expect_stats(objagg, & expect_stats, & errmsg) |
936 | If err Then |
938 | Go to err_check_expect_stats |
944 | Go to err_hints_get |
948 | err = check_expect_hints_stats(hints, & expect_stats_hints, & errmsg) |
950 | If err Then |
952 | Go to err_check_expect_hints_stats |
959 | When i < key_ids_count cycle |
960 | objagg_obj = world_obj_get( & world2, objagg2, key_ids[i]) |
962 | If IS_ERR(objagg_obj) Then |
963 | err = PTR_ERR(objagg_obj) |
964 | Go to err_world2_obj_get |
968 | pr_debug_stats(objagg2) |
969 | err = check_expect_stats(objagg2, & expect_stats_hints, & errmsg) |
971 | If err Then |
973 | Go to err_check_expect_stats2 |
976 | err = 0 |
978 | err_check_expect_stats2 : |
979 | err_world2_obj_get : |
984 | i = key_ids_count |
986 | err_hints_get : |
987 | err_check_expect_stats : |
988 | err_world_obj_get : |
993 | Return err |
Name | Describe |
---|---|
test_hints |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |