Skip to content

Instantly share code, notes, and snippets.

@LiewJunTung
Last active June 18, 2018 13:59
Show Gist options
  • Save LiewJunTung/7a74f6350d2e28cf1d09ee86eaa6cd06 to your computer and use it in GitHub Desktop.
Save LiewJunTung/7a74f6350d2e28cf1d09ee86eaa6cd06 to your computer and use it in GitHub Desktop.
---
name: byte_buffer
typedef: 'record'
params: []
prefix: ''
cpp:
typename: 'int8_t*'
header: '<string>'
byValue: true
objc:
typename: ''
header: ''
boxed: ''
pointer: true
hash: '%s.hash'
objcpp:
translator: ''
header: ''
java:
typename: 'java.nio.ByteBuffer'
boxed: 'java.nio.ByteBuffer'
reference: true
generic: false
hash: '%s.hashCode()'
jni:
translator: '::djinni::ByteBuffer'
header: '"../../CalculatorApp/src/main/cpp/handwritten-jni/Calculator-jni.hpp"'
typename: jobject
typeSignature: 'Ljava/nio/ByteBuffer;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment