Searched refs:mRuntimeInfoFactory (Results 1 – 2 of 2) sorted by relevance
921 return mRuntimeInfoFactory; in getRuntimeInfoFactory()988 mObject->mRuntimeInfoFactory = std::move(e); in setRuntimeInfoFactory()1000 if (!mObject->mRuntimeInfoFactory) in build()1001 mObject->mRuntimeInfoFactory = std::make_unique<ObjectFactory<RuntimeInfo>>(); in build()
226 std::unique_ptr<ObjectFactory<RuntimeInfo>> mRuntimeInfoFactory; variable