Copy as Markdown

Other Tools

// GENERATED CODE
// Generated by the Java program at /build/annotationProcessors at compile time
// from annotations on Java methods. To update, change the annotations on the
// corresponding Java methods and rerun the build. Manually updating this file
// will cause your build to fail.
#ifndef MOZ_PREPROCESSOR
#include "mozilla/java/GeckoBundleWrappers.h"
#include "mozilla/jni/Accessors.h"
#endif
namespace mozilla {
namespace java {
constexpr char GeckoBundle::name[];
constexpr char GeckoBundle::New_t::name[];
constexpr char GeckoBundle::New_t::signature[];
auto GeckoBundle::New(mozilla::jni::ObjectArray::Param a0, mozilla::jni::ObjectArray::Param a1) -> GeckoBundle::LocalRef
{
return mozilla::jni::Constructor<New_t>::Call(GeckoBundle::Context(), nullptr, a0, a1);
}
constexpr char GeckoBundle::Keys_t::name[];
constexpr char GeckoBundle::Keys_t::signature[];
auto GeckoBundle::Keys() const -> mozilla::jni::ObjectArray::LocalRef
{
return mozilla::jni::Method<Keys_t>::Call(GeckoBundle::mCtx, nullptr);
}
constexpr char GeckoBundle::Values_t::name[];
constexpr char GeckoBundle::Values_t::signature[];
auto GeckoBundle::Values() const -> mozilla::jni::ObjectArray::LocalRef
{
return mozilla::jni::Method<Values_t>::Call(GeckoBundle::mCtx, nullptr);
}
constexpr char GeckoBundle::EMPTY_BOOLEAN_ARRAY_t::name[];
constexpr char GeckoBundle::EMPTY_BOOLEAN_ARRAY_t::signature[];
auto GeckoBundle::EMPTY_BOOLEAN_ARRAY() -> mozilla::jni::BooleanArray::LocalRef
{
return mozilla::jni::Field<EMPTY_BOOLEAN_ARRAY_t>::Get(GeckoBundle::Context(), nullptr);
}
} /* java */
} /* mozilla */