Lines Matching refs:aEnumObj
686 RscEnumerateObj aEnumObj; member in RscEnumerateRef
691 aEnumObj.pTypCont = pTC; in RscEnumerateRef()
692 aEnumObj.fOutput = fOutput; in RscEnumerateRef()
697 aEnumObj.aError.Clear(); in WriteRc()
699 return aEnumObj.aError; in WriteRc()
704 aEnumObj.lFileKey = lFileKey; in WriteSrc()
706 aEnumObj.aError.Clear(); in WriteSrc()
708 return aEnumObj.aError; in WriteSrc()
713 aEnumObj.lFileKey = lFileKey; in WriteCxx()
715 aEnumObj.aError.Clear(); in WriteCxx()
717 return aEnumObj.aError; in WriteCxx()
722 aEnumObj.lFileKey = lFileKey; in WriteHxx()
724 aEnumObj.aError.Clear(); in WriteHxx()
726 return aEnumObj.aError; in WriteHxx()
753 aEnumObj.WriteRc( pRef, pRef->GetObjNode() ); in IMPL_LINK_INLINE_START()
759 aEnumObj.WriteSrc( pRef, pRef->GetObjNode() ); in IMPL_LINK_INLINE_END()
766 aEnumObj.WriteCxx( pRef, pRef->GetObjNode() ); in IMPL_LINK_INLINE_END()
773 aEnumObj.WriteHxx( pRef, pRef->GetObjNode() ); in IMPL_LINK_INLINE_END()
779 pRef->WriteSyntaxHeader( aEnumObj.fOutput, aEnumObj.pTypCont ); in IMPL_LINK_INLINE_END()
785 pRef->WriteRcCtor( aEnumObj.fOutput, aEnumObj.pTypCont ); in IMPL_LINK_INLINE_END()
814 aEnumRef.aEnumObj.WriteRcFile( aMem, rContext.fOutput ); in IMPL_LINK_INLINE_END()