Ejemplo n.º 1
0
        static bool n_Equals_Ljava_lang_Object_(IntPtr jnienv, IntPtr native__this, IntPtr native_obj)
        {
            global::Google.AR.Core.Annotations.IUsedByNative __this = global::Java.Lang.Object.GetObject <global::Google.AR.Core.Annotations.IUsedByNative> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
            global::Java.Lang.Object obj = global::Java.Lang.Object.GetObject <global::Java.Lang.Object> (native_obj, JniHandleOwnership.DoNotTransfer);
            bool __ret = __this.Equals(obj);

            return(__ret);
        }
Ejemplo n.º 2
0
 static IntPtr n_Value(IntPtr jnienv, IntPtr native__this)
 {
     global::Google.AR.Core.Annotations.IUsedByNative __this = global::Java.Lang.Object.GetObject <global::Google.AR.Core.Annotations.IUsedByNative> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(JNIEnv.NewString(__this.Value()));
 }
Ejemplo n.º 3
0
 static int n_GetHashCode(IntPtr jnienv, IntPtr native__this)
 {
     global::Google.AR.Core.Annotations.IUsedByNative __this = global::Java.Lang.Object.GetObject <global::Google.AR.Core.Annotations.IUsedByNative> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(__this.GetHashCode());
 }