Uses of Enum
jnr.ffi.CallingConvention
Packages that use CallingConvention
-
Uses of CallingConvention in jnr.ffi
Methods in jnr.ffi that return CallingConventionModifier and TypeMethodDescriptionstatic CallingConvention
Returns the enum constant of this type with the specified name.static CallingConvention[]
CallingConvention.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jnr.ffi with parameters of type CallingConventionModifier and TypeMethodDescriptionLibraryLoader.convention
(CallingConvention convention) Sets the native function calling convention. -
Uses of CallingConvention in jnr.ffi.provider
Methods in jnr.ffi.provider that return CallingConventionConstructors in jnr.ffi.provider with parameters of type CallingConventionModifierConstructorDescriptionInterfaceScanner
(Class interfaceClass, SignatureTypeMapper typeMapper, CallingConvention callingConvention) NativeFunction
(Method method, CallingConvention callingConvention) -
Uses of CallingConvention in jnr.ffi.provider.jffi
Methods in jnr.ffi.provider.jffi with parameters of type CallingConventionModifier and TypeMethodDescriptionboolean
FastLongMethodGenerator.isSupported
(ResultType resultType, ParameterType[] parameterTypes, CallingConvention callingConvention) boolean
MethodGenerator.isSupported
(ResultType resultType, ParameterType[] parameterTypes, CallingConvention callingConvention)