|
| std::string | yaze::core::AddressOwnershipToString (AddressOwnership ownership) |
| |
| absl::StatusOr< uint32_t > | yaze::core::anonymous_namespace{hack_manifest.cc}::ParseHexAddress (const std::string &str) |
| |
| absl::StatusOr< AddressOwnership > | yaze::core::anonymous_namespace{hack_manifest.cc}::ParseOwnership (const std::string &str) |
| |
| bool | yaze::core::anonymous_namespace{hack_manifest.cc}::IsAsmOwned (AddressOwnership ownership) |
| |
| uint32_t | yaze::core::anonymous_namespace{hack_manifest.cc}::NormalizeSnesAddress (uint32_t address) |
| |
| const char * | yaze::core::anonymous_namespace{hack_manifest.cc}::DungeonStreamTypeToString (DungeonStreamType stream) |
| |
| absl::StatusOr< uint32_t > | yaze::core::anonymous_namespace{hack_manifest.cc}::ParseStrictHexValue (const Json &value, const std::string &field, uint32_t maximum) |
| |
| absl::StatusOr< int > | yaze::core::anonymous_namespace{hack_manifest.cc}::ParseManifestVersion (const Json &root) |
| |
| absl::StatusOr< uint32_t > | yaze::core::anonymous_namespace{hack_manifest.cc}::ParseLoRomAddress (const Json &object, const std::string &key, const std::string &path) |
| |
| absl::StatusOr< uint32_t > | yaze::core::anonymous_namespace{hack_manifest.cc}::ParsePointerCount (const Json &object, const std::string &path) |
| |
| absl::StatusOr< DungeonPointerEncoding > | yaze::core::anonymous_namespace{hack_manifest.cc}::ParsePointerEncoding (const Json &object, const std::string &path) |
| |
| absl::StatusOr< DungeonWriteStrategy > | yaze::core::anonymous_namespace{hack_manifest.cc}::ParseWriteStrategy (const Json &object, const std::string &path) |
| |
| absl::Status | yaze::core::anonymous_namespace{hack_manifest.cc}::ValidateDisjointRanges (std::vector< NamedPcRange > ranges, const std::string &description) |
| |
| absl::StatusOr< std::vector< SnesAddressRange > > | yaze::core::anonymous_namespace{hack_manifest.cc}::ParseAddressRanges (const Json &object, const std::string &key, const std::string &path) |
| |
| absl::StatusOr< std::vector< SnesAddressRange > > | yaze::core::anonymous_namespace{hack_manifest.cc}::ParseEditorManagedRegions (const Json &root, int manifest_version) |
| |
| absl::StatusOr< uint32_t > | yaze::core::anonymous_namespace{hack_manifest.cc}::ParseProtectedAddress (const Json &object, const std::string &key, const std::string &path, bool require_mapped_lorom) |
| |
| absl::StatusOr< ParsedProtectedRegions > | yaze::core::anonymous_namespace{hack_manifest.cc}::ParseProtectedRegions (const Json &root, int manifest_version) |
| |
| bool | yaze::core::anonymous_namespace{hack_manifest.cc}::PcRangeContains (const SnesAddressRange &outer, const SnesAddressRange &inner) |
| |
| absl::StatusOr< DungeonStreamLayout > | yaze::core::anonymous_namespace{hack_manifest.cc}::ParseDungeonStreamLayout (DungeonStreamType stream, const Json &json) |
| |
| absl::StatusOr< std::unordered_map< DungeonStreamType, DungeonStreamLayout > > | yaze::core::anonymous_namespace{hack_manifest.cc}::ParseDungeonStreamLayouts (const Json &root) |
| |