Searched refs:do_foo (Results 1 – 6 of 6) sorted by relevance
93 do_foo(); in foo()107 virtual void do_foo() in do_foo() function in Composite130 virtual void do_foo() in do_foo() function in ConcreteComposite1144 virtual void do_foo() in do_foo() function in ConcreteComposite2
74 void foo() { do_foo(); } in foo()96 virtual void do_foo() { }; in do_foo() function in test::Base184 virtual void do_foo() in do_foo() function in test::Derived_class
78 virtual int do_foo() = 0;83 return do_foo();
69 has a method :meth:`do_foo`. As a special case, a line beginning with the
1669 static int do_foo(void)1685 TEST(do_foo);
960 def do_foo(self):