Searched refs:MethodPtrVector (Results 1 – 1 of 1) sorted by relevance
1294 using MethodPtrVector = std::vector<MethodPair *>; variable1404 MethodPtrVector &GetVTableMethods() in GetVTableMethods()1420 const MethodPtrVector &GetItableMethods() const in GetItableMethods()1769 …MethodPtrVector vTableMethods {}; // the list of implmentation for all virtual functions for this…1770 …MethodPtrVector iTableMethods {}; // the list of all interface functions for this type; For class…