Searched defs:StaticRuntimeInfoFactory (Results 1 – 1 of 1) sorted by relevance
146 struct StaticRuntimeInfoFactory : public ObjectFactory<RuntimeInfo> { struct147 std::shared_ptr<RuntimeInfo> info;148 StaticRuntimeInfoFactory(std::shared_ptr<RuntimeInfo> i) : info(i) {} in StaticRuntimeInfoFactory() function149 std::shared_ptr<RuntimeInfo> make_shared() const override { in make_shared()