| 118 | } |
| 119 | |
| 120 | ACE_UINT32 get_u32_annotation_member_value(AST_Annotation_Appl* appl, |
| 121 | const char* member_name) |
| 122 | { |
| 123 | AST_Expression::AST_ExprValue* const ev = |
| 124 | get_annotation_member_ev(appl, member_name, AST_Expression::EV_ulong); |
| 125 | return ev->u.ulval; |
| 126 | } |
| 127 | |
| 128 | ACE_INT32 get_i32_annotation_member_value(AST_Annotation_Appl* appl, |
| 129 | const char* member_name) |
no test coverage detected