Home
last modified time | relevance | path

Searched refs:UpdaterInstructionFactory (Results 1 – 2 of 2) sorted by relevance

/base/update/updater/services/updater_binary/
Dupdate_processor.h44 class UpdaterInstructionFactory : public UScriptInstructionFactory {
47 UpdaterInstructionFactory() {} in UpdaterInstructionFactory() function
48 virtual ~UpdaterInstructionFactory() {} in ~UpdaterInstructionFactory()
Dupdate_processor.cpp63 factory_ = new UpdaterInstructionFactory(); in GetInstructionFactory()
78 int32_t UpdaterInstructionFactory::CreateInstructionInstance(UScriptInstructionPtr& instr, in CreateInstructionInstance()