Searched refs:str_scope (Results 1 – 1 of 1) sorted by relevance
172 std::string str_scope = EnumToString(user_info.scope()); in AddCommand() local173 if (!StringToEnum(str_scope, &role)) { in AddCommand()175 "Invalid role: '%s'", str_scope.c_str()); in AddCommand()