#include "cli/handlers/tools/message_doctor_commands.h"#include <iostream>#include "absl/status/status.h"#include "absl/strings/str_format.h"#include "app/editor/message/message_data.h"#include "cli/handlers/tools/diagnostic_types.h"#include "rom/rom.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
Functions | |
| void | yaze::cli::anonymous_namespace{message_doctor_commands.cc}::ValidateControlCodes (const editor::MessageData &msg, DiagnosticReport &report) |
| void | yaze::cli::anonymous_namespace{message_doctor_commands.cc}::ValidateTerminators (const editor::MessageData &msg, DiagnosticReport &report) |
| void | yaze::cli::anonymous_namespace{message_doctor_commands.cc}::ValidateDictionaryRefs (const editor::MessageData &msg, const std::vector< editor::DictionaryEntry > &dict, DiagnosticReport &report) |
| void | yaze::cli::anonymous_namespace{message_doctor_commands.cc}::CheckCorruptionPatterns (const editor::MessageData &msg, DiagnosticReport &report) |