|
| absl::StatusOr< std::string > | yaze::editor::anonymous_namespace{message_source_sync.cc}::ReadTextFile (const fs::path &path, absl::string_view label) |
| |
| bool | yaze::editor::anonymous_namespace{message_source_sync.cc}::ReadBoundedNonnegativeInteger (const Json &value, uint64_t maximum, uint64_t *parsed) |
| |
| absl::StatusOr< Json > | yaze::editor::anonymous_namespace{message_source_sync.cc}::ParseBundleDocument (std::string_view content, absl::string_view label) |
| |
| absl::StatusOr< std::string > | yaze::editor::anonymous_namespace{message_source_sync.cc}::SelectEntryText (const Json &entry, int id, absl::string_view label) |
| |
| std::string | yaze::editor::anonymous_namespace{message_source_sync.cc}::NormalizeLegacyDictionaryTokens (std::string text) |
| |
| absl::StatusOr< ExpandedSourceBank > | yaze::editor::anonymous_namespace{message_source_sync.cc}::ParseExpandedBank (const Json &document, int expected_count, bool require_complete, absl::string_view label) |
| |
| std::string | yaze::editor::anonymous_namespace{message_source_sync.cc}::SerializeCanonicalBundle (const ExpandedSourceBank &bank) |
| |
| std::string | yaze::editor::anonymous_namespace{message_source_sync.cc}::RenderAsmBody (const ExpandedSourceBank &bank, int first_expanded_id) |
| |
| std::string | yaze::editor::anonymous_namespace{message_source_sync.cc}::RenderAsmInclude (const ExpandedSourceBank &bank, int first_expanded_id, std::string_view source_sha256) |
| |
| bool | yaze::editor::anonymous_namespace{message_source_sync.cc}::IsCanonicalMappedLoRomAddress (uint32_t address) |
| |
| absl::StatusOr< size_t > | yaze::editor::anonymous_namespace{message_source_sync.cc}::ValidateLayoutAndGetCapacity (const core::MessageLayout &layout) |
| |
| bool | yaze::editor::anonymous_namespace{message_source_sync.cc}::IsWithinRoot (const fs::path &root, const fs::path &candidate) |
| |
| absl::StatusOr< fs::path > | yaze::editor::anonymous_namespace{message_source_sync.cc}::ResolveProjectTarget (const fs::path &project_root, const std::string &configured_path, bool must_exist, absl::string_view label) |
| |
| absl::StatusOr< fs::path > | yaze::editor::anonymous_namespace{message_source_sync.cc}::CanonicalProjectRoot (const project::YazeProject &project) |
| |
| std::string | yaze::editor::anonymous_namespace{message_source_sync.cc}::LowercasePath (const fs::path &path) |
| |
| absl::Status | yaze::editor::anonymous_namespace{message_source_sync.cc}::ValidateDistinctTargets (const fs::path &bundle_path, const fs::path &include_path) |
| |
| absl::StatusOr< std::string > | yaze::editor::anonymous_namespace{message_source_sync.cc}::NormalizeExpectedSha256 (std::string hash) |
| |
| std::string | yaze::editor::ComputeMessageSourceSha256 (std::string_view content) |
| |
| absl::StatusOr< MessageSourceSyncResult > | yaze::editor::SyncMessageSource (const project::YazeProject &project, const fs::path &incoming_bundle_path, const MessageSourceSyncOptions &options) |
| |