MCPcopy Index your code
hub / github.com/java-native-access/jna / invoke

Method invoke

src/com/sun/jna/Native.java:2157–2157  ·  view source on GitHub ↗
(long cif, long resp, long argp)

Source from the content-addressed store, hash-verified

2155
2156 public interface ffi_callback {
2157 void invoke(long cif, long resp, long argp);
2158 }
2159
2160 /** Prints JNA library details to the console. */

Callers 15

invokeCallbackMethod · 0.65
invokeMethod · 0.65
invokeMethod · 0.65
applyMethod · 0.65
invokeMethod · 0.65
getCallingClassMethod · 0.65
isDefaultMethod · 0.65
mhViaFindSpecialMethod · 0.65
mhViaUnreflectSpecialMethod · 0.65
createPrivateLookupInMethod · 0.65

Implementers 15

LocalLateBindingcontrib/platform/test/com/sun/jna/plat
Kernel32Testcontrib/platform/test/com/sun/jna/plat
MessageLoopWrappercontrib/platform/src/com/sun/jna/platf
Handlercontrib/platform/src/com/sun/jna/platf
Kernel32Utilcontrib/platform/src/com/sun/jna/platf
COMLateBindingObjectcontrib/platform/src/com/sun/jna/platf
UnknownListenercontrib/platform/src/com/sun/jna/platf
DispatchListenercontrib/platform/src/com/sun/jna/platf
ProxyObjectcontrib/platform/src/com/sun/jna/platf
ProxyObject2contrib/platform/src/com/sun/jna/platf
PerformanceTesttest/com/sun/jna/PerformanceTest.java
CallbacksTesttest/com/sun/jna/CallbacksTest.java

Calls

no outgoing calls

Tested by

no test coverage detected