| 578 | } |
| 579 | |
| 580 | void cpBytesAndLength(uint8_t*& pByte, jint*& pLength, const FDBKey& key) { |
| 581 | cpBytesAndLengthInner(pByte, pLength, key.key, key.key_length); |
| 582 | } |
| 583 | |
| 584 | JNIEXPORT jobject JNICALL Java_com_apple_foundationdb_FutureMappedResults_FutureMappedResults_1get(JNIEnv* jenv, |
| 585 | jobject, |