Searched refs:TokMetaType (Results 1 – 18 of 18) sorted by relevance
/trunk/main/autodoc/source/parser_i/idl/ |
H A D | tk_keyw.cxx | 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"); 64 TokMetaType::EV_TokenId ev_mt_ident(TokMetaType::mt_ident,"ident"); 66 TokMetaType::EV_TokenId ev_mt_module(TokMetaType::mt_module,"module"); 67 TokMetaType::EV_TokenId ev_mt_property(TokMetaType::mt_property,"property"); 68 TokMetaType::EV_TokenId ev_mt_service(TokMetaType::mt_service,"service"); 70 TokMetaType::EV_TokenId ev_mt_struct(TokMetaType::mt_struct,"struct"); 71 TokMetaType::EV_TokenId ev_mt_typedef(TokMetaType::mt_typedef,"typedef"); [all …]
|
H A D | pe_file2.cxx | 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 …]
|
H A D | cx_idlco.cxx | 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; 89 const UINT16 nTok_mt_ident = 300 + TokMetaType::mt_ident; 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; 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; [all …]
|
H A D | pe_servi.cxx | 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()
|
H A D | pe_singl.cxx | 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()
|
H A D | pe_property.cxx | 120 PE_Property::Process_MetaType( const TokMetaType & i_rToken ) in Process_MetaType() 124 if ( i_rToken.Id() == TokMetaType::mt_property ) in Process_MetaType()
|
H A D | pe_attri.cxx | 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()
|
H A D | pestate.cxx | 69 ParseEnvState::Process_MetaType( const TokMetaType & ) in Process_MetaType() argument
|
H A D | pe_iface.cxx | 134 PE_Interface::Process_MetaType( const TokMetaType & i_rToken ) in Process_MetaType()
|
/trunk/main/autodoc/source/parser_i/inc/s2_luidl/ |
H A D | tokintpr.hxx | 44 class TokMetaType; 70 const TokMetaType & i_rToken ) = 0;
|
H A D | tk_keyw.hxx | 107 class TokMetaType : public TokKeyword class 129 TokMetaType( in TokMetaType() function in csi::uidl::TokMetaType
|
H A D | pestate.hxx | 65 const TokMetaType & i_rToken );
|
H A D | pe_property.hxx | 75 const TokMetaType & i_rToken );
|
H A D | pe_attri.hxx | 85 const TokMetaType & i_rToken );
|
H A D | pe_singl.hxx | 70 const TokMetaType & i_rToken );
|
H A D | pe_servi.hxx | 71 const TokMetaType & i_rToken );
|
H A D | pe_file2.hxx | 86 const TokMetaType & i_rToken );
|
H A D | pe_iface.hxx | 71 const TokMetaType & i_rToken );
|
Completed in 32 milliseconds