Searched defs:TestOrder (Results 1 – 5 of 5) sorted by relevance
109 class TestOrder : public C, public B, public A { class150 TestOrder::TestOrder() in TestOrder() function in TestOrder
18 class TestOrder : public C, public B, public virtual A { class
12 class TestOrder(enum.Enum): class
43 extern "C" PIPSQUEAK_EXPORT void TestOrder(std::vector<std::string> &V) { in TestOrder() function
38 typedef void (*TestOrder)(std::vector<std::string> &V); typedef