Searched refs:GetAllCommandNames (Results 1 – 4 of 4) sorted by relevance
42 size_t command_count = GetAllCommandNames().size(); in TEST()44 ASSERT_EQ(command_count + 1, GetAllCommandNames().size()); in TEST()46 ASSERT_EQ(command_count, GetAllCommandNames().size()); in TEST()
79 for (auto& cmd_name : GetAllCommandNames()) { in PrintShortHelp()
204 const std::vector<std::string> GetAllCommandNames();
167 const std::vector<std::string> GetAllCommandNames() { in GetAllCommandNames() function