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

Class TestStructure

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

Source from the content-addressed store, hash-verified

31public class UnionTest extends TestCase {
32
33 public static class TestStructure extends Structure {
34 public static final List<String> FIELDS = createFieldsOrder("value");
35 public String value;
36 @Override
37 protected List<String> getFieldOrder() {
38 return FIELDS;
39 }
40 }
41
42 public static class BigTestStructure extends Structure {
43 public static final List<String> FIELDS = createFieldsOrder("field1", "field2");

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…