Searched refs:SystemCallImpl (Results 1 – 3 of 3) sorted by relevance
45 struct SystemCallImpl : public SystemCall { struct47 INJECT(SystemCallImpl()) = default;69 virtual ~SystemCallImpl() {} in ~SystemCallImpl() argument
76 return fruit::createComponent().bind<SystemCall, SystemCallImpl>(); in GetSystemCallComponent()
203 auto system_call = std::make_unique<SystemCallImpl>(); in Main()