Lines Matching refs:GetMethod
324 b |= NULL != GetMethod(); in IsMethod()
337 SvMetaAttribute * pMeth = GetMethod(); in GetMangleName()
356 SvMetaAttribute * SvMetaSlot::GetMethod() const in GetMethod() function in SvMetaSlot
359 return ((SvMetaSlot *)GetRef())->GetMethod(); in GetMethod()
1027 SvMetaAttributeRef xM = GetMethod(); in Write()
1476 SvMetaAttribute * pMethod = GetMethod(); in WriteSlot()
1534 SvMetaAttribute * pMethod = GetMethod(); in WriteSlotParamArray()
1580 SvMetaAttribute * pMethod = GetMethod(); in WriteSlotMap()
1775 if ( GetType()->GetType() != TYPE_METHOD && GetMethod() ) in WriteCSV()
1777 rStrm << GetMethod()->GetType()->GetReturnType()->GetName().GetBuffer() << ','; in WriteCSV()
1778 rStrm << GetMethod()->GetName().GetBuffer() << ','; in WriteCSV()
1788 if ( GetType()->GetType() == TYPE_METHOD || GetMethod() ) in WriteCSV()
1791 if ( GetMethod() ) in WriteCSV()
1792 pList = &GetMethod()->GetType()->GetAttrList(); in WriteCSV()