函数逻辑报告 |
Source Code:lib\test_objagg.c |
Create Date:2022-07-27 07:32:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:check_expect
函数原型:static int check_expect(struct world *world, const struct action_item *action_item, unsigned int orig_delta_count, unsigned int orig_root_count)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct world * | world | |
const struct action_item * | action_item | |
unsigned int | orig_delta_count | |
unsigned int | orig_root_count |
569 | 当:expect_delta恒等于EXPECT_DELTA_SAME |
576 | 当:expect_delta恒等于EXPECT_DELTA_INC |
585 | 当:expect_delta恒等于EXPECT_DELTA_DEC |
586 | 如果WARN_ON(action == ACTION_GET)则返回:负EINVAL |
588 | 如果orig_delta_count减1不等于delta_count则 |
593 | 退出 |
597 | 当:expect_root恒等于EXPECT_ROOT_SAME |
604 | 当:expect_root恒等于EXPECT_ROOT_INC |
613 | 当:expect_root恒等于EXPECT_ROOT_DEC |
614 | 如果WARN_ON(action == ACTION_GET)则返回:负EINVAL |
616 | 如果orig_root_count减1不等于root_count则 |
623 | 返回:0 |
名称 | 描述 |
---|---|
test_delta_action_item |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |