mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1191161 - p3 - Surprise update-generated-wrappers changes, r=jchen
This commit is contained in:
parent
cae75c601d
commit
18680e5c4f
@ -1214,16 +1214,6 @@ void ViewTransform::Y(float a0) const
|
||||
return mozilla::jni::Field<Y_t>::Set(this, nullptr, a0);
|
||||
}
|
||||
|
||||
constexpr char NativeZip::name[];
|
||||
|
||||
constexpr char NativeZip::CreateInputStream_t::name[];
|
||||
constexpr char NativeZip::CreateInputStream_t::signature[];
|
||||
|
||||
mozilla::jni::Object::LocalRef NativeZip::CreateInputStream(mozilla::jni::Object::Param a0, int32_t a1) const
|
||||
{
|
||||
return mozilla::jni::Method<CreateInputStream_t>::Call(this, nullptr, a0, a1);
|
||||
}
|
||||
|
||||
constexpr char MatrixBlobCursor::name[];
|
||||
|
||||
constexpr char MatrixBlobCursor::New_t::name[];
|
||||
|
@ -2826,41 +2826,6 @@ public:
|
||||
|
||||
};
|
||||
|
||||
class NativeZip : public mozilla::jni::Class<NativeZip>
|
||||
{
|
||||
public:
|
||||
typedef mozilla::jni::Ref<NativeZip> Ref;
|
||||
typedef mozilla::jni::LocalRef<NativeZip> LocalRef;
|
||||
typedef mozilla::jni::GlobalRef<NativeZip> GlobalRef;
|
||||
typedef const mozilla::jni::Param<NativeZip>& Param;
|
||||
|
||||
static constexpr char name[] =
|
||||
"org/mozilla/gecko/mozglue/NativeZip";
|
||||
|
||||
protected:
|
||||
NativeZip(jobject instance) : Class(instance) {}
|
||||
|
||||
public:
|
||||
struct CreateInputStream_t {
|
||||
typedef NativeZip Owner;
|
||||
typedef mozilla::jni::Object::LocalRef ReturnType;
|
||||
typedef mozilla::jni::Object::Param SetterType;
|
||||
typedef mozilla::jni::Args<
|
||||
mozilla::jni::Object::Param,
|
||||
int32_t> Args;
|
||||
static constexpr char name[] = "createInputStream";
|
||||
static constexpr char signature[] =
|
||||
"(Ljava/nio/ByteBuffer;I)Ljava/io/InputStream;";
|
||||
static const bool isStatic = false;
|
||||
static const bool isMultithreaded = false;
|
||||
static const mozilla::jni::ExceptionMode exceptionMode =
|
||||
mozilla::jni::ExceptionMode::ABORT;
|
||||
};
|
||||
|
||||
mozilla::jni::Object::LocalRef CreateInputStream(mozilla::jni::Object::Param, int32_t) const;
|
||||
|
||||
};
|
||||
|
||||
class MatrixBlobCursor : public mozilla::jni::Class<MatrixBlobCursor>
|
||||
{
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user