Home
last modified time | relevance | path

Searched refs:_pSortedMemberInit (Results 1 – 2 of 2) sorted by relevance

/trunk/main/stoc/source/corereflection/
H A Dcriface.cxx799 typelib_typedescription_release( _pSortedMemberInit[nPos].second ); in ~InterfaceIdlClassImpl()
801 delete [] _pSortedMemberInit; in ~InterfaceIdlClassImpl()
850 _pSortedMemberInit = pSortedMemberInit; in initMembers()
884 if (! _pSortedMemberInit) in getMethods()
894 getReflection(), _pSortedMemberInit[nPos].first, in getMethods()
895 _pSortedMemberInit[nPos].second, IdlClassImpl::getTypeDescr() ); in getMethods()
904 if (! _pSortedMemberInit) in getFields()
914 getReflection(), _pSortedMemberInit[_nMethods+nPos].first, in getFields()
915 _pSortedMemberInit[_nMethods+nPos].second, IdlClassImpl::getTypeDescr() ); in getFields()
924 if (! _pSortedMemberInit) in getMethod()
[all …]
H A Dbase.hxx220 MemberInit * _pSortedMemberInit; // first methods, then attributes member in stoc_corefl::InterfaceIdlClassImpl
237 , _pSortedMemberInit( 0 ) in InterfaceIdlClassImpl()