Lines Matching refs:_rSource
69 ODADescriptorImpl(const ODADescriptorImpl& _rSource);
102 ODADescriptorImpl::ODADescriptorImpl(const ODADescriptorImpl& _rSource) in ODADescriptorImpl() argument
103 :m_bSetOutOfDate( _rSource.m_bSetOutOfDate ) in ODADescriptorImpl()
104 ,m_bSequenceOutOfDate( _rSource.m_bSequenceOutOfDate ) in ODADescriptorImpl()
105 ,m_aValues( _rSource.m_aValues ) in ODADescriptorImpl()
108 m_xAsSet = _rSource.m_xAsSet; in ODADescriptorImpl()
110 m_aAsSequence = _rSource.m_aAsSequence; in ODADescriptorImpl()
339 ODataAccessDescriptor::ODataAccessDescriptor( const ODataAccessDescriptor& _rSource ) in ODataAccessDescriptor() argument
341 :m_pImpl(new ODADescriptorImpl(*_rSource.m_pImpl)) in ODataAccessDescriptor()
349 …onst ODataAccessDescriptor& ODataAccessDescriptor::operator=(const ODataAccessDescriptor& _rSource) in operator =() argument
353 m_pImpl = new ODADescriptorImpl(*_rSource.m_pImpl); in operator =()