Lines Matching refs:aMethod
98 aMethod = pMeth; in Load()
189 if( aMethod.Is() ) nMask |= 0x0001; in Save()
209 if( nMask & 0x0001 ) rStm << aMethod; in Save()
358 if( aMethod.Is() || !GetRef() ) return aMethod; in GetMethod()
693 if( !aMethod.Is() ) in ReadAttributesSvIdl()
698 aMethod = new SvMetaSlot(); in ReadAttributesSvIdl()
700 if( aMethod->ReadSvIdl( rBase, rInStm ) ) in ReadAttributesSvIdl()
702 if( aMethod->IsMethod() ) in ReadAttributesSvIdl()
704 aMethod->SetSlotId( GetSlotId() ); in ReadAttributesSvIdl()
705 if( aMethod->Test( rBase, rInStm ) ) in ReadAttributesSvIdl()
710 aMethod.Clear(); in ReadAttributesSvIdl()
734 if( aMethod.Is() ) in WriteAttributesSvIdl()
737 aMethod->WriteSvIdl( rBase, rOutStm, nTab ); in WriteAttributesSvIdl()