Searched defs:TestBase (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/utest/fbl/
H A Drecycler_tests.cpp29 class TestBase { class in namespace:__anon1347
31 TestBase() { recycle_was_called_ = false; } function in class:__anon1347::TestBase
H A Dslab_allocator_tests.cpp23 class TestBase { class in namespace:__anon1351
26 TestBase() : ctype_(ConstructType::DEFAULT) { ++allocated_obj_count_; } function in class:__anon1351::TestBase
27 explicit TestBase(const size_t&) : ctype_(ConstructType::LVALUE_REF) { ++allocated_obj_count_; } function in class:__anon1351::TestBase
28 explicit TestBase(size_t&&) : ctype_(ConstructType::RVALUE_REF) { ++allocated_obj_count_; } function in class:__anon1351::TestBase
29 explicit TestBase(const size_t&, size_t&&) function in class:__anon1351::TestBase
[all...]

Completed in 73 milliseconds