Searched refs:RustStringLength (Results 1 – 3 of 3) sorted by relevance
12 public interface RustStringLength extends Library { interface15 static RustStringLength loadNativeLibrary() throws IOException { in loadNativeLibrary()27 return Native.load(dylibPath, RustStringLength.class); in loadNativeLibrary()
12 long result = RustStringLength.loadNativeLibrary().calculate_string_length_from_rust(s); in testCallsJniToRust()
5 srcs = ["RustStringLength.java"],