MCPcopy Create free account
hub / github.com/Snapchat/Valdi / valueObjectToLong

Method valueObjectToLong

valdi/src/valdi/android/JavaValueDelegate.cpp:315–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315int64_t JavaValueDelegate::valueObjectToLong(const JavaValue& value, Valdi::ExceptionTracker& exceptionTracker) const {
316 return JavaEnv::getCache().getNumberLongValueMethod().call(javaValueToObject(value));
317}
318
319double JavaValueDelegate::valueObjectToDouble(const JavaValue& value, Valdi::ExceptionTracker& exceptionTracker) const {
320 return JavaEnv::getCache().getNumberDoubleValueMethod().call(javaValueToObject(value));

Callers 1

marshallMethod · 0.45

Calls 2

javaValueToObjectFunction · 0.85
callMethod · 0.65

Tested by

no test coverage detected