Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/api/src/
Dwriter_adapter.h29 const WriterStruct* GetStruct();
Dwriter_adapter.cpp36 const WriterStruct* WriterAdapter::GetStruct() in GetStruct() function in WriterAdapter
Dplugin_module.cpp293 return structPtr_->callbacks->onRegisterWriterStruct(writerAdapter_->GetStruct()); in RegisterWriter()
/developtools/profiler/device/plugins/api/test/unittest/
Dwriter_adapter_test.cpp38 EXPECT_EQ(writerAdapter.GetStruct(), &writerAdapter.writerStruct_);