Searched refs:TokMetaType (Results 1 – 18 of 18) sorted by relevance
32 using csi::uidl::TokMetaType;59 TokMetaType::EV_TokenId ev_mt_none(TokMetaType::e_none,"");60 TokMetaType::EV_TokenId ev_mt_attribute(TokMetaType::mt_attribute,"attribute");61 TokMetaType::EV_TokenId ev_mt_constants(TokMetaType::mt_constants,"constants");62 TokMetaType::EV_TokenId ev_mt_enum(TokMetaType::mt_enum,"enum");63 TokMetaType::EV_TokenId ev_mt_exception(TokMetaType::mt_exception,"exception");64 TokMetaType::EV_TokenId ev_mt_ident(TokMetaType::mt_ident,"ident");65 TokMetaType::EV_TokenId ev_mt_interface(TokMetaType::mt_interface,"interface");66 TokMetaType::EV_TokenId ev_mt_module(TokMetaType::mt_module,"module");67 TokMetaType::EV_TokenId ev_mt_property(TokMetaType::mt_property,"property");[all …]
194 PE_File::Process_MetaType( const TokMetaType & i_rToken ) in Process_MetaType()198 case TokMetaType::mt_service: in Process_MetaType()202 case TokMetaType::mt_singleton: in Process_MetaType()206 case TokMetaType::mt_uik: in Process_MetaType()210 case TokMetaType::mt_interface: in Process_MetaType()214 case TokMetaType::mt_module: in Process_MetaType()218 case TokMetaType::mt_struct: in Process_MetaType()222 case TokMetaType::mt_exception: in Process_MetaType()226 case TokMetaType::mt_constants: in Process_MetaType()230 case TokMetaType::mt_enum: in Process_MetaType()[all …]
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;[all …]
90 PE_Service::Process_MetaType( const TokMetaType & i_rToken ) in Process_MetaType()94 case TokMetaType::mt_service: in Process_MetaType()105 case TokMetaType::mt_interface: in Process_MetaType()114 case TokMetaType::mt_property: in Process_MetaType()
103 PE_Singleton::Process_MetaType( const TokMetaType & i_rToken ) in Process_MetaType()107 case TokMetaType::mt_service: in Process_MetaType()116 case TokMetaType::mt_singleton: in Process_MetaType()
120 PE_Property::Process_MetaType( const TokMetaType & i_rToken ) in Process_MetaType()124 if ( i_rToken.Id() == TokMetaType::mt_property ) in Process_MetaType()
145 PE_Attribute::Process_MetaType( const TokMetaType & i_rToken ) in Process_MetaType()147 if (eState != e_start OR i_rToken.Id() != TokMetaType::mt_attribute) in Process_MetaType()
69 ParseEnvState::Process_MetaType( const TokMetaType & ) in Process_MetaType() argument
134 PE_Interface::Process_MetaType( const TokMetaType & i_rToken ) in Process_MetaType()
44 class TokMetaType;70 const TokMetaType & i_rToken ) = 0;
107 class TokMetaType : public TokKeyword class129 TokMetaType( in TokMetaType() function in csi::uidl::TokMetaType
65 const TokMetaType & i_rToken );
75 const TokMetaType & i_rToken );
85 const TokMetaType & i_rToken );
70 const TokMetaType & i_rToken );
71 const TokMetaType & i_rToken );
86 const TokMetaType & i_rToken );