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

Method getObjectArray

valdi_core/src/valdi_core/jni/JavaValue.cpp:165–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165jobjectArray JavaValue::getObjectArray() const {
166 return reinterpret_cast<jobjectArray>(getObject());
167}
168
169jbyteArray JavaValue::getByteArray() const {
170 return reinterpret_cast<jbyteArray>(getObject());

Callers 5

makeMethod · 0.80
setArrayEntryMethod · 0.80
newArrayIteratorMethod · 0.80
getArrayItemMethod · 0.80
javaStringArrayToVectorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected