Home
last modified time | relevance | path

Searched refs:TestObj (Results 1 – 2 of 2) sorted by relevance

/system/utest/fbl/include/fbl/tests/intrusive_containers/
A Dtest_thunks.h78 class _ptr_type ## _container_type ## TestObj : \
80 typename ptr_type::_ptr_type<_ptr_type ## _container_type ## TestObj>::type>> { \
82 explicit _ptr_type ## _container_type ## TestObj(size_t val) \
86 _ptr_type ## TestTraits<_ptr_type ## _container_type ## TestObj>
93 StdUniquePtrCustomDeleter ## _container_type ## TestObj \
97 DEFINE_TEST_OBJECT(_container_type, Unmanaged, TestObj); \
98 DEFINE_TEST_OBJECT(_container_type, UniquePtr, TestObj); \
99 DEFINE_TEST_OBJECT(_container_type, StdUniquePtrDefaultDeleter, TestObj); \
100 DEFINE_TEST_OBJECT(_container_type, StdUniquePtrCustomDeleter, TestObj); \
A Dobjects.h93 class TestObj : public _ContainerTraits::TestObjBaseType,
100 explicit TestObj(size_t val) in TestObj() function
113 bool operator==(const TestObj<ContainerTraits>& other) const { return this == &other; }
114 bool operator!=(const TestObj<ContainerTraits>& other) const { return this != &other; }
126 class RefedTestObj : public TestObj<ContainerTraits>,
129 explicit RefedTestObj(size_t val) : TestObj<ContainerTraits>(val) { } in RefedTestObj()

Completed in 6 milliseconds