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/WebRequestErrorWrappers.h"
#include "mozilla/jni/Accessors.h"
#endif
namespace mozilla {
namespace java {
constexpr char WebRequestError::name[];
constexpr char WebRequestError::ConvertGeckoError_t::name[];
constexpr char WebRequestError::ConvertGeckoError_t::signature[];
auto WebRequestError::ConvertGeckoError(int64_t a0, int32_t a1) -> int32_t
{
return mozilla::jni::Method<ConvertGeckoError_t>::Call(WebRequestError::Context(), nullptr, a0, a1);
}
constexpr char WebRequestError::FromGeckoError_t::name[];
constexpr char WebRequestError::FromGeckoError_t::signature[];
auto WebRequestError::FromGeckoError(int64_t a0, int32_t a1, int32_t a2, mozilla::jni::ByteArray::Param a3) -> WebRequestError::LocalRef
{
return mozilla::jni::Method<FromGeckoError_t>::Call(WebRequestError::Context(), nullptr, a0, a1, a2, a3);
}
constexpr char WebRequestError::GetErrorCategory_t::name[];
constexpr char WebRequestError::GetErrorCategory_t::signature[];
auto WebRequestError::GetErrorCategory(int64_t a0, int32_t a1) -> int32_t
{
return mozilla::jni::Method<GetErrorCategory_t>::Call(WebRequestError::Context(), nullptr, a0, a1);
}
} /* java */
} /* mozilla */