Searched refs:pOutputDesc (Results 1 – 6 of 6) sorted by relevance
95 SectionMap::Output::Output(const OutputSectDesc& pOutputDesc) in Output() argument96 : m_Name(pOutputDesc.name()), in Output()97 m_Prolog(pOutputDesc.prolog()), in Output()98 m_Epilog(pOutputDesc.epilog()), in Output()264 const OutputSectDesc& pOutputDesc) in insert() argument268 if ((*out)->name().compare(pOutputDesc.name()) == 0 && in insert()269 (*out)->prolog() == pOutputDesc.prolog() && in insert()270 (*out)->epilog() == pOutputDesc.epilog()) in insert()291 Output* output = new Output(pOutputDesc); in insert()
167 SectDescOperand::SectDescOperand(const SectionMap::Output* pOutputDesc) in SectDescOperand() argument168 : Operand(Operand::SECTION_DESC), m_pOutputDesc(pOutputDesc) in SectDescOperand()178 SectDescOperand* SectDescOperand::create(const SectionMap::Output* pOutputDesc) in create() argument181 new (result) SectDescOperand(pOutputDesc); in create()
23 const OutputSectDesc& pOutputDesc) in InputSectDesc() argument27 m_OutputSectDesc(pOutputDesc) in InputSectDesc()
173 SectDescOperand(const SectionMap::Output* pOutputDesc);192 static SectDescOperand* create(const SectionMap::Output* pOutputDesc);
78 const OutputSectDesc& pOutputDesc);
74 Output(const OutputSectDesc& pOutputDesc);172 insert(const InputSectDesc& pInputDesc, const OutputSectDesc& pOutputDesc);