Searched refs:MyComponentInstance (Results 1 – 1 of 1) sorted by relevance
90 class MyComponentInstance : public C2ComponentInterface { class157 MyComponentInstance() { in MyComponentInstance() function in MyComponentInstance167 const MyComponentInstance *instance;170 MyParamReflector(const MyComponentInstance *i) : instance(i) { } in MyParamReflector()218 virtual ~MyComponentInstance() override = default;395 std::shared_ptr<MyComponentInstance> myComp(new MyComponentInstance); in TEST_F()