Searched refs:mRuntimeInfoFactory (Results 1 – 2 of 2) sorted by relevance
951 return mRuntimeInfoFactory; in getRuntimeInfoFactory()1235 mObject->mRuntimeInfoFactory = std::move(e); in setRuntimeInfoFactory()1247 if (!mObject->mRuntimeInfoFactory) in build()1248 mObject->mRuntimeInfoFactory = std::make_unique<ObjectFactory<RuntimeInfo>>(); in build()
242 std::unique_ptr<ObjectFactory<RuntimeInfo>> mRuntimeInfoFactory; variable