1 /*
2  Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
3 
4  This program is free software; you can redistribute it and/or modify
5  it under the terms of the GNU General Public License, version 2.0,
6  as published by the Free Software Foundation.
7 
8  This program is also distributed with certain software (including
9  but not limited to OpenSSL) that is licensed under separate terms,
10  as designated in a particular file or component or in included license
11  documentation.  The authors of MySQL hereby grant you an additional
12  permission to link the program and your derivative works with the
13  separately licensed software that they have included with MySQL.
14 
15  This program is distributed in the hope that it will be useful,
16  but WITHOUT ANY WARRANTY; without even the implied warranty of
17  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  GNU General Public License, version 2.0, for more details.
19 
20  You should have received a copy of the GNU General Public License
21  along with this program; if not, write to the Free Software
22  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
23 */
24 /*
25  * MyJapi.java
26  */
27 
28 package myjapi;
29 
30 //import java.math.BigInteger;
31 //import java.math.BigDecimal;
32 import java.nio.ByteBuffer;
33 
34 public class MyJapi {
35 
36     // ----------------------------------------------------------------------
37     // Mapping of void result/parameters
38     // ----------------------------------------------------------------------
39 
f0()40     static public native void f0();
41 
42     // ----------------------------------------------------------------------
43     // String mappings of [const] char* result/parameters
44     // ----------------------------------------------------------------------
45 
s012s()46     static public native String s012s();
s052s()47     static public native String s052s();
s112s(String p0)48     static public native void s112s(String p0);
s152s(String p0)49     static public native void s152s(String p0);
50 
51     // mapping as result is supported, for s112(s032()) is in C++
s032s()52     static public native String s032s();
s072s()53     static public native String s072s();
54     // mapping as parameters is not supported, for s132(s012()) is not in C++
55     //static public native void s132s(String p0);
56     //static public native void s172s(String p0);
57 
58     // ----------------------------------------------------------------------
59     // ByteBuffer<size=0> mappings of void/char pointers
60     // ----------------------------------------------------------------------
61 
s010bb0()62     static public native ByteBuffer s010bb0();
s012bb0()63     static public native ByteBuffer s012bb0();
s030bb0()64     static public native ByteBuffer s030bb0();
s032bb0()65     static public native ByteBuffer s032bb0();
s050bb0()66     static public native ByteBuffer s050bb0();
s052bb0()67     static public native ByteBuffer s052bb0();
s070bb0()68     static public native ByteBuffer s070bb0();
s072bb0()69     static public native ByteBuffer s072bb0();
70 
s110bb0(ByteBuffer p0)71     static public native void s110bb0(ByteBuffer p0);
s112bb0(ByteBuffer p0)72     static public native void s112bb0(ByteBuffer p0);
s130bb0(ByteBuffer p0)73     static public native void s130bb0(ByteBuffer p0);
s132bb0(ByteBuffer p0)74     static public native void s132bb0(ByteBuffer p0);
s150bb0(ByteBuffer p0)75     static public native void s150bb0(ByteBuffer p0);
s152bb0(ByteBuffer p0)76     static public native void s152bb0(ByteBuffer p0);
s170bb0(ByteBuffer p0)77     static public native void s170bb0(ByteBuffer p0);
s172bb0(ByteBuffer p0)78     static public native void s172bb0(ByteBuffer p0);
79 
80     // ----------------------------------------------------------------------
81     // ByteBuffer<size=1> mappings of void/char pointers
82     // ----------------------------------------------------------------------
83 
s010bb1()84     static public native ByteBuffer s010bb1();
s012bb1()85     static public native ByteBuffer s012bb1();
s030bb1()86     static public native ByteBuffer s030bb1();
s032bb1()87     static public native ByteBuffer s032bb1();
s050bb1()88     static public native ByteBuffer s050bb1();
s052bb1()89     static public native ByteBuffer s052bb1();
s070bb1()90     static public native ByteBuffer s070bb1();
s072bb1()91     static public native ByteBuffer s072bb1();
92 
s110bb1(ByteBuffer p0)93     static public native void s110bb1(ByteBuffer p0);
s112bb1(ByteBuffer p0)94     static public native void s112bb1(ByteBuffer p0);
s130bb1(ByteBuffer p0)95     static public native void s130bb1(ByteBuffer p0);
s132bb1(ByteBuffer p0)96     static public native void s132bb1(ByteBuffer p0);
s150bb1(ByteBuffer p0)97     static public native void s150bb1(ByteBuffer p0);
s152bb1(ByteBuffer p0)98     static public native void s152bb1(ByteBuffer p0);
s170bb1(ByteBuffer p0)99     static public native void s170bb1(ByteBuffer p0);
s172bb1(ByteBuffer p0)100     static public native void s172bb1(ByteBuffer p0);
101 
102     // ----------------------------------------------------------------------
103     // ByteBuffer<size=0> mappings of NULL-allowed void/char pointers
104     // ----------------------------------------------------------------------
105 
s210bb()106     static public native ByteBuffer s210bb();
s212bb()107     static public native ByteBuffer s212bb();
s230bb()108     static public native ByteBuffer s230bb();
s232bb()109     static public native ByteBuffer s232bb();
s250bb()110     static public native ByteBuffer s250bb();
s252bb()111     static public native ByteBuffer s252bb();
s270bb()112     static public native ByteBuffer s270bb();
s272bb()113     static public native ByteBuffer s272bb();
114 
s310bb(ByteBuffer p0)115     static public native void s310bb(ByteBuffer p0);
s312bb(ByteBuffer p0)116     static public native void s312bb(ByteBuffer p0);
s330bb(ByteBuffer p0)117     static public native void s330bb(ByteBuffer p0);
s332bb(ByteBuffer p0)118     static public native void s332bb(ByteBuffer p0);
s350bb(ByteBuffer p0)119     static public native void s350bb(ByteBuffer p0);
s352bb(ByteBuffer p0)120     static public native void s352bb(ByteBuffer p0);
s370bb(ByteBuffer p0)121     static public native void s370bb(ByteBuffer p0);
s372bb(ByteBuffer p0)122     static public native void s372bb(ByteBuffer p0);
123 
124     // ----------------------------------------------------------------------
125     // Default mappings of primitive result/parameter types
126     // ----------------------------------------------------------------------
127 
f011()128     static public native boolean f011();
f012()129     static public native byte f012();
f013()130     static public native byte f013();
f014()131     static public native byte f014();
f015()132     static public native short f015();
f016()133     static public native short f016();
f017()134     static public native int f017();
f018()135     static public native int f018();
f019()136     static public native int f019();
f020()137     static public native int f020();
f021()138     static public native long f021();
f022()139     static public native long f022();
f023()140     static public native float f023();
f024()141     static public native double f024();
f025()142     static public native double f025();
143 
f111(boolean p0)144     static public native void f111(boolean p0);
f112(byte p0)145     static public native void f112(byte p0);
f113(byte p0)146     static public native void f113(byte p0);
f114(byte p0)147     static public native void f114(byte p0);
f115(short p0)148     static public native void f115(short p0);
f116(short p0)149     static public native void f116(short p0);
f117(int p0)150     static public native void f117(int p0);
f118(int p0)151     static public native void f118(int p0);
f119(int p0)152     static public native void f119(int p0);
f120(int p0)153     static public native void f120(int p0);
f121(long p0)154     static public native void f121(long p0);
f122(long p0)155     static public native void f122(long p0);
f123(float p0)156     static public native void f123(float p0);
f124(double p0)157     static public native void f124(double p0);
f125(double p0)158     static public native void f125(double p0);
159 
f031()160     static public native boolean f031();
f032()161     static public native byte f032();
f033()162     static public native byte f033();
f034()163     static public native byte f034();
f035()164     static public native short f035();
f036()165     static public native short f036();
f037()166     static public native int f037();
f038()167     static public native int f038();
f039()168     static public native int f039();
f040()169     static public native int f040();
f041()170     static public native long f041();
f042()171     static public native long f042();
f043()172     static public native float f043();
f044()173     static public native double f044();
f045()174     static public native double f045();
175 
f131(boolean p0)176     static public native void f131(boolean p0);
f132(byte p0)177     static public native void f132(byte p0);
f133(byte p0)178     static public native void f133(byte p0);
f134(byte p0)179     static public native void f134(byte p0);
f135(short p0)180     static public native void f135(short p0);
f136(short p0)181     static public native void f136(short p0);
f137(int p0)182     static public native void f137(int p0);
f138(int p0)183     static public native void f138(int p0);
f139(int p0)184     static public native void f139(int p0);
f140(int p0)185     static public native void f140(int p0);
f141(long p0)186     static public native void f141(long p0);
f142(long p0)187     static public native void f142(long p0);
f143(float p0)188     static public native void f143(float p0);
f144(double p0)189     static public native void f144(double p0);
f145(double p0)190     static public native void f145(double p0);
191 
192     // ----------------------------------------------------------------------
193     // ByteBuffer mappings of references of primitive result/parameter types
194     // ----------------------------------------------------------------------
195 
f211bb()196     static public native ByteBuffer f211bb();
f212bb()197     static public native ByteBuffer f212bb();
f213bb()198     static public native ByteBuffer f213bb();
f214bb()199     static public native ByteBuffer f214bb();
f215bb()200     static public native ByteBuffer f215bb();
f216bb()201     static public native ByteBuffer f216bb();
f217bb()202     static public native ByteBuffer f217bb();
f218bb()203     static public native ByteBuffer f218bb();
f219bb()204     static public native ByteBuffer f219bb();
f220bb()205     static public native ByteBuffer f220bb();
f221bb()206     static public native ByteBuffer f221bb();
f222bb()207     static public native ByteBuffer f222bb();
f223bb()208     static public native ByteBuffer f223bb();
f224bb()209     static public native ByteBuffer f224bb();
f225bb()210     static public native ByteBuffer f225bb();
211 
f311bb(ByteBuffer p0)212     static public native void f311bb(ByteBuffer p0);
f312bb(ByteBuffer p0)213     static public native void f312bb(ByteBuffer p0);
f313bb(ByteBuffer p0)214     static public native void f313bb(ByteBuffer p0);
f314bb(ByteBuffer p0)215     static public native void f314bb(ByteBuffer p0);
f315bb(ByteBuffer p0)216     static public native void f315bb(ByteBuffer p0);
f316bb(ByteBuffer p0)217     static public native void f316bb(ByteBuffer p0);
f317bb(ByteBuffer p0)218     static public native void f317bb(ByteBuffer p0);
f318bb(ByteBuffer p0)219     static public native void f318bb(ByteBuffer p0);
f319bb(ByteBuffer p0)220     static public native void f319bb(ByteBuffer p0);
f320bb(ByteBuffer p0)221     static public native void f320bb(ByteBuffer p0);
f321bb(ByteBuffer p0)222     static public native void f321bb(ByteBuffer p0);
f322bb(ByteBuffer p0)223     static public native void f322bb(ByteBuffer p0);
f323bb(ByteBuffer p0)224     static public native void f323bb(ByteBuffer p0);
f324bb(ByteBuffer p0)225     static public native void f324bb(ByteBuffer p0);
f325bb(ByteBuffer p0)226     static public native void f325bb(ByteBuffer p0);
227 
f231bb()228     static public native ByteBuffer f231bb();
f232bb()229     static public native ByteBuffer f232bb();
f233bb()230     static public native ByteBuffer f233bb();
f234bb()231     static public native ByteBuffer f234bb();
f235bb()232     static public native ByteBuffer f235bb();
f236bb()233     static public native ByteBuffer f236bb();
f237bb()234     static public native ByteBuffer f237bb();
f238bb()235     static public native ByteBuffer f238bb();
f239bb()236     static public native ByteBuffer f239bb();
f240bb()237     static public native ByteBuffer f240bb();
f241bb()238     static public native ByteBuffer f241bb();
f242bb()239     static public native ByteBuffer f242bb();
f243bb()240     static public native ByteBuffer f243bb();
f244bb()241     static public native ByteBuffer f244bb();
f245bb()242     static public native ByteBuffer f245bb();
243 
f331bb(ByteBuffer p0)244     static public native void f331bb(ByteBuffer p0);
f332bb(ByteBuffer p0)245     static public native void f332bb(ByteBuffer p0);
f333bb(ByteBuffer p0)246     static public native void f333bb(ByteBuffer p0);
f334bb(ByteBuffer p0)247     static public native void f334bb(ByteBuffer p0);
f335bb(ByteBuffer p0)248     static public native void f335bb(ByteBuffer p0);
f336bb(ByteBuffer p0)249     static public native void f336bb(ByteBuffer p0);
f337bb(ByteBuffer p0)250     static public native void f337bb(ByteBuffer p0);
f338bb(ByteBuffer p0)251     static public native void f338bb(ByteBuffer p0);
f339bb(ByteBuffer p0)252     static public native void f339bb(ByteBuffer p0);
f340bb(ByteBuffer p0)253     static public native void f340bb(ByteBuffer p0);
f341bb(ByteBuffer p0)254     static public native void f341bb(ByteBuffer p0);
f342bb(ByteBuffer p0)255     static public native void f342bb(ByteBuffer p0);
f343bb(ByteBuffer p0)256     static public native void f343bb(ByteBuffer p0);
f344bb(ByteBuffer p0)257     static public native void f344bb(ByteBuffer p0);
f345bb(ByteBuffer p0)258     static public native void f345bb(ByteBuffer p0);
259 
260     // ----------------------------------------------------------------------
261     // Value-Copy mappings of references of primitive result/parameter types
262     // ----------------------------------------------------------------------
263 
f211v()264     static public native boolean f211v();
f212v()265     static public native byte f212v();
f213v()266     static public native byte f213v();
f214v()267     static public native byte f214v();
f215v()268     static public native short f215v();
f216v()269     static public native short f216v();
f217v()270     static public native int f217v();
f218v()271     static public native int f218v();
f221v()272     static public native long f221v();
f222v()273     static public native long f222v();
f223v()274     static public native float f223v();
f224v()275     static public native double f224v();
276 
f311v(boolean p0)277     static public native void f311v(boolean p0);
f312v(byte p0)278     static public native void f312v(byte p0);
f313v(byte p0)279     static public native void f313v(byte p0);
f314v(byte p0)280     static public native void f314v(byte p0);
f315v(short p0)281     static public native void f315v(short p0);
f316v(short p0)282     static public native void f316v(short p0);
f317v(int p0)283     static public native void f317v(int p0);
f318v(int p0)284     static public native void f318v(int p0);
f321v(long p0)285     static public native void f321v(long p0);
f322v(long p0)286     static public native void f322v(long p0);
f323v(float p0)287     static public native void f323v(float p0);
f324v(double p0)288     static public native void f324v(double p0);
289 
f231v()290     static public native boolean f231v();
f232v()291     static public native byte f232v();
f233v()292     static public native byte f233v();
f234v()293     static public native byte f234v();
f235v()294     static public native short f235v();
f236v()295     static public native short f236v();
f237v()296     static public native int f237v();
f238v()297     static public native int f238v();
f241v()298     static public native long f241v();
f242v()299     static public native long f242v();
f243v()300     static public native float f243v();
f244v()301     static public native double f244v();
302 
f331v(boolean[] p0)303     static public native void f331v(boolean[] p0);
f332v(byte[] p0)304     static public native void f332v(byte[] p0);
f333v(byte[] p0)305     static public native void f333v(byte[] p0);
f334v(byte[] p0)306     static public native void f334v(byte[] p0);
f335v(short[] p0)307     static public native void f335v(short[] p0);
f336v(short[] p0)308     static public native void f336v(short[] p0);
f337v(int[] p0)309     static public native void f337v(int[] p0);
f338v(int[] p0)310     static public native void f338v(int[] p0);
f341v(long[] p0)311     static public native void f341v(long[] p0);
f342v(long[] p0)312     static public native void f342v(long[] p0);
f343v(float[] p0)313     static public native void f343v(float[] p0);
f344v(double[] p0)314     static public native void f344v(double[] p0);
315 
316     // ----------------------------------------------------------------------
317     // ByteBuffer<size=0> mappings of pointers to primitive types
318     // ----------------------------------------------------------------------
319 
f411bb0()320     static public native ByteBuffer f411bb0();
f412bb0()321     static public native ByteBuffer f412bb0();
f413bb0()322     static public native ByteBuffer f413bb0();
f414bb0()323     static public native ByteBuffer f414bb0();
f415bb0()324     static public native ByteBuffer f415bb0();
f416bb0()325     static public native ByteBuffer f416bb0();
f417bb0()326     static public native ByteBuffer f417bb0();
f418bb0()327     static public native ByteBuffer f418bb0();
f421bb0()328     static public native ByteBuffer f421bb0();
f422bb0()329     static public native ByteBuffer f422bb0();
f423bb0()330     static public native ByteBuffer f423bb0();
f424bb0()331     static public native ByteBuffer f424bb0();
332 
f431bb0()333     static public native ByteBuffer f431bb0();
f432bb0()334     static public native ByteBuffer f432bb0();
f433bb0()335     static public native ByteBuffer f433bb0();
f434bb0()336     static public native ByteBuffer f434bb0();
f435bb0()337     static public native ByteBuffer f435bb0();
f436bb0()338     static public native ByteBuffer f436bb0();
f437bb0()339     static public native ByteBuffer f437bb0();
f438bb0()340     static public native ByteBuffer f438bb0();
f441bb0()341     static public native ByteBuffer f441bb0();
f442bb0()342     static public native ByteBuffer f442bb0();
f443bb0()343     static public native ByteBuffer f443bb0();
f444bb0()344     static public native ByteBuffer f444bb0();
345 
f451bb0()346     static public native ByteBuffer f451bb0();
f452bb0()347     static public native ByteBuffer f452bb0();
f453bb0()348     static public native ByteBuffer f453bb0();
f454bb0()349     static public native ByteBuffer f454bb0();
f455bb0()350     static public native ByteBuffer f455bb0();
f456bb0()351     static public native ByteBuffer f456bb0();
f457bb0()352     static public native ByteBuffer f457bb0();
f458bb0()353     static public native ByteBuffer f458bb0();
f461bb0()354     static public native ByteBuffer f461bb0();
f462bb0()355     static public native ByteBuffer f462bb0();
f463bb0()356     static public native ByteBuffer f463bb0();
f464bb0()357     static public native ByteBuffer f464bb0();
358 
f471bb0()359     static public native ByteBuffer f471bb0();
f472bb0()360     static public native ByteBuffer f472bb0();
f473bb0()361     static public native ByteBuffer f473bb0();
f474bb0()362     static public native ByteBuffer f474bb0();
f475bb0()363     static public native ByteBuffer f475bb0();
f476bb0()364     static public native ByteBuffer f476bb0();
f477bb0()365     static public native ByteBuffer f477bb0();
f478bb0()366     static public native ByteBuffer f478bb0();
f481bb0()367     static public native ByteBuffer f481bb0();
f482bb0()368     static public native ByteBuffer f482bb0();
f483bb0()369     static public native ByteBuffer f483bb0();
f484bb0()370     static public native ByteBuffer f484bb0();
371 
f511bb0(ByteBuffer p0)372     static public native void f511bb0(ByteBuffer p0);
f512bb0(ByteBuffer p0)373     static public native void f512bb0(ByteBuffer p0);
f513bb0(ByteBuffer p0)374     static public native void f513bb0(ByteBuffer p0);
f514bb0(ByteBuffer p0)375     static public native void f514bb0(ByteBuffer p0);
f515bb0(ByteBuffer p0)376     static public native void f515bb0(ByteBuffer p0);
f516bb0(ByteBuffer p0)377     static public native void f516bb0(ByteBuffer p0);
f517bb0(ByteBuffer p0)378     static public native void f517bb0(ByteBuffer p0);
f518bb0(ByteBuffer p0)379     static public native void f518bb0(ByteBuffer p0);
f521bb0(ByteBuffer p0)380     static public native void f521bb0(ByteBuffer p0);
f522bb0(ByteBuffer p0)381     static public native void f522bb0(ByteBuffer p0);
f523bb0(ByteBuffer p0)382     static public native void f523bb0(ByteBuffer p0);
f524bb0(ByteBuffer p0)383     static public native void f524bb0(ByteBuffer p0);
384 
f531bb0(ByteBuffer p0)385     static public native void f531bb0(ByteBuffer p0);
f532bb0(ByteBuffer p0)386     static public native void f532bb0(ByteBuffer p0);
f533bb0(ByteBuffer p0)387     static public native void f533bb0(ByteBuffer p0);
f534bb0(ByteBuffer p0)388     static public native void f534bb0(ByteBuffer p0);
f535bb0(ByteBuffer p0)389     static public native void f535bb0(ByteBuffer p0);
f536bb0(ByteBuffer p0)390     static public native void f536bb0(ByteBuffer p0);
f537bb0(ByteBuffer p0)391     static public native void f537bb0(ByteBuffer p0);
f538bb0(ByteBuffer p0)392     static public native void f538bb0(ByteBuffer p0);
f541bb0(ByteBuffer p0)393     static public native void f541bb0(ByteBuffer p0);
f542bb0(ByteBuffer p0)394     static public native void f542bb0(ByteBuffer p0);
f543bb0(ByteBuffer p0)395     static public native void f543bb0(ByteBuffer p0);
f544bb0(ByteBuffer p0)396     static public native void f544bb0(ByteBuffer p0);
397 
f551bb0(ByteBuffer p0)398     static public native void f551bb0(ByteBuffer p0);
f552bb0(ByteBuffer p0)399     static public native void f552bb0(ByteBuffer p0);
f553bb0(ByteBuffer p0)400     static public native void f553bb0(ByteBuffer p0);
f554bb0(ByteBuffer p0)401     static public native void f554bb0(ByteBuffer p0);
f555bb0(ByteBuffer p0)402     static public native void f555bb0(ByteBuffer p0);
f556bb0(ByteBuffer p0)403     static public native void f556bb0(ByteBuffer p0);
f557bb0(ByteBuffer p0)404     static public native void f557bb0(ByteBuffer p0);
f558bb0(ByteBuffer p0)405     static public native void f558bb0(ByteBuffer p0);
f561bb0(ByteBuffer p0)406     static public native void f561bb0(ByteBuffer p0);
f562bb0(ByteBuffer p0)407     static public native void f562bb0(ByteBuffer p0);
f563bb0(ByteBuffer p0)408     static public native void f563bb0(ByteBuffer p0);
f564bb0(ByteBuffer p0)409     static public native void f564bb0(ByteBuffer p0);
410 
f571bb0(ByteBuffer p0)411     static public native void f571bb0(ByteBuffer p0);
f572bb0(ByteBuffer p0)412     static public native void f572bb0(ByteBuffer p0);
f573bb0(ByteBuffer p0)413     static public native void f573bb0(ByteBuffer p0);
f574bb0(ByteBuffer p0)414     static public native void f574bb0(ByteBuffer p0);
f575bb0(ByteBuffer p0)415     static public native void f575bb0(ByteBuffer p0);
f576bb0(ByteBuffer p0)416     static public native void f576bb0(ByteBuffer p0);
f577bb0(ByteBuffer p0)417     static public native void f577bb0(ByteBuffer p0);
f578bb0(ByteBuffer p0)418     static public native void f578bb0(ByteBuffer p0);
f581bb0(ByteBuffer p0)419     static public native void f581bb0(ByteBuffer p0);
f582bb0(ByteBuffer p0)420     static public native void f582bb0(ByteBuffer p0);
f583bb0(ByteBuffer p0)421     static public native void f583bb0(ByteBuffer p0);
f584bb0(ByteBuffer p0)422     static public native void f584bb0(ByteBuffer p0);
423 
424     // ----------------------------------------------------------------------
425     // ByteBuffer<sizeof(C)> mappings of pointers to primitive types
426     // ----------------------------------------------------------------------
427 
f411bb1()428     static public native ByteBuffer f411bb1();
f412bb1()429     static public native ByteBuffer f412bb1();
f413bb1()430     static public native ByteBuffer f413bb1();
f414bb1()431     static public native ByteBuffer f414bb1();
f415bb1()432     static public native ByteBuffer f415bb1();
f416bb1()433     static public native ByteBuffer f416bb1();
f417bb1()434     static public native ByteBuffer f417bb1();
f418bb1()435     static public native ByteBuffer f418bb1();
f421bb1()436     static public native ByteBuffer f421bb1();
f422bb1()437     static public native ByteBuffer f422bb1();
f423bb1()438     static public native ByteBuffer f423bb1();
f424bb1()439     static public native ByteBuffer f424bb1();
440 
f431bb1()441     static public native ByteBuffer f431bb1();
f432bb1()442     static public native ByteBuffer f432bb1();
f433bb1()443     static public native ByteBuffer f433bb1();
f434bb1()444     static public native ByteBuffer f434bb1();
f435bb1()445     static public native ByteBuffer f435bb1();
f436bb1()446     static public native ByteBuffer f436bb1();
f437bb1()447     static public native ByteBuffer f437bb1();
f438bb1()448     static public native ByteBuffer f438bb1();
f441bb1()449     static public native ByteBuffer f441bb1();
f442bb1()450     static public native ByteBuffer f442bb1();
f443bb1()451     static public native ByteBuffer f443bb1();
f444bb1()452     static public native ByteBuffer f444bb1();
453 
f451bb1()454     static public native ByteBuffer f451bb1();
f452bb1()455     static public native ByteBuffer f452bb1();
f453bb1()456     static public native ByteBuffer f453bb1();
f454bb1()457     static public native ByteBuffer f454bb1();
f455bb1()458     static public native ByteBuffer f455bb1();
f456bb1()459     static public native ByteBuffer f456bb1();
f457bb1()460     static public native ByteBuffer f457bb1();
f458bb1()461     static public native ByteBuffer f458bb1();
f461bb1()462     static public native ByteBuffer f461bb1();
f462bb1()463     static public native ByteBuffer f462bb1();
f463bb1()464     static public native ByteBuffer f463bb1();
f464bb1()465     static public native ByteBuffer f464bb1();
466 
f471bb1()467     static public native ByteBuffer f471bb1();
f472bb1()468     static public native ByteBuffer f472bb1();
f473bb1()469     static public native ByteBuffer f473bb1();
f474bb1()470     static public native ByteBuffer f474bb1();
f475bb1()471     static public native ByteBuffer f475bb1();
f476bb1()472     static public native ByteBuffer f476bb1();
f477bb1()473     static public native ByteBuffer f477bb1();
f478bb1()474     static public native ByteBuffer f478bb1();
f481bb1()475     static public native ByteBuffer f481bb1();
f482bb1()476     static public native ByteBuffer f482bb1();
f483bb1()477     static public native ByteBuffer f483bb1();
f484bb1()478     static public native ByteBuffer f484bb1();
479 
f511bb1(ByteBuffer p0)480     static public native void f511bb1(ByteBuffer p0);
f512bb1(ByteBuffer p0)481     static public native void f512bb1(ByteBuffer p0);
f513bb1(ByteBuffer p0)482     static public native void f513bb1(ByteBuffer p0);
f514bb1(ByteBuffer p0)483     static public native void f514bb1(ByteBuffer p0);
f515bb1(ByteBuffer p0)484     static public native void f515bb1(ByteBuffer p0);
f516bb1(ByteBuffer p0)485     static public native void f516bb1(ByteBuffer p0);
f517bb1(ByteBuffer p0)486     static public native void f517bb1(ByteBuffer p0);
f518bb1(ByteBuffer p0)487     static public native void f518bb1(ByteBuffer p0);
f521bb1(ByteBuffer p0)488     static public native void f521bb1(ByteBuffer p0);
f522bb1(ByteBuffer p0)489     static public native void f522bb1(ByteBuffer p0);
f523bb1(ByteBuffer p0)490     static public native void f523bb1(ByteBuffer p0);
f524bb1(ByteBuffer p0)491     static public native void f524bb1(ByteBuffer p0);
492 
f531bb1(ByteBuffer p0)493     static public native void f531bb1(ByteBuffer p0);
f532bb1(ByteBuffer p0)494     static public native void f532bb1(ByteBuffer p0);
f533bb1(ByteBuffer p0)495     static public native void f533bb1(ByteBuffer p0);
f534bb1(ByteBuffer p0)496     static public native void f534bb1(ByteBuffer p0);
f535bb1(ByteBuffer p0)497     static public native void f535bb1(ByteBuffer p0);
f536bb1(ByteBuffer p0)498     static public native void f536bb1(ByteBuffer p0);
f537bb1(ByteBuffer p0)499     static public native void f537bb1(ByteBuffer p0);
f538bb1(ByteBuffer p0)500     static public native void f538bb1(ByteBuffer p0);
f541bb1(ByteBuffer p0)501     static public native void f541bb1(ByteBuffer p0);
f542bb1(ByteBuffer p0)502     static public native void f542bb1(ByteBuffer p0);
f543bb1(ByteBuffer p0)503     static public native void f543bb1(ByteBuffer p0);
f544bb1(ByteBuffer p0)504     static public native void f544bb1(ByteBuffer p0);
505 
f551bb1(ByteBuffer p0)506     static public native void f551bb1(ByteBuffer p0);
f552bb1(ByteBuffer p0)507     static public native void f552bb1(ByteBuffer p0);
f553bb1(ByteBuffer p0)508     static public native void f553bb1(ByteBuffer p0);
f554bb1(ByteBuffer p0)509     static public native void f554bb1(ByteBuffer p0);
f555bb1(ByteBuffer p0)510     static public native void f555bb1(ByteBuffer p0);
f556bb1(ByteBuffer p0)511     static public native void f556bb1(ByteBuffer p0);
f557bb1(ByteBuffer p0)512     static public native void f557bb1(ByteBuffer p0);
f558bb1(ByteBuffer p0)513     static public native void f558bb1(ByteBuffer p0);
f561bb1(ByteBuffer p0)514     static public native void f561bb1(ByteBuffer p0);
f562bb1(ByteBuffer p0)515     static public native void f562bb1(ByteBuffer p0);
f563bb1(ByteBuffer p0)516     static public native void f563bb1(ByteBuffer p0);
f564bb1(ByteBuffer p0)517     static public native void f564bb1(ByteBuffer p0);
518 
f571bb1(ByteBuffer p0)519     static public native void f571bb1(ByteBuffer p0);
f572bb1(ByteBuffer p0)520     static public native void f572bb1(ByteBuffer p0);
f573bb1(ByteBuffer p0)521     static public native void f573bb1(ByteBuffer p0);
f574bb1(ByteBuffer p0)522     static public native void f574bb1(ByteBuffer p0);
f575bb1(ByteBuffer p0)523     static public native void f575bb1(ByteBuffer p0);
f576bb1(ByteBuffer p0)524     static public native void f576bb1(ByteBuffer p0);
f577bb1(ByteBuffer p0)525     static public native void f577bb1(ByteBuffer p0);
f578bb1(ByteBuffer p0)526     static public native void f578bb1(ByteBuffer p0);
f581bb1(ByteBuffer p0)527     static public native void f581bb1(ByteBuffer p0);
f582bb1(ByteBuffer p0)528     static public native void f582bb1(ByteBuffer p0);
f583bb1(ByteBuffer p0)529     static public native void f583bb1(ByteBuffer p0);
f584bb1(ByteBuffer p0)530     static public native void f584bb1(ByteBuffer p0);
531 
532     // ----------------------------------------------------------------------
533     // Array<size=1> mappings of pointers to primitive types
534     // ----------------------------------------------------------------------
535 
f411v1()536     static public native boolean[] f411v1();
f412v1()537     static public native byte[] f412v1();
f413v1()538     static public native byte[] f413v1();
f414v1()539     static public native byte[] f414v1();
f415v1()540     static public native short[] f415v1();
f416v1()541     static public native short[] f416v1();
f417v1()542     static public native int[] f417v1();
f418v1()543     static public native int[] f418v1();
f421v1()544     static public native long[] f421v1();
f422v1()545     static public native long[] f422v1();
f423v1()546     static public native float[] f423v1();
f424v1()547     static public native double[] f424v1();
548 
f431v1()549     static public native boolean[] f431v1();
f432v1()550     static public native byte[] f432v1();
f433v1()551     static public native byte[] f433v1();
f434v1()552     static public native byte[] f434v1();
f435v1()553     static public native short[] f435v1();
f436v1()554     static public native short[] f436v1();
f437v1()555     static public native int[] f437v1();
f438v1()556     static public native int[] f438v1();
f441v1()557     static public native long[] f441v1();
f442v1()558     static public native long[] f442v1();
f443v1()559     static public native float[] f443v1();
f444v1()560     static public native double[] f444v1();
561 
f451v1()562     static public native boolean[] f451v1();
f452v1()563     static public native byte[] f452v1();
f453v1()564     static public native byte[] f453v1();
f454v1()565     static public native byte[] f454v1();
f455v1()566     static public native short[] f455v1();
f456v1()567     static public native short[] f456v1();
f457v1()568     static public native int[] f457v1();
f458v1()569     static public native int[] f458v1();
f461v1()570     static public native long[] f461v1();
f462v1()571     static public native long[] f462v1();
f463v1()572     static public native float[] f463v1();
f464v1()573     static public native double[] f464v1();
574 
f471v1()575     static public native boolean[] f471v1();
f472v1()576     static public native byte[] f472v1();
f473v1()577     static public native byte[] f473v1();
f474v1()578     static public native byte[] f474v1();
f475v1()579     static public native short[] f475v1();
f476v1()580     static public native short[] f476v1();
f477v1()581     static public native int[] f477v1();
f478v1()582     static public native int[] f478v1();
f481v1()583     static public native long[] f481v1();
f482v1()584     static public native long[] f482v1();
f483v1()585     static public native float[] f483v1();
f484v1()586     static public native double[] f484v1();
587 
f511v1(boolean[] p0)588     static public native void f511v1(boolean[] p0);
f512v1(byte[] p0)589     static public native void f512v1(byte[] p0);
f513v1(byte[] p0)590     static public native void f513v1(byte[] p0);
f514v1(byte[] p0)591     static public native void f514v1(byte[] p0);
f515v1(short[] p0)592     static public native void f515v1(short[] p0);
f516v1(short[] p0)593     static public native void f516v1(short[] p0);
f517v1(int[] p0)594     static public native void f517v1(int[] p0);
f518v1(int[] p0)595     static public native void f518v1(int[] p0);
f521v1(long[] p0)596     static public native void f521v1(long[] p0);
f522v1(long[] p0)597     static public native void f522v1(long[] p0);
f523v1(float[] p0)598     static public native void f523v1(float[] p0);
f524v1(double[] p0)599     static public native void f524v1(double[] p0);
600 
f531v1(boolean[] p0)601     static public native void f531v1(boolean[] p0);
f532v1(byte[] p0)602     static public native void f532v1(byte[] p0);
f533v1(byte[] p0)603     static public native void f533v1(byte[] p0);
f534v1(byte[] p0)604     static public native void f534v1(byte[] p0);
f535v1(short[] p0)605     static public native void f535v1(short[] p0);
f536v1(short[] p0)606     static public native void f536v1(short[] p0);
f537v1(int[] p0)607     static public native void f537v1(int[] p0);
f538v1(int[] p0)608     static public native void f538v1(int[] p0);
f541v1(long[] p0)609     static public native void f541v1(long[] p0);
f542v1(long[] p0)610     static public native void f542v1(long[] p0);
f543v1(float[] p0)611     static public native void f543v1(float[] p0);
f544v1(double[] p0)612     static public native void f544v1(double[] p0);
613 
f551v1(boolean[] p0)614     static public native void f551v1(boolean[] p0);
f552v1(byte[] p0)615     static public native void f552v1(byte[] p0);
f553v1(byte[] p0)616     static public native void f553v1(byte[] p0);
f554v1(byte[] p0)617     static public native void f554v1(byte[] p0);
f555v1(short[] p0)618     static public native void f555v1(short[] p0);
f556v1(short[] p0)619     static public native void f556v1(short[] p0);
f557v1(int[] p0)620     static public native void f557v1(int[] p0);
f558v1(int[] p0)621     static public native void f558v1(int[] p0);
f561v1(long[] p0)622     static public native void f561v1(long[] p0);
f562v1(long[] p0)623     static public native void f562v1(long[] p0);
f563v1(float[] p0)624     static public native void f563v1(float[] p0);
f564v1(double[] p0)625     static public native void f564v1(double[] p0);
626 
f571v1(boolean[] p0)627     static public native void f571v1(boolean[] p0);
f572v1(byte[] p0)628     static public native void f572v1(byte[] p0);
f573v1(byte[] p0)629     static public native void f573v1(byte[] p0);
f574v1(byte[] p0)630     static public native void f574v1(byte[] p0);
f575v1(short[] p0)631     static public native void f575v1(short[] p0);
f576v1(short[] p0)632     static public native void f576v1(short[] p0);
f577v1(int[] p0)633     static public native void f577v1(int[] p0);
f578v1(int[] p0)634     static public native void f578v1(int[] p0);
f581v1(long[] p0)635     static public native void f581v1(long[] p0);
f582v1(long[] p0)636     static public native void f582v1(long[] p0);
f583v1(float[] p0)637     static public native void f583v1(float[] p0);
f584v1(double[] p0)638     static public native void f584v1(double[] p0);
639 
640     // ----------------------------------------------------------------------
641     // Nullable ByteBuffer<size=0> mappings of pointers to primitive types
642     // ----------------------------------------------------------------------
643 
f611bb0()644     static public native ByteBuffer f611bb0();
f612bb0()645     static public native ByteBuffer f612bb0();
f613bb0()646     static public native ByteBuffer f613bb0();
f614bb0()647     static public native ByteBuffer f614bb0();
f615bb0()648     static public native ByteBuffer f615bb0();
f616bb0()649     static public native ByteBuffer f616bb0();
f617bb0()650     static public native ByteBuffer f617bb0();
f618bb0()651     static public native ByteBuffer f618bb0();
f621bb0()652     static public native ByteBuffer f621bb0();
f622bb0()653     static public native ByteBuffer f622bb0();
f623bb0()654     static public native ByteBuffer f623bb0();
f624bb0()655     static public native ByteBuffer f624bb0();
656 
f631bb0()657     static public native ByteBuffer f631bb0();
f632bb0()658     static public native ByteBuffer f632bb0();
f633bb0()659     static public native ByteBuffer f633bb0();
f634bb0()660     static public native ByteBuffer f634bb0();
f635bb0()661     static public native ByteBuffer f635bb0();
f636bb0()662     static public native ByteBuffer f636bb0();
f637bb0()663     static public native ByteBuffer f637bb0();
f638bb0()664     static public native ByteBuffer f638bb0();
f641bb0()665     static public native ByteBuffer f641bb0();
f642bb0()666     static public native ByteBuffer f642bb0();
f643bb0()667     static public native ByteBuffer f643bb0();
f644bb0()668     static public native ByteBuffer f644bb0();
669 
f651bb0()670     static public native ByteBuffer f651bb0();
f652bb0()671     static public native ByteBuffer f652bb0();
f653bb0()672     static public native ByteBuffer f653bb0();
f654bb0()673     static public native ByteBuffer f654bb0();
f655bb0()674     static public native ByteBuffer f655bb0();
f656bb0()675     static public native ByteBuffer f656bb0();
f657bb0()676     static public native ByteBuffer f657bb0();
f658bb0()677     static public native ByteBuffer f658bb0();
f661bb0()678     static public native ByteBuffer f661bb0();
f662bb0()679     static public native ByteBuffer f662bb0();
f663bb0()680     static public native ByteBuffer f663bb0();
f664bb0()681     static public native ByteBuffer f664bb0();
682 
f671bb0()683     static public native ByteBuffer f671bb0();
f672bb0()684     static public native ByteBuffer f672bb0();
f673bb0()685     static public native ByteBuffer f673bb0();
f674bb0()686     static public native ByteBuffer f674bb0();
f675bb0()687     static public native ByteBuffer f675bb0();
f676bb0()688     static public native ByteBuffer f676bb0();
f677bb0()689     static public native ByteBuffer f677bb0();
f678bb0()690     static public native ByteBuffer f678bb0();
f681bb0()691     static public native ByteBuffer f681bb0();
f682bb0()692     static public native ByteBuffer f682bb0();
f683bb0()693     static public native ByteBuffer f683bb0();
f684bb0()694     static public native ByteBuffer f684bb0();
695 
f711bb0(ByteBuffer p0)696     static public native void f711bb0(ByteBuffer p0);
f712bb0(ByteBuffer p0)697     static public native void f712bb0(ByteBuffer p0);
f713bb0(ByteBuffer p0)698     static public native void f713bb0(ByteBuffer p0);
f714bb0(ByteBuffer p0)699     static public native void f714bb0(ByteBuffer p0);
f715bb0(ByteBuffer p0)700     static public native void f715bb0(ByteBuffer p0);
f716bb0(ByteBuffer p0)701     static public native void f716bb0(ByteBuffer p0);
f717bb0(ByteBuffer p0)702     static public native void f717bb0(ByteBuffer p0);
f718bb0(ByteBuffer p0)703     static public native void f718bb0(ByteBuffer p0);
f721bb0(ByteBuffer p0)704     static public native void f721bb0(ByteBuffer p0);
f722bb0(ByteBuffer p0)705     static public native void f722bb0(ByteBuffer p0);
f723bb0(ByteBuffer p0)706     static public native void f723bb0(ByteBuffer p0);
f724bb0(ByteBuffer p0)707     static public native void f724bb0(ByteBuffer p0);
708 
f731bb0(ByteBuffer p0)709     static public native void f731bb0(ByteBuffer p0);
f732bb0(ByteBuffer p0)710     static public native void f732bb0(ByteBuffer p0);
f733bb0(ByteBuffer p0)711     static public native void f733bb0(ByteBuffer p0);
f734bb0(ByteBuffer p0)712     static public native void f734bb0(ByteBuffer p0);
f735bb0(ByteBuffer p0)713     static public native void f735bb0(ByteBuffer p0);
f736bb0(ByteBuffer p0)714     static public native void f736bb0(ByteBuffer p0);
f737bb0(ByteBuffer p0)715     static public native void f737bb0(ByteBuffer p0);
f738bb0(ByteBuffer p0)716     static public native void f738bb0(ByteBuffer p0);
f741bb0(ByteBuffer p0)717     static public native void f741bb0(ByteBuffer p0);
f742bb0(ByteBuffer p0)718     static public native void f742bb0(ByteBuffer p0);
f743bb0(ByteBuffer p0)719     static public native void f743bb0(ByteBuffer p0);
f744bb0(ByteBuffer p0)720     static public native void f744bb0(ByteBuffer p0);
721 
f751bb0(ByteBuffer p0)722     static public native void f751bb0(ByteBuffer p0);
f752bb0(ByteBuffer p0)723     static public native void f752bb0(ByteBuffer p0);
f753bb0(ByteBuffer p0)724     static public native void f753bb0(ByteBuffer p0);
f754bb0(ByteBuffer p0)725     static public native void f754bb0(ByteBuffer p0);
f755bb0(ByteBuffer p0)726     static public native void f755bb0(ByteBuffer p0);
f756bb0(ByteBuffer p0)727     static public native void f756bb0(ByteBuffer p0);
f757bb0(ByteBuffer p0)728     static public native void f757bb0(ByteBuffer p0);
f758bb0(ByteBuffer p0)729     static public native void f758bb0(ByteBuffer p0);
f761bb0(ByteBuffer p0)730     static public native void f761bb0(ByteBuffer p0);
f762bb0(ByteBuffer p0)731     static public native void f762bb0(ByteBuffer p0);
f763bb0(ByteBuffer p0)732     static public native void f763bb0(ByteBuffer p0);
f764bb0(ByteBuffer p0)733     static public native void f764bb0(ByteBuffer p0);
734 
f771bb0(ByteBuffer p0)735     static public native void f771bb0(ByteBuffer p0);
f772bb0(ByteBuffer p0)736     static public native void f772bb0(ByteBuffer p0);
f773bb0(ByteBuffer p0)737     static public native void f773bb0(ByteBuffer p0);
f774bb0(ByteBuffer p0)738     static public native void f774bb0(ByteBuffer p0);
f775bb0(ByteBuffer p0)739     static public native void f775bb0(ByteBuffer p0);
f776bb0(ByteBuffer p0)740     static public native void f776bb0(ByteBuffer p0);
f777bb0(ByteBuffer p0)741     static public native void f777bb0(ByteBuffer p0);
f778bb0(ByteBuffer p0)742     static public native void f778bb0(ByteBuffer p0);
f781bb0(ByteBuffer p0)743     static public native void f781bb0(ByteBuffer p0);
f782bb0(ByteBuffer p0)744     static public native void f782bb0(ByteBuffer p0);
f783bb0(ByteBuffer p0)745     static public native void f783bb0(ByteBuffer p0);
f784bb0(ByteBuffer p0)746     static public native void f784bb0(ByteBuffer p0);
747 
748     // ----------------------------------------------------------------------
749     // Nullable ByteBuffer<sizeof(C)> mappings of pointers to primitive types
750     // ----------------------------------------------------------------------
751 
f611bb1()752     static public native ByteBuffer f611bb1();
f612bb1()753     static public native ByteBuffer f612bb1();
f613bb1()754     static public native ByteBuffer f613bb1();
f614bb1()755     static public native ByteBuffer f614bb1();
f615bb1()756     static public native ByteBuffer f615bb1();
f616bb1()757     static public native ByteBuffer f616bb1();
f617bb1()758     static public native ByteBuffer f617bb1();
f618bb1()759     static public native ByteBuffer f618bb1();
f621bb1()760     static public native ByteBuffer f621bb1();
f622bb1()761     static public native ByteBuffer f622bb1();
f623bb1()762     static public native ByteBuffer f623bb1();
f624bb1()763     static public native ByteBuffer f624bb1();
764 
f631bb1()765     static public native ByteBuffer f631bb1();
f632bb1()766     static public native ByteBuffer f632bb1();
f633bb1()767     static public native ByteBuffer f633bb1();
f634bb1()768     static public native ByteBuffer f634bb1();
f635bb1()769     static public native ByteBuffer f635bb1();
f636bb1()770     static public native ByteBuffer f636bb1();
f637bb1()771     static public native ByteBuffer f637bb1();
f638bb1()772     static public native ByteBuffer f638bb1();
f641bb1()773     static public native ByteBuffer f641bb1();
f642bb1()774     static public native ByteBuffer f642bb1();
f643bb1()775     static public native ByteBuffer f643bb1();
f644bb1()776     static public native ByteBuffer f644bb1();
777 
f651bb1()778     static public native ByteBuffer f651bb1();
f652bb1()779     static public native ByteBuffer f652bb1();
f653bb1()780     static public native ByteBuffer f653bb1();
f654bb1()781     static public native ByteBuffer f654bb1();
f655bb1()782     static public native ByteBuffer f655bb1();
f656bb1()783     static public native ByteBuffer f656bb1();
f657bb1()784     static public native ByteBuffer f657bb1();
f658bb1()785     static public native ByteBuffer f658bb1();
f661bb1()786     static public native ByteBuffer f661bb1();
f662bb1()787     static public native ByteBuffer f662bb1();
f663bb1()788     static public native ByteBuffer f663bb1();
f664bb1()789     static public native ByteBuffer f664bb1();
790 
f671bb1()791     static public native ByteBuffer f671bb1();
f672bb1()792     static public native ByteBuffer f672bb1();
f673bb1()793     static public native ByteBuffer f673bb1();
f674bb1()794     static public native ByteBuffer f674bb1();
f675bb1()795     static public native ByteBuffer f675bb1();
f676bb1()796     static public native ByteBuffer f676bb1();
f677bb1()797     static public native ByteBuffer f677bb1();
f678bb1()798     static public native ByteBuffer f678bb1();
f681bb1()799     static public native ByteBuffer f681bb1();
f682bb1()800     static public native ByteBuffer f682bb1();
f683bb1()801     static public native ByteBuffer f683bb1();
f684bb1()802     static public native ByteBuffer f684bb1();
803 
f711bb1(ByteBuffer p0)804     static public native void f711bb1(ByteBuffer p0);
f712bb1(ByteBuffer p0)805     static public native void f712bb1(ByteBuffer p0);
f713bb1(ByteBuffer p0)806     static public native void f713bb1(ByteBuffer p0);
f714bb1(ByteBuffer p0)807     static public native void f714bb1(ByteBuffer p0);
f715bb1(ByteBuffer p0)808     static public native void f715bb1(ByteBuffer p0);
f716bb1(ByteBuffer p0)809     static public native void f716bb1(ByteBuffer p0);
f717bb1(ByteBuffer p0)810     static public native void f717bb1(ByteBuffer p0);
f718bb1(ByteBuffer p0)811     static public native void f718bb1(ByteBuffer p0);
f721bb1(ByteBuffer p0)812     static public native void f721bb1(ByteBuffer p0);
f722bb1(ByteBuffer p0)813     static public native void f722bb1(ByteBuffer p0);
f723bb1(ByteBuffer p0)814     static public native void f723bb1(ByteBuffer p0);
f724bb1(ByteBuffer p0)815     static public native void f724bb1(ByteBuffer p0);
816 
f731bb1(ByteBuffer p0)817     static public native void f731bb1(ByteBuffer p0);
f732bb1(ByteBuffer p0)818     static public native void f732bb1(ByteBuffer p0);
f733bb1(ByteBuffer p0)819     static public native void f733bb1(ByteBuffer p0);
f734bb1(ByteBuffer p0)820     static public native void f734bb1(ByteBuffer p0);
f735bb1(ByteBuffer p0)821     static public native void f735bb1(ByteBuffer p0);
f736bb1(ByteBuffer p0)822     static public native void f736bb1(ByteBuffer p0);
f737bb1(ByteBuffer p0)823     static public native void f737bb1(ByteBuffer p0);
f738bb1(ByteBuffer p0)824     static public native void f738bb1(ByteBuffer p0);
f741bb1(ByteBuffer p0)825     static public native void f741bb1(ByteBuffer p0);
f742bb1(ByteBuffer p0)826     static public native void f742bb1(ByteBuffer p0);
f743bb1(ByteBuffer p0)827     static public native void f743bb1(ByteBuffer p0);
f744bb1(ByteBuffer p0)828     static public native void f744bb1(ByteBuffer p0);
829 
f751bb1(ByteBuffer p0)830     static public native void f751bb1(ByteBuffer p0);
f752bb1(ByteBuffer p0)831     static public native void f752bb1(ByteBuffer p0);
f753bb1(ByteBuffer p0)832     static public native void f753bb1(ByteBuffer p0);
f754bb1(ByteBuffer p0)833     static public native void f754bb1(ByteBuffer p0);
f755bb1(ByteBuffer p0)834     static public native void f755bb1(ByteBuffer p0);
f756bb1(ByteBuffer p0)835     static public native void f756bb1(ByteBuffer p0);
f757bb1(ByteBuffer p0)836     static public native void f757bb1(ByteBuffer p0);
f758bb1(ByteBuffer p0)837     static public native void f758bb1(ByteBuffer p0);
f761bb1(ByteBuffer p0)838     static public native void f761bb1(ByteBuffer p0);
f762bb1(ByteBuffer p0)839     static public native void f762bb1(ByteBuffer p0);
f763bb1(ByteBuffer p0)840     static public native void f763bb1(ByteBuffer p0);
f764bb1(ByteBuffer p0)841     static public native void f764bb1(ByteBuffer p0);
842 
f771bb1(ByteBuffer p0)843     static public native void f771bb1(ByteBuffer p0);
f772bb1(ByteBuffer p0)844     static public native void f772bb1(ByteBuffer p0);
f773bb1(ByteBuffer p0)845     static public native void f773bb1(ByteBuffer p0);
f774bb1(ByteBuffer p0)846     static public native void f774bb1(ByteBuffer p0);
f775bb1(ByteBuffer p0)847     static public native void f775bb1(ByteBuffer p0);
f776bb1(ByteBuffer p0)848     static public native void f776bb1(ByteBuffer p0);
f777bb1(ByteBuffer p0)849     static public native void f777bb1(ByteBuffer p0);
f778bb1(ByteBuffer p0)850     static public native void f778bb1(ByteBuffer p0);
f781bb1(ByteBuffer p0)851     static public native void f781bb1(ByteBuffer p0);
f782bb1(ByteBuffer p0)852     static public native void f782bb1(ByteBuffer p0);
f783bb1(ByteBuffer p0)853     static public native void f783bb1(ByteBuffer p0);
f784bb1(ByteBuffer p0)854     static public native void f784bb1(ByteBuffer p0);
855 
856     // ----------------------------------------------------------------------
857     // Nullable Array<size=0> mappings of pointers to primitive types
858     // ----------------------------------------------------------------------
859 
f611v0()860     static public native boolean[] f611v0();
f612v0()861     static public native byte[] f612v0();
f613v0()862     static public native byte[] f613v0();
f614v0()863     static public native byte[] f614v0();
f615v0()864     static public native short[] f615v0();
f616v0()865     static public native short[] f616v0();
f617v0()866     static public native int[] f617v0();
f618v0()867     static public native int[] f618v0();
f621v0()868     static public native long[] f621v0();
f622v0()869     static public native long[] f622v0();
f623v0()870     static public native float[] f623v0();
f624v0()871     static public native double[] f624v0();
872 
f631v0()873     static public native boolean[] f631v0();
f632v0()874     static public native byte[] f632v0();
f633v0()875     static public native byte[] f633v0();
f634v0()876     static public native byte[] f634v0();
f635v0()877     static public native short[] f635v0();
f636v0()878     static public native short[] f636v0();
f637v0()879     static public native int[] f637v0();
f638v0()880     static public native int[] f638v0();
f641v0()881     static public native long[] f641v0();
f642v0()882     static public native long[] f642v0();
f643v0()883     static public native float[] f643v0();
f644v0()884     static public native double[] f644v0();
885 
f651v0()886     static public native boolean[] f651v0();
f652v0()887     static public native byte[] f652v0();
f653v0()888     static public native byte[] f653v0();
f654v0()889     static public native byte[] f654v0();
f655v0()890     static public native short[] f655v0();
f656v0()891     static public native short[] f656v0();
f657v0()892     static public native int[] f657v0();
f658v0()893     static public native int[] f658v0();
f661v0()894     static public native long[] f661v0();
f662v0()895     static public native long[] f662v0();
f663v0()896     static public native float[] f663v0();
f664v0()897     static public native double[] f664v0();
898 
f671v0()899     static public native boolean[] f671v0();
f672v0()900     static public native byte[] f672v0();
f673v0()901     static public native byte[] f673v0();
f674v0()902     static public native byte[] f674v0();
f675v0()903     static public native short[] f675v0();
f676v0()904     static public native short[] f676v0();
f677v0()905     static public native int[] f677v0();
f678v0()906     static public native int[] f678v0();
f681v0()907     static public native long[] f681v0();
f682v0()908     static public native long[] f682v0();
f683v0()909     static public native float[] f683v0();
f684v0()910     static public native double[] f684v0();
911 
f711v0(boolean[] p0)912     static public native void f711v0(boolean[] p0);
f712v0(byte[] p0)913     static public native void f712v0(byte[] p0);
f713v0(byte[] p0)914     static public native void f713v0(byte[] p0);
f714v0(byte[] p0)915     static public native void f714v0(byte[] p0);
f715v0(short[] p0)916     static public native void f715v0(short[] p0);
f716v0(short[] p0)917     static public native void f716v0(short[] p0);
f717v0(int[] p0)918     static public native void f717v0(int[] p0);
f718v0(int[] p0)919     static public native void f718v0(int[] p0);
f721v0(long[] p0)920     static public native void f721v0(long[] p0);
f722v0(long[] p0)921     static public native void f722v0(long[] p0);
f723v0(float[] p0)922     static public native void f723v0(float[] p0);
f724v0(double[] p0)923     static public native void f724v0(double[] p0);
924 
f731v0(boolean[] p0)925     static public native void f731v0(boolean[] p0);
f732v0(byte[] p0)926     static public native void f732v0(byte[] p0);
f733v0(byte[] p0)927     static public native void f733v0(byte[] p0);
f734v0(byte[] p0)928     static public native void f734v0(byte[] p0);
f735v0(short[] p0)929     static public native void f735v0(short[] p0);
f736v0(short[] p0)930     static public native void f736v0(short[] p0);
f737v0(int[] p0)931     static public native void f737v0(int[] p0);
f738v0(int[] p0)932     static public native void f738v0(int[] p0);
f741v0(long[] p0)933     static public native void f741v0(long[] p0);
f742v0(long[] p0)934     static public native void f742v0(long[] p0);
f743v0(float[] p0)935     static public native void f743v0(float[] p0);
f744v0(double[] p0)936     static public native void f744v0(double[] p0);
937 
f751v0(boolean[] p0)938     static public native void f751v0(boolean[] p0);
f752v0(byte[] p0)939     static public native void f752v0(byte[] p0);
f753v0(byte[] p0)940     static public native void f753v0(byte[] p0);
f754v0(byte[] p0)941     static public native void f754v0(byte[] p0);
f755v0(short[] p0)942     static public native void f755v0(short[] p0);
f756v0(short[] p0)943     static public native void f756v0(short[] p0);
f757v0(int[] p0)944     static public native void f757v0(int[] p0);
f758v0(int[] p0)945     static public native void f758v0(int[] p0);
f761v0(long[] p0)946     static public native void f761v0(long[] p0);
f762v0(long[] p0)947     static public native void f762v0(long[] p0);
f763v0(float[] p0)948     static public native void f763v0(float[] p0);
f764v0(double[] p0)949     static public native void f764v0(double[] p0);
950 
f771v0(boolean[] p0)951     static public native void f771v0(boolean[] p0);
f772v0(byte[] p0)952     static public native void f772v0(byte[] p0);
f773v0(byte[] p0)953     static public native void f773v0(byte[] p0);
f774v0(byte[] p0)954     static public native void f774v0(byte[] p0);
f775v0(short[] p0)955     static public native void f775v0(short[] p0);
f776v0(short[] p0)956     static public native void f776v0(short[] p0);
f777v0(int[] p0)957     static public native void f777v0(int[] p0);
f778v0(int[] p0)958     static public native void f778v0(int[] p0);
f781v0(long[] p0)959     static public native void f781v0(long[] p0);
f782v0(long[] p0)960     static public native void f782v0(long[] p0);
f783v0(float[] p0)961     static public native void f783v0(float[] p0);
f784v0(double[] p0)962     static public native void f784v0(double[] p0);
963 
964     // ----------------------------------------------------------------------
965     // Nullable Array<size=1> mappings of pointers to primitive types
966     // ----------------------------------------------------------------------
967 
f611v1()968     static public native boolean[] f611v1();
f612v1()969     static public native byte[] f612v1();
f613v1()970     static public native byte[] f613v1();
f614v1()971     static public native byte[] f614v1();
f615v1()972     static public native short[] f615v1();
f616v1()973     static public native short[] f616v1();
f617v1()974     static public native int[] f617v1();
f618v1()975     static public native int[] f618v1();
f621v1()976     static public native long[] f621v1();
f622v1()977     static public native long[] f622v1();
f623v1()978     static public native float[] f623v1();
f624v1()979     static public native double[] f624v1();
980 
f631v1()981     static public native boolean[] f631v1();
f632v1()982     static public native byte[] f632v1();
f633v1()983     static public native byte[] f633v1();
f634v1()984     static public native byte[] f634v1();
f635v1()985     static public native short[] f635v1();
f636v1()986     static public native short[] f636v1();
f637v1()987     static public native int[] f637v1();
f638v1()988     static public native int[] f638v1();
f641v1()989     static public native long[] f641v1();
f642v1()990     static public native long[] f642v1();
f643v1()991     static public native float[] f643v1();
f644v1()992     static public native double[] f644v1();
993 
f651v1()994     static public native boolean[] f651v1();
f652v1()995     static public native byte[] f652v1();
f653v1()996     static public native byte[] f653v1();
f654v1()997     static public native byte[] f654v1();
f655v1()998     static public native short[] f655v1();
f656v1()999     static public native short[] f656v1();
f657v1()1000     static public native int[] f657v1();
f658v1()1001     static public native int[] f658v1();
f661v1()1002     static public native long[] f661v1();
f662v1()1003     static public native long[] f662v1();
f663v1()1004     static public native float[] f663v1();
f664v1()1005     static public native double[] f664v1();
1006 
f671v1()1007     static public native boolean[] f671v1();
f672v1()1008     static public native byte[] f672v1();
f673v1()1009     static public native byte[] f673v1();
f674v1()1010     static public native byte[] f674v1();
f675v1()1011     static public native short[] f675v1();
f676v1()1012     static public native short[] f676v1();
f677v1()1013     static public native int[] f677v1();
f678v1()1014     static public native int[] f678v1();
f681v1()1015     static public native long[] f681v1();
f682v1()1016     static public native long[] f682v1();
f683v1()1017     static public native float[] f683v1();
f684v1()1018     static public native double[] f684v1();
1019 
f711v1(boolean[] p0)1020     static public native void f711v1(boolean[] p0);
f712v1(byte[] p0)1021     static public native void f712v1(byte[] p0);
f713v1(byte[] p0)1022     static public native void f713v1(byte[] p0);
f714v1(byte[] p0)1023     static public native void f714v1(byte[] p0);
f715v1(short[] p0)1024     static public native void f715v1(short[] p0);
f716v1(short[] p0)1025     static public native void f716v1(short[] p0);
f717v1(int[] p0)1026     static public native void f717v1(int[] p0);
f718v1(int[] p0)1027     static public native void f718v1(int[] p0);
f721v1(long[] p0)1028     static public native void f721v1(long[] p0);
f722v1(long[] p0)1029     static public native void f722v1(long[] p0);
f723v1(float[] p0)1030     static public native void f723v1(float[] p0);
f724v1(double[] p0)1031     static public native void f724v1(double[] p0);
1032 
f731v1(boolean[] p0)1033     static public native void f731v1(boolean[] p0);
f732v1(byte[] p0)1034     static public native void f732v1(byte[] p0);
f733v1(byte[] p0)1035     static public native void f733v1(byte[] p0);
f734v1(byte[] p0)1036     static public native void f734v1(byte[] p0);
f735v1(short[] p0)1037     static public native void f735v1(short[] p0);
f736v1(short[] p0)1038     static public native void f736v1(short[] p0);
f737v1(int[] p0)1039     static public native void f737v1(int[] p0);
f738v1(int[] p0)1040     static public native void f738v1(int[] p0);
f741v1(long[] p0)1041     static public native void f741v1(long[] p0);
f742v1(long[] p0)1042     static public native void f742v1(long[] p0);
f743v1(float[] p0)1043     static public native void f743v1(float[] p0);
f744v1(double[] p0)1044     static public native void f744v1(double[] p0);
1045 
f751v1(boolean[] p0)1046     static public native void f751v1(boolean[] p0);
f752v1(byte[] p0)1047     static public native void f752v1(byte[] p0);
f753v1(byte[] p0)1048     static public native void f753v1(byte[] p0);
f754v1(byte[] p0)1049     static public native void f754v1(byte[] p0);
f755v1(short[] p0)1050     static public native void f755v1(short[] p0);
f756v1(short[] p0)1051     static public native void f756v1(short[] p0);
f757v1(int[] p0)1052     static public native void f757v1(int[] p0);
f758v1(int[] p0)1053     static public native void f758v1(int[] p0);
f761v1(long[] p0)1054     static public native void f761v1(long[] p0);
f762v1(long[] p0)1055     static public native void f762v1(long[] p0);
f763v1(float[] p0)1056     static public native void f763v1(float[] p0);
f764v1(double[] p0)1057     static public native void f764v1(double[] p0);
1058 
f771v1(boolean[] p0)1059     static public native void f771v1(boolean[] p0);
f772v1(byte[] p0)1060     static public native void f772v1(byte[] p0);
f773v1(byte[] p0)1061     static public native void f773v1(byte[] p0);
f774v1(byte[] p0)1062     static public native void f774v1(byte[] p0);
f775v1(short[] p0)1063     static public native void f775v1(short[] p0);
f776v1(short[] p0)1064     static public native void f776v1(short[] p0);
f777v1(int[] p0)1065     static public native void f777v1(int[] p0);
f778v1(int[] p0)1066     static public native void f778v1(int[] p0);
f781v1(long[] p0)1067     static public native void f781v1(long[] p0);
f782v1(long[] p0)1068     static public native void f782v1(long[] p0);
f783v1(float[] p0)1069     static public native void f783v1(float[] p0);
f784v1(double[] p0)1070     static public native void f784v1(double[] p0);
1071 
1072     // ----------------------------------------------------------------------
1073 
1074     // XXX add BigInteger, BigDecimal mappings
1075 
1076     //static public native void f140(BigInteger p0);
1077     //static public native void f141(BigInteger p0);
1078     // mapping to BigDecimal not supported at this time
1079     //static public native void f145(BigDecimal p0);
1080 
1081     // ----------------------------------------------------------------------
1082 }
1083