Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DDwarfSectionImplTest.cpp34 class TestDwarfSectionImpl : public DwarfSectionImpl<TypeParam> { class
36 TestDwarfSectionImpl(Memory* memory) : DwarfSectionImpl<TypeParam>(memory) {} in TestDwarfSectionImpl() function in unwindstack::TestDwarfSectionImpl
37 virtual ~TestDwarfSectionImpl() = default;
63 section_ = new TestDwarfSectionImpl<TypeParam>(&memory_); in SetUp()
70 TestDwarfSectionImpl<TypeParam>* section_ = nullptr;