|
| | ABSL_DECLARE_FLAG (std::string, rom) |
| |
| std::string | yaze::cli::handlers::anonymous_namespace{message_commands.cc}::NormalizeRange (const std::string &range) |
| |
| bool | yaze::cli::handlers::anonymous_namespace{message_commands.cc}::IncludeVanilla (const std::string &range) |
| |
| bool | yaze::cli::handlers::anonymous_namespace{message_commands.cc}::IncludeExpanded (const std::string &range) |
| |
| std::string | yaze::cli::handlers::anonymous_namespace{message_commands.cc}::BankLabel (editor::MessageBank bank) |
| |
| std::vector< editor::MessageData > | yaze::cli::handlers::anonymous_namespace{message_commands.cc}::ReadExpandedMessages (const Rom &rom) |
| |
| std::vector< editor::MessageData > | yaze::cli::handlers::anonymous_namespace{message_commands.cc}::ReadExpandedMessages (const Rom &rom, int start, int end) |
| |
| absl::StatusOr< std::filesystem::path > | yaze::cli::handlers::anonymous_namespace{message_commands.cc}::CanonicalExistingPath (const std::string &path, absl::string_view label) |
| |
| absl::Status | yaze::cli::handlers::anonymous_namespace{message_commands.cc}::EnsureConfiguredHackManifestLoaded (project::YazeProject *project, absl::string_view project_path) |
| |
| std::string | yaze::cli::handlers::anonymous_namespace{message_commands.cc}::FormatManifestConflict (const core::WriteConflict &conflict) |
| |
| bool | yaze::cli::handlers::anonymous_namespace{message_commands.cc}::IsCanonicalMappedLoRomAddress (uint32_t address) |
| |
| absl::StatusOr< ProjectMutationContext > | yaze::cli::handlers::anonymous_namespace{message_commands.cc}::LoadProjectMutationContext (const resources::ArgumentParser &parser, const Rom &rom, absl::string_view mutation_scope) |
| |
| absl::StatusOr< ExpandedMutationContext > | yaze::cli::handlers::anonymous_namespace{message_commands.cc}::PreflightExpandedMutation (const project::YazeProject &yaze_project, const Rom &rom) |
| |
| absl::StatusOr< ExpandedMutationContext > | yaze::cli::handlers::anonymous_namespace{message_commands.cc}::PreflightExpandedMutation (const resources::ArgumentParser &parser, const Rom &rom) |
| |
| absl::Status | yaze::cli::handlers::anonymous_namespace{message_commands.cc}::VerifyCleanDiskSnapshot (const Rom &rom, std::vector< uint8_t > *baseline) |
| |
| absl::Status | yaze::cli::handlers::anonymous_namespace{message_commands.cc}::VerifyDiskSnapshotUnchanged (const std::filesystem::path &rom_path, const std::vector< uint8_t > &expected_bytes) |
| |
| absl::Status | yaze::cli::handlers::anonymous_namespace{message_commands.cc}::ValidateVanillaMutation (const project::YazeProject &yaze_project, const editor::VanillaMessageSavePlan &plan, std::string *policy_warning) |
| |
| absl::Status | yaze::cli::handlers::anonymous_namespace{message_commands.cc}::VerifySavedRom (const Rom &active_rom, const std::filesystem::path &saved_rom_path, const std::optional< editor::VanillaMessageSavePlan > &vanilla_plan, std::optional< size_t > expected_vanilla_count) |
| |
| absl::Status | yaze::cli::handlers::anonymous_namespace{message_commands.cc}::ValidateExpandedMessageId (int id, const ExpandedMutationContext &context) |
| |
| absl::Status | yaze::cli::handlers::anonymous_namespace{message_commands.cc}::ValidateExpandedMessageBankSize (size_t message_count, const ExpandedMutationContext &context) |
| |