Lines Matching refs:eState
48 : eState(e_none), in PE_Attribute()
85 switch (eState) in Process_Identifier()
89 eState = in_variable; in Process_Identifier()
95 eState = in_get; in Process_Identifier()
100 eState = in_set; in Process_Identifier()
105 eState = e_none; in Process_Identifier()
120 if (eState != e_start) in Process_Stereotype()
123 eState = e_none; in Process_Stereotype()
137 eState = e_none; in Process_Stereotype()
147 if (eState != e_start OR i_rToken.Id() != TokMetaType::mt_attribute) in Process_MetaType()
150 eState = e_none; in Process_MetaType()
160 switch (eState) in Process_Punctuation()
170 eState = e_none; in Process_Punctuation()
178 eState = in_raise_std; in Process_Punctuation()
188 eState = expect_end; in Process_Punctuation()
196 eState = in_raise_std; in Process_Punctuation()
207 if (eState == in_get OR eState == in_set) in Process_Raises()
218 if (eState == e_start) in Process_Default()
221 eState = in_variable; in Process_Default()
223 else if (eState == in_get OR eState == in_set) in Process_Default()
232 eState = e_start; in InitData()
244 eState = e_none; in TransferData()
250 switch (eState) in ReceiveData()
262 eState = expect_end; in ReceiveData()