Asar patch result information. More...
#include <asar_wrapper.h>
Public Attributes | |
| bool | success |
| std::vector< std::string > | errors |
| std::vector< std::string > | warnings |
| std::vector< AsarSymbol > | symbols |
| uint32_t | rom_size |
| uint32_t | crc32 |
| std::vector< AssemblyDiagnostic > | structured_diagnostics |
| std::string | symbols_mlb |
| std::string | sourcemap_json |
| std::string | annotations_json |
| std::string | hooks_json |
| std::string | lint_json |
Asar patch result information.
Definition at line 32 of file asar_wrapper.h.
| bool yaze::core::AsarPatchResult::success |
Definition at line 33 of file asar_wrapper.h.
Referenced by yaze::core::AsarWrapper::ApplyPatchWithBinary(), yaze::core::AsarWrapper::ApplyPatchWithLibrary(), and yaze::core::anonymous_namespace{z3dk_wrapper.cc}::ConvertResult().
| std::vector<std::string> yaze::core::AsarPatchResult::errors |
| std::vector<std::string> yaze::core::AsarPatchResult::warnings |
| std::vector<AsarSymbol> yaze::core::AsarPatchResult::symbols |
Definition at line 36 of file asar_wrapper.h.
Referenced by yaze::core::AsarWrapper::ApplyPatchWithBinary(), yaze::core::AsarWrapper::ApplyPatchWithLibrary(), and yaze::core::anonymous_namespace{z3dk_wrapper.cc}::ConvertResult().
| uint32_t yaze::core::AsarPatchResult::rom_size |
Definition at line 37 of file asar_wrapper.h.
Referenced by yaze::core::AsarWrapper::ApplyPatchWithBinary(), yaze::core::AsarWrapper::ApplyPatchWithLibrary(), and yaze::core::anonymous_namespace{z3dk_wrapper.cc}::ConvertResult().
| uint32_t yaze::core::AsarPatchResult::crc32 |
Definition at line 38 of file asar_wrapper.h.
Referenced by yaze::core::AsarWrapper::ApplyPatchWithBinary(), yaze::core::AsarWrapper::ApplyPatchWithLibrary(), and yaze::core::anonymous_namespace{z3dk_wrapper.cc}::ConvertResult().
| std::vector<AssemblyDiagnostic> yaze::core::AsarPatchResult::structured_diagnostics |
Definition at line 44 of file asar_wrapper.h.
Referenced by yaze::core::anonymous_namespace{z3dk_wrapper.cc}::AppendStructuredDiagnostic(), yaze::core::anonymous_namespace{z3dk_wrapper.cc}::ConvertResult(), yaze::core::anonymous_namespace{z3dk_wrapper.cc}::RebuildLegacyDiagnosticCaches(), and yaze::editor::AssemblyEditor::UpdateErrorMarkers().
| std::string yaze::core::AsarPatchResult::symbols_mlb |
Definition at line 47 of file asar_wrapper.h.
| std::string yaze::core::AsarPatchResult::sourcemap_json |
Definition at line 48 of file asar_wrapper.h.
| std::string yaze::core::AsarPatchResult::annotations_json |
Definition at line 49 of file asar_wrapper.h.
| std::string yaze::core::AsarPatchResult::hooks_json |
Definition at line 50 of file asar_wrapper.h.
| std::string yaze::core::AsarPatchResult::lint_json |
Definition at line 51 of file asar_wrapper.h.