Searched refs:PE_Function (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/autodoc/source/parser/cpp/ |
| H A D | pe_funct.cxx | 45 PE_Function::PerformFinishingPunctuation() in PerformFinishingPunctuation() 51 PE_Function::PE_Function( Cpp_PE * i_pParent ) in PE_Function() function in cpp::PE_Function 53 pStati( new PeStatusArray<PE_Function> ), in PE_Function() 76 pSpuParameter = new SPU_Parameter(*pSpParameter, 0, &PE_Function::SpReturn_Parameter); in PE_Function() 77 pSpuException = new SPU_Type(*pSpType, 0, &PE_Function::SpReturn_Exception); in PE_Function() 78 …pSpuCastOperatorType = new SPU_Type(*pSpType, &PE_Function::SpInit_CastOperatorType, &PE_Functi… in PE_Function() 81 PE_Function::~PE_Function() in ~PE_Function() 87 PE_Function::Init_Std( const String & i_sName, in Init_Std() 100 PE_Function::Init_Ctor( const String & i_sName, in Init_Ctor() 111 PE_Function::Init_Dtor( const String & i_sName, in Init_Dtor() [all …]
|
| H A D | pe_funct.hxx | 56 class PE_Function : public Cpp_PE class 79 PE_Function( 81 ~PE_Function(); 114 typedef SubPe< PE_Function, PE_Type > SP_Type; 115 typedef SubPeUse< PE_Function, PE_Type > SPU_Type; 116 typedef SubPe< PE_Function, PE_Parameter> SP_Parameter; 117 typedef SubPeUse<PE_Function, PE_Parameter> SPU_Parameter; 174 Dyn< PeStatusArray<PE_Function> > 204 PE_Function::Result_WithImplementation() const in Result_WithImplementation()
|
| H A D | pe_vafu.hxx | 43 class PE_Function; 94 typedef SubPe< PE_VarFunc, PE_Function > SP_Function; 95 typedef SubPeUse< PE_VarFunc, PE_Function > SPU_Function;
|
| /trunk/main/autodoc/source/parser_i/idl/ |
| H A D | pe_func2.cxx | 47 PE_Function::PE_Function( const RParent & i_rCurInterface ) in PE_Function() function in csi::uidl::PE_Function 67 PE_Function::PE_Function( const RParent & i_rCurService, in PE_Function() function in csi::uidl::PE_Function 89 PE_Function::EstablishContacts( UnoIDL_PE * io_pParentPE, in EstablishContacts() 98 PE_Function::~PE_Function() in ~PE_Function() 103 PE_Function::ProcessToken( const Token & i_rToken ) in ProcessToken() 109 PE_Function::Process_Stereotype( const TokStereotype & i_rToken ) in Process_Stereotype() 128 PE_Function::Process_Identifier( const TokIdentifier & i_rToken ) in Process_Identifier() 168 PE_Function::Process_Punctuation( const TokPunctuation & i_rToken ) in Process_Punctuation() 255 PE_Function::Process_BuiltInType( const TokBuiltInType & i_rToken ) in Process_BuiltInType() 286 PE_Function::Process_ParameterHandling( const TokParameterHandling & i_rToken ) in Process_ParameterHandling() [all …]
|
| H A D | pe_servi.cxx | 64 pPE_Constructor = new PE_Function(nCurService, PE_Function::constructor); in PE_Service()
|
| H A D | pe_iface.cxx | 106 pPE_Function = new PE_Function(nCurInterface); in PE_Interface()
|
| /trunk/main/autodoc/source/parser_i/inc/s2_luidl/ |
| H A D | pe_func2.hxx | 56 class PE_Function : public UnoIDL_PE, class 66 PE_Function( 70 PE_Function( 79 virtual ~PE_Function();
|
| H A D | pe_servi.hxx | 52 class PE_Function; 130 Dyn<PE_Function> pPE_Constructor;
|
| H A D | pe_iface.hxx | 51 class PE_Function; 162 Dyn<PE_Function> pPE_Function;
|