Lines Matching refs:is_leaf
89 void RunTest(CommandInterpreter &interp, const char *args, bool is_leaf, in RunTest() argument
95 interp.VerifyUserMultiwordCmdPath(test_args, is_leaf, error); in RunTest()
119 bool is_leaf; in TEST_F() local
123 is_leaf = true; in TEST_F()
124 RunTest(interp, "process launch", is_leaf, success, in TEST_F()
128 is_leaf = true; in TEST_F()
130 RunTest(interp, "wewouldnevernameacommandthis subcommand", is_leaf, success, in TEST_F()
139 is_leaf = false; in TEST_F()
141 RunTest(interp, "dummy subcommand", is_leaf, success, "dummy subcommand"); in TEST_F()
143 is_leaf = true; in TEST_F()
144 RunTest(interp, "dummy subcommand", is_leaf, success, "dummy"); in TEST_F()
148 is_leaf = true; in TEST_F()
150 RunTest(interp, "dummy subcommand leaf", is_leaf, success, in TEST_F()
154 is_leaf = false; in TEST_F()
156 RunTest(interp, "dummy subcommand leaf", is_leaf, success, in TEST_F()
160 is_leaf = false; in TEST_F()
162 RunTest(interp, "dummy not-subcommand", is_leaf, success, in TEST_F()