Searched refs:MethodVector (Results 1 – 6 of 6) sorted by relevance
124 void ImportMethodsOfStructType(MethodVector &methods);
121 void OutputMethodsOfStruct(const MethodVector &methods);
1293 using MethodVector = std::vector<MethodPair>; variable1389 MethodVector &GetMethods() in GetMethods()1393 const MethodVector &GetMethods() const in GetMethods()1768 MethodVector methods {}; // for the list of member function prototypes
1256 static void DumpMethods(MethodVector methods, int indent) in DumpMethods()1287 static void DumpConstructorsAsCxx(MethodVector methods, int indent) in DumpConstructorsAsCxx()
583 void BinaryMplExport::OutputMethodsOfStruct(const MethodVector &methods) in OutputMethodsOfStruct()
382 void BinaryMplImport::ImportMethodsOfStructType(MethodVector &methods) in ImportMethodsOfStructType()