MCPcopy Create free account
hub / github.com/java-native-access/jna / getValue

Method getValue

src/com/sun/jna/ptr/LongByReference.java:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 public long getValue() {
43 return getPointer().getLong(0);
44 }
45
46 @Override
47 public String toString() {

Callers 7

testHostPageSizeMethod · 0.95
registryGetLongValueMethod · 0.95
getRegistryEntryIDMethod · 0.95
longValueMethod · 0.95
testLongByReferenceMethod · 0.95
testAlignStructMethod · 0.95
toStringMethod · 0.95

Calls 2

getPointerMethod · 0.65
getLongMethod · 0.45

Tested by 3

testHostPageSizeMethod · 0.76
testLongByReferenceMethod · 0.76
testAlignStructMethod · 0.76