|
| uint8_t | yaze::editor::FindMatchingCharacter (char value) |
| |
| int8_t | yaze::editor::FindDictionaryEntry (uint8_t value) |
| |
| std::vector< uint8_t > | yaze::editor::ParseMessageToData (std::string str) |
| |
| MessageParseResult | yaze::editor::ParseMessageToDataWithDiagnostics (std::string_view str) |
| |
| std::string | yaze::editor::MessageBankToString (MessageBank bank) |
| |
| absl::StatusOr< MessageBank > | yaze::editor::MessageBankFromString (std::string_view value) |
| |
| std::vector< DictionaryEntry > | yaze::editor::BuildDictionaryEntries (Rom *rom) |
| |
| std::string | yaze::editor::ReplaceAllDictionaryWords (std::string str, const std::vector< DictionaryEntry > &dictionary) |
| |
| DictionaryEntry | yaze::editor::FindRealDictionaryEntry (uint8_t value, const std::vector< DictionaryEntry > &dictionary) |
| |
| std::optional< TextElement > | yaze::editor::FindMatchingCommand (uint8_t b) |
| |
| std::optional< TextElement > | yaze::editor::FindMatchingSpecial (uint8_t value) |
| |
| ParsedElement | yaze::editor::FindMatchingElement (const std::string &str) |
| |
| std::string | yaze::editor::ParseTextDataByte (uint8_t value) |
| |
| absl::StatusOr< MessageData > | yaze::editor::ParseSingleMessage (const std::vector< uint8_t > &rom_data, int *current_pos) |
| |
| std::vector< std::string > | yaze::editor::ParseMessageData (std::vector< MessageData > &message_data, const std::vector< DictionaryEntry > &dictionary_entries) |
| |
| std::vector< MessageData > | yaze::editor::ReadAllTextData (uint8_t *rom, int pos, int max_pos) |
| |
| absl::Status | yaze::editor::LoadExpandedMessages (std::string &expanded_message_path, std::vector< std::string > &parsed_messages, std::vector< MessageData > &expanded_messages, std::vector< DictionaryEntry > &dictionary) |
| |
| nlohmann::json | yaze::editor::SerializeMessagesToJson (const std::vector< MessageData > &messages) |
| |
| absl::Status | yaze::editor::ExportMessagesToJson (const std::string &path, const std::vector< MessageData > &messages) |
| |
| nlohmann::json | yaze::editor::SerializeMessageBundle (const std::vector< MessageData > &vanilla, const std::vector< MessageData > &expanded) |
| |
| absl::Status | yaze::editor::ExportMessageBundleToJson (const std::string &path, const std::vector< MessageData > &vanilla, const std::vector< MessageData > &expanded) |
| |
| absl::StatusOr< std::vector< MessageBundleEntry > > | yaze::editor::ParseMessageBundleJson (const nlohmann::json &json) |
| |
| absl::StatusOr< std::vector< MessageBundleEntry > > | yaze::editor::LoadMessageBundleFromJson (const std::string &path) |
| |
| std::vector< std::string > | yaze::editor::ValidateMessageLineWidths (const std::string &message) |
| |
| std::optional< std::pair< int, std::string > > | yaze::editor::ParseOrgHeader (const std::string &line) |
| |
| std::vector< std::pair< int, std::string > > | yaze::editor::ParseOrgContent (const std::string &content) |
| |
| std::string | yaze::editor::ExportToOrgFormat (const std::vector< std::pair< int, std::string > > &messages, const std::vector< std::string > &labels) |
| |
| int | yaze::editor::GetExpandedTextDataStart () |
| |
| int | yaze::editor::GetExpandedTextDataEnd () |
| |
| std::vector< MessageData > | yaze::editor::ReadExpandedTextData (uint8_t *rom, int pos) |
| |
| absl::Status | yaze::editor::WriteExpandedTextData (Rom *rom, int start, int end, const std::vector< std::string > &messages) |
| |
| absl::Status | yaze::editor::WriteExpandedTextData (uint8_t *rom, int start, int end, const std::vector< std::string > &messages) |
| |
| absl::Status | yaze::editor::WriteAllTextData (Rom *rom, const std::vector< MessageData > &messages) |
| |