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

Class BigTestStructure

test/com/sun/jna/UnionTest.java:42–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 public static class BigTestStructure extends Structure {
43 public static final List<String> FIELDS = createFieldsOrder("field1", "field2");
44 public long field1;
45 public long field2;
46 @Override
47 protected List<String> getFieldOrder() {
48 return FIELDS;
49 }
50 }
51
52 public static class IntStructure extends Structure {
53 public static final List<String> FIELDS = createFieldsOrder("value");

Callers

nothing calls this directly

Calls 1

createFieldsOrderMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…