| 112 | |
| 113 | _FORCE_INLINE_ int get_error_line() const { return err_line; } |
| 114 | _FORCE_INLINE_ String get_error_message() const { return err_str; } |
| 115 | }; |
| 116 | |
| 117 | class ResourceFormatLoaderJSON : public ResourceFormatLoader { |
no outgoing calls
no test coverage detected