Searched refs:Baz (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/lists/
H A Dlists.cpp55 class Baz // Foo is already taken in the hash test class
58 Baz(const wxString& name) : m_name(name) { ms_bars++; } function in class:Baz
59 Baz(const Baz& bar) : m_name(bar.m_name) { ms_bars++; } function in class:Baz
60 ~Baz() { ms_bars--; }
72 size_t Baz::ms_bars = 0;
76 WX_DECLARE_LIST(Baz, wxListBazs);
166 list1.Append(new Baz(_T("first")));
167 list1.Append(new Baz(_T("second")));
170 CPPUNIT_ASSERT( Baz
[all...]

Completed in 59 milliseconds