Lines Matching refs:Init
133 CPPUNIT_ASSERT_EQUAL(table.Init(), B_OK); in InsertTest()
144 CPPUNIT_ASSERT_EQUAL(table.Init(), B_OK); in InsertUncheckedTest()
155 CPPUNIT_ASSERT_EQUAL(table.Init(), B_OK); in InsertUncheckedUninitializedTest()
167 CPPUNIT_ASSERT_EQUAL(table.Init(kEntryCount * 2), B_OK); in IterateAndCountTest()
199 CPPUNIT_ASSERT_EQUAL(table.Init(8), B_OK); in ResizeTest()
226 CPPUNIT_ASSERT_EQUAL(table.Init(0), B_OK); in LookupTest()
237 CPPUNIT_ASSERT_EQUAL(table.Init(0), B_OK); in RemoveTest()
252 CPPUNIT_ASSERT_EQUAL(table.Init(0), B_OK); in RemoveUncheckedTest()
269 CPPUNIT_ASSERT_EQUAL(table.Init(), B_OK); in RemoveWhenNotPresentTest()
292 CPPUNIT_ASSERT_EQUAL(table.Init(0), B_OK); in DuplicateInsertTest()
320 CPPUNIT_ASSERT_EQUAL(table.Init(1), B_OK); in DisableAutoExpandTest()
333 CPPUNIT_ASSERT_EQUAL(table.Init(0), B_OK); in InitWithZeroSizeTest()
347 CPPUNIT_ASSERT_EQUAL(table.Init(), B_OK); in ClearTest()
372 CPPUNIT_ASSERT_EQUAL(table.Init(), B_OK); in ClearAndReturnTest()