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

Method valueObjectToInt

valdi/src/valdi/android/JavaValueDelegate.cpp:311–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311int32_t JavaValueDelegate::valueObjectToInt(const JavaValue& value, Valdi::ExceptionTracker& exceptionTracker) const {
312 return JavaEnv::getCache().getNumberIntValueMethod().call(javaValueToObject(value));
313}
314
315int64_t JavaValueDelegate::valueObjectToLong(const JavaValue& value, Valdi::ExceptionTracker& exceptionTracker) const {
316 return JavaEnv::getCache().getNumberLongValueMethod().call(javaValueToObject(value));

Callers 1

marshallMethod · 0.45

Calls 2

javaValueToObjectFunction · 0.85
callMethod · 0.65

Tested by

no test coverage detected