MCPcopy Create free account
hub / github.com/java-native-access/jna / invoke

Method invoke

test/com/sun/jna/DirectTest.java:93–93  ·  view source on GitHub ↗
(int arg1, int arg2)

Source from the content-addressed store, hash-verified

91 static interface TestInterface extends Library {
92 interface Int32Callback extends Callback {
93 int invoke(int arg1, int arg2);
94 }
95 interface NativeLongCallback extends Callback {
96 NativeLong invoke(NativeLong arg1, NativeLong arg2);

Callers 3

testOpaquePointerMethod · 0.65
testBoundsCheckArrayMethod · 0.65

Implementers 1

CallbacksTesttest/com/sun/jna/CallbacksTest.java

Calls

no outgoing calls

Tested by 3

testOpaquePointerMethod · 0.52
testBoundsCheckArrayMethod · 0.52