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