Searched defs:AnotherBar (Results 1 – 1 of 1) sorted by relevance
31 class AnotherBar : public Foo { class33 explicit AnotherBar(int x) : Foo(x) { in AnotherBar() function in c10_test::AnotherBar