Home
last modified time | relevance | path

Searched refs:do_foo (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/ptr_container/test/
Dincomplete_type_test.cpp93 do_foo(); in foo()
107 virtual void do_foo() in do_foo() function in Composite
130 virtual void do_foo() in do_foo() function in ConcreteComposite1
144 virtual void do_foo() in do_foo() function in ConcreteComposite2
Dtest_data.hpp74 void foo() { do_foo(); } in foo()
96 virtual void do_foo() { }; in do_foo() function in test::Base
184 virtual void do_foo() in do_foo() function in test::Derived_class
/third_party/boost/libs/ptr_container/doc/
Dguidelines.rst78 virtual int do_foo() = 0;
83 return do_foo();
/third_party/python/Doc/library/
Dcmd.rst69 has a method :meth:`do_foo`. As a special case, a line beginning with the
/third_party/ltp/doc/
Dc-test-api.txt1669 static int do_foo(void)
1685 TEST(do_foo);
/third_party/python/Doc/faq/
Dprogramming.rst960 def do_foo(self):