Lines Matching refs:Command
543 struct Command { struct
544 Command() in Command() function
548 virtual ~Command() in ~Command() argument
557 struct SetOutputCommand : Command {
560 Command(), in SetOutputCommand()
576 struct ProcessInputCommand : Command {
579 Command(), in ProcessInputCommand()
595 struct SetResourcePatternCommand : Command {
598 Command(), in SetResourcePatternCommand()
619 struct AddResourceCommand : Command {
623 Command(), in AddResourceCommand()
811 Command *command = new AddResourceCommand(resourceID, in main()
828 Command *command = new SetResourcePatternCommand(pattern, in main()
849 Command *command = new SetOutputCommand(out); in main()
865 Command *command = new SetResourcePatternCommand(pattern, in main()
884 Command *command = new ProcessInputCommand(arg); in main()
902 for (int32 i = 0; Command *command = (Command*)commandList.ItemAt(i); i++) in main()