static bool n_A_Lcom_google_protobuf_CodedInputStream_Lcom_google_protobuf_ExtensionRegistryLite_I(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1, int p2)
        {
            global::Com.Google.Protobuf.GeneratedMessageLite  __this = global::Java.Lang.Object.GetObject <global::Com.Google.Protobuf.GeneratedMessageLite> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Com.Google.Protobuf.CodedInputStream      p0     = global::Java.Lang.Object.GetObject <global::Com.Google.Protobuf.CodedInputStream> (native_p0, JniHandleOwnership.DoNotTransfer);
            global::Com.Google.Protobuf.ExtensionRegistryLite p1     = global::Java.Lang.Object.GetObject <global::Com.Google.Protobuf.ExtensionRegistryLite> (native_p1, JniHandleOwnership.DoNotTransfer);
            bool __ret = __this.A(p0, p1, p2);

            return(__ret);
        }
 static IntPtr n_C(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Google.Protobuf.GeneratedMessageLite __this = global::Java.Lang.Object.GetObject <global::Com.Google.Protobuf.GeneratedMessageLite> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.ToLocalJniHandle(__this.C()));
 }
 static void n_B(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Google.Protobuf.GeneratedMessageLite __this = global::Java.Lang.Object.GetObject <global::Com.Google.Protobuf.GeneratedMessageLite> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.B();
 }