Searched refs:TestDwarfSectionImpl (Results 1 – 1 of 1) sorted by relevance
34 class TestDwarfSectionImpl : public DwarfSectionImpl<TypeParam> { class36 TestDwarfSectionImpl(Memory* memory) : DwarfSectionImpl<TypeParam>(memory) {} in TestDwarfSectionImpl() function in unwindstack::TestDwarfSectionImpl37 virtual ~TestDwarfSectionImpl() = default;63 section_ = new TestDwarfSectionImpl<TypeParam>(&memory_); in SetUp()70 TestDwarfSectionImpl<TypeParam>* section_ = nullptr;