Searched defs:CommandEntry (Results 1 – 1 of 1) sorted by relevance
86 template <typename Cli> struct CommandEntry struct in ot::Cli::OutputBase88 typedef otError (Cli::*Handler)(Arg aArgs[]); ///< The handler method pointer type.99 int Compare(const char *aName) const { return strcmp(aName, mName); } in Compare()111 constexpr static bool AreInOrder(const CommandEntry &aFirst, const CommandEntry &aSecond) in AreInOrder()116 const char *mName; ///< The command name.117 Handler mHandler; ///< The handler method pointer.