Searched defs:StaticRuntimeInfoFactory (Results 1 – 1 of 1) sorted by relevance
143 struct StaticRuntimeInfoFactory : public ObjectFactory<RuntimeInfo> { struct144 std::shared_ptr<RuntimeInfo> info;145 StaticRuntimeInfoFactory(std::shared_ptr<RuntimeInfo> i) : info(i) {} in StaticRuntimeInfoFactory() function146 std::shared_ptr<RuntimeInfo> make_shared() const override { in make_shared()