Searched refs:Command1 (Results 1 – 2 of 2) sorted by relevance
99 StringRef Command1("command1"); in TEST() local106 "\"command\":\"" + Command1 + "\"," in TEST()116 EXPECT_EQ(Command1, Commands[0].CommandLine[0]) << ErrorMessage; in TEST()128 "\"command\":\"" + Command1 + "\"," in TEST()139 EXPECT_EQ(Command1, Commands[1].CommandLine[0]) << ErrorMessage; in TEST()
70 class Command1 : public Command73 Command1(void (APIENTRY *function)(A1), A1 arg1) in Command1() function227 Command1<A1> *newCommand(void (APIENTRY *function)(A1), A1 arg1) in newCommand()229 return new Command1<A1>(function, arg1); in newCommand()