Lines Matching refs:UINT16

66 const UINT16 nTok_bty_any = 100 + TokBuiltInType::bty_any;
67 const UINT16 nTok_bty_boolean = 100 + TokBuiltInType::bty_boolean;
68 const UINT16 nTok_bty_byte = 100 + TokBuiltInType::bty_byte;
69 const UINT16 nTok_bty_char = 100 + TokBuiltInType::bty_char;
70 const UINT16 nTok_bty_double = 100 + TokBuiltInType::bty_double;
71 const UINT16 nTok_bty_hyper = 100 + TokBuiltInType::bty_hyper;
72 const UINT16 nTok_bty_long = 100 + TokBuiltInType::bty_long;
73 const UINT16 nTok_bty_short = 100 + TokBuiltInType::bty_short;
74 const UINT16 nTok_bty_string = 100 + TokBuiltInType::bty_string;
75 const UINT16 nTok_bty_void = 100 + TokBuiltInType::bty_void;
76 const UINT16 nTok_bty_ellipse = 100 + TokBuiltInType::bty_ellipse;
78 const UINT16 nTok_tmod_unsigned = 200 + TokTypeModifier::tmod_unsigned;
79 const UINT16 nTok_tmod_sequence = 200 + TokTypeModifier::tmod_sequence;
81 const UINT16 nTok_ph_in = 250 + TokParameterHandling::ph_in;
82 const UINT16 nTok_ph_out = 250 + TokParameterHandling::ph_out;
83 const UINT16 nTok_ph_inout = 250 + TokParameterHandling::ph_inout;
85 const UINT16 nTok_mt_attribute = 300 + TokMetaType::mt_attribute;
86 const UINT16 nTok_mt_constants = 300 + TokMetaType::mt_constants;
87 const UINT16 nTok_mt_enum = 300 + TokMetaType::mt_enum;
88 const UINT16 nTok_mt_exception = 300 + TokMetaType::mt_exception;
89 const UINT16 nTok_mt_ident = 300 + TokMetaType::mt_ident;
90 const UINT16 nTok_mt_interface = 300 + TokMetaType::mt_interface;
91 const UINT16 nTok_mt_module = 300 + TokMetaType::mt_module;
92 const UINT16 nTok_mt_property = 300 + TokMetaType::mt_property;
93 const UINT16 nTok_mt_service = 300 + TokMetaType::mt_service;
94 const UINT16 nTok_mt_singleton = 300 + TokMetaType::mt_singleton;
95 const UINT16 nTok_mt_struct = 300 + TokMetaType::mt_struct;
96 const UINT16 nTok_mt_typedef = 300 + TokMetaType::mt_typedef;
97 const UINT16 nTok_mt_uik = 300 + TokMetaType::mt_uik;
99 const UINT16 nTok_ste_bound = 400 + TokStereotype::ste_bound;
100 const UINT16 nTok_ste_constrained = 400 + TokStereotype::ste_constrained;
101 const UINT16 nTok_ste_const = 400 + TokStereotype::ste_const;
102 const UINT16 nTok_ste_maybeambiguous = 400 + TokStereotype::ste_maybeambiguous;
103 const UINT16 nTok_ste_maybedefault = 400 + TokStereotype::ste_maybedefault;
104 const UINT16 nTok_ste_maybevoid = 400 + TokStereotype::ste_maybevoid;
105 const UINT16 nTok_ste_oneway = 400 + TokStereotype::ste_oneway;
106 const UINT16 nTok_ste_optional = 400 + TokStereotype::ste_optional;
107 const UINT16 nTok_ste_readonly = 400 + TokStereotype::ste_readonly;
108 const UINT16 nTok_ste_removable = 400 + TokStereotype::ste_removable;
109 const UINT16 nTok_ste_virtual = 400 + TokStereotype::ste_virtual;
110 const UINT16 nTok_ste_transient = 400 + TokStereotype::ste_transient;
111 const UINT16 nTok_ste_published = 400 + TokStereotype::ste_published;
113 const UINT16 nTok_raises = 501;
114 const UINT16 nTok_needs = 502;
115 const UINT16 nTok_observes = 503;
117 const UINT16 nTok_assignment = 550;
119 const UINT16 nTok_ignore = 600;
120 const UINT16 nTok_none_MLCommentBegin = 601;
121 const UINT16 nTok_none_SLCommentBegin = 602;
122 const UINT16 nTok_none_MLDocuBegin = 603;
123 const UINT16 nTok_none_SLDocuBegin = 604;
124 const UINT16 nTok_none_PraeprocessorBegin = 605;
127 const UINT16 nTok_punct_BracketOpen = 700 + TokPunctuation::BracketOpen;
128 const UINT16 nTok_punct_BracketClose = 700 + TokPunctuation::BracketClose;
129 const UINT16 nTok_punct_ArrayBracketOpen = 700 + TokPunctuation::ArrayBracketOpen;
130 const UINT16 nTok_punct_ArrayBracketClose = 700 + TokPunctuation::ArrayBracketClose;
131 const UINT16 nTok_punct_CurledBracketOpen = 700 + TokPunctuation::CurledBracketOpen;
132 const UINT16 nTok_punct_CurledBracketClose = 700 + TokPunctuation::CurledBracketClose;
133 const UINT16 nTok_punct_Semicolon = 700 + TokPunctuation::Semicolon;
134 const UINT16 nTok_punct_Colon = 700 + TokPunctuation::Colon;
135 const UINT16 nTok_punct_DoubleColon = 700 + TokPunctuation::DoubleColon;
136 const UINT16 nTok_punct_Comma = 700 + TokPunctuation::Comma;
137 const UINT16 nTok_punct_Minus = 700 + TokPunctuation::Minus;
138 const UINT16 nTok_punct_Fullstop = 700 + TokPunctuation::Fullstop;
139 const UINT16 nTok_punct_Lesser = 700 + TokPunctuation::Lesser;
140 const UINT16 nTok_punct_Greater = 700 + TokPunctuation::Greater;
142 const UINT16 nTok_EOL = 801;
143 const UINT16 nTok_EOF = 802;
177 UINT16 nTokenId = 0; in ReadCharChain()
208 UINT16 i_nTokenId, in PerformStatusFunction()