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 mozilla_java_Base64UtilsNatives_h
#define mozilla_java_Base64UtilsNatives_h
#ifndef MOZ_PREPROCESSOR
#include "mozilla/java/Base64UtilsWrappers.h"
#include "mozilla/jni/Natives.h"
#endif
namespace mozilla {
namespace java {
template<class Impl>
class Base64Utils::Natives : public mozilla::jni::NativeImpl<Base64Utils, Impl>
{
public:
static const JNINativeMethod methods[2];
};
template<class Impl>
const JNINativeMethod Base64Utils::Natives<Impl>::methods[] = {
mozilla::jni::MakeNativeMethod<Base64Utils::Decode_t>(
mozilla::jni::NativeStub<Base64Utils::Decode_t, Impl>
::template Wrap<&Impl::Decode>),
mozilla::jni::MakeNativeMethod<Base64Utils::Encode_t>(
mozilla::jni::NativeStub<Base64Utils::Encode_t, Impl>
::template Wrap<&Impl::Encode>)
};
} /* java */
} /* mozilla */
#endif // mozilla_java_Base64UtilsNatives_h