Searched refs:command_sources_ (Results 1 – 2 of 2) sorted by relevance
76 command_sources_ = injector.getMultibindings<CommandSource>(); in LateInject()89 for (auto& command_source : command_sources_) { in Run()
109 std::vector<CommandSource*> command_sources_; variable