Home
last modified time | relevance | path

Searched refs:pPE_Type (Results 1 – 20 of 20) sorted by relevance

/trunk/main/autodoc/source/parser_i/idl/
H A Dpe_servi.cxx57 pPE_Type(0), in PE_Service()
63 pPE_Type = new PE_Type(nCurParsed_Type); in PE_Service()
74 pPE_Type->EstablishContacts(this,io_rRepository,o_rResult); in EstablishContacts()
99 SetResult(done, push_sure, pPE_Type.Ptr()); in Process_MetaType()
108 SetResult(done, push_sure, pPE_Type.Ptr()); in Process_MetaType()
154 SetResult(done, push_sure, pPE_Type.Ptr()); in Process_Punctuation()
192 SetResult(done, push_sure, pPE_Type.Ptr()); in Process_Punctuation()
197 SetResult(done, push_sure, pPE_Type.Ptr()); in Process_Punctuation()
325 pPE_Type->SetOptional(); in ReceiveData()
329 pPE_Type->ReleaseDocu()); in ReceiveData()
[all …]
H A Dpe_selem.cxx53 pPE_Type(0), in PE_StructElement()
58 pPE_Type = new PE_Type(nType); in PE_StructElement()
67 pPE_Type(0), in PE_StructElement()
72 pPE_Type = new PE_Type(nType); in PE_StructElement()
81 pPE_Type->EstablishContacts(this,io_rRepository,o_rResult); in EstablishContacts()
99 SetResult( not_done, push_sure, pPE_Type.Ptr() ); in Process_Default()
122 SetResult( not_done, push_sure, pPE_Type.Ptr() ); in Process_Identifier()
H A Dpe_vari2.cxx48 pPE_Type(0) in PE_Variable()
50 pPE_Type = new PE_Type(i_rResult_Type); in PE_Variable()
59 pPE_Type->EstablishContacts(this,io_rRepository,o_rResult); in EstablishContacts()
78 SetResult( not_done, push_sure, pPE_Type.Ptr() ); in Process_Default()
90 SetResult( not_done, push_sure, pPE_Type.Ptr() ); in Process_Identifier()
126 SetResult( not_done, push_sure, pPE_Type.Ptr() ); in Process_BuiltInType()
H A Dpe_func2.cxx54 pPE_Type(0), in PE_Function()
63 pPE_Type = new PE_Type(nCurParsedType); in PE_Function()
75 pPE_Type(0), in PE_Function()
84 pPE_Type = new PE_Type(nCurParsedType); in PE_Function()
94 pPE_Type->EstablishContacts(this,io_rRepository,o_rResult); in EstablishContacts()
346 SetResult(not_done, push_sure, pPE_Type.Ptr()); in GoIntoReturnType()
360 SetResult(not_done, push_sure, pPE_Type.Ptr()); in GoIntoException()
H A Dpe_iface.cxx102 pPE_Type(0), in PE_Interface()
107 pPE_Type = new PE_Type(nCurParsed_Base); in PE_Interface()
118 pPE_Type->EstablishContacts(this,io_rRepository,o_rResult); in EstablishContacts()
254 SetResult(done, push_sure, pPE_Type.Ptr()); in On_wait_for_base_Punctuation()
355 SetResult(done, push_sure, pPE_Type.Ptr()); in On_std_GotoBaseInterface()
428 pPE_Type->SetOptional(); in ReceiveData()
433 pPE_Type->ReleaseDocu()); in ReceiveData()
H A Dpe_singl.cxx76 pPE_Type(0), in PE_Singleton()
79 pPE_Type = new PE_Type(nCurParsed_Type); in PE_Singleton()
88 pPE_Type->EstablishContacts(this,io_rRepository,o_rResult); in EstablishContacts()
110 SetResult(done, push_sure, pPE_Type.Ptr()); in Process_MetaType()
187 SetResult(done, push_sure, pPE_Type.Ptr()); in Process_Punctuation()
H A Dpe_const.cxx76 pPE_Type(0), in PE_Constant()
82 pPE_Type = new PE_Type(nType); in PE_Constant()
92 pPE_Type->EstablishContacts(this,io_rRepository,o_rResult); in EstablishContacts()
158 SetResult( done, push_sure, pPE_Type.Ptr() ); in On_expect_const_Stereotype()
218 pPE_Type->PassDocuAt(rCe); in CreateSingleConstant()
H A Dpe_tydf2.cxx71 pPE_Type(0), in PE_Typedef()
75 pPE_Type = new PE_Type(nType); in PE_Typedef()
84 pPE_Type->EstablishContacts(this,io_rRepository,o_rResult); in EstablishContacts()
118 SetResult(not_done,push_sure, pPE_Type.Ptr()); in On_expect_description_Any()
H A Dpe_excp.cxx60 Work().pPE_Type->EstablishContacts(this,io_rRepository,o_rResult); in EstablishContacts()
104 pPE_Type(0), in S_Work()
109 pPE_Type = new PE_Type(nCurParsed_Base); in S_Work()
182 SetResult(done,push_sure,Work().pPE_Type.Ptr()); in Process_Punctuation()
H A Dpe_struc.cxx59 Work().pPE_Type->EstablishContacts(this,io_rRepository,o_rResult); in EstablishContacts()
104 pPE_Type(0), in S_Work()
109 pPE_Type = new PE_Type(nCurParsed_Base); in S_Work()
190 SetResult(done,push_sure,Work().pPE_Type.Ptr()); in Process_Punctuation()
/trunk/main/autodoc/source/parser_i/inc/s2_luidl/
H A Dpe_vari2.hxx93 Dyn<PE_Type> pPE_Type; member in csi::uidl::PE_Variable
H A Dpe_tydf2.hxx107 Dyn<PE_Type> pPE_Type; member in csi::uidl::PE_Typedef
H A Dpe_selem.hxx105 Dyn<PE_Type> pPE_Type; member in csi::uidl::PE_StructElement
H A Dpe_singl.hxx135 Dyn<PE_Type> pPE_Type; member in csi::uidl::PE_Singleton
H A Dpe_const.hxx126 Dyn<PE_Type> pPE_Type; member in csi::uidl::PE_Constant
H A Dpe_servi.hxx127 Dyn<PE_Type> pPE_Type; member in csi::uidl::PE_Service
H A Dpe_func2.hxx143 Dyn<PE_Type> pPE_Type; member in csi::uidl::PE_Function
H A Dpe_iface.hxx165 Dyn<PE_Type> pPE_Type; member in csi::uidl::PE_Interface
H A Dpe_excp.hxx93 Dyn<PE_Type> pPE_Type; member
H A Dpe_struc.hxx96 Dyn<PE_Type> pPE_Type; member

Completed in 74 milliseconds