Searched refs:i_args (Results 1 – 3 of 3) sorted by relevance
168 [[noreturn]] void elog(Args... i_args) in elog() argument184 T::errDesc, details::deduce_entry_type<Args>{i_args}.get()...); in elog()199 uint32_t report(Args... i_args) in report() argument215 T::errDesc, details::deduce_entry_type<Args>{i_args}.get()...); in report()231 uint32_t report(Entry::Level level, Args... i_args) in report() argument247 T::errDesc, details::deduce_entry_type<Args>{i_args}.get()...); in report()
91 inline std::string getCommand(T i_arg1, Types... i_args) in getCommand() 93 std::string l_cmd = " " + i_arg1 + getCommand(i_args...); in getCommand() 109 Types... i_args) in executeCmd() 118 std::string l_cmd = i_path + getCommand(i_args...); in executeCmd() 89 getCommand(T i_arg1,Types...i_args) getCommand() argument 106 executeCmd(T && i_path,uint16_t & o_errCode,Types...i_args) executeCmd() argument
284 def main(i_args): argument327 options, args = parser.parse_args(i_args)