Guest User

Untitled

a guest
Jun 19th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. ---
  2. name: byte_buffer
  3. typedef: 'record'
  4. params: []
  5. prefix: ''
  6. cpp:
  7. typename: 'int8_t*'
  8. header: '<string>'
  9. byValue: true
  10. objc:
  11. typename: ''
  12. header: ''
  13. boxed: ''
  14. pointer: true
  15. hash: '%s.hash'
  16. objcpp:
  17. translator: ''
  18. header: ''
  19. java:
  20. typename: 'java.nio.ByteBuffer'
  21. boxed: 'java.nio.ByteBuffer'
  22. reference: true
  23. generic: false
  24. hash: '%s.hashCode()'
  25. jni:
  26. translator: '::djinni::ByteBuffer'
  27. header: '"../../CalculatorApp/src/main/cpp/handwritten-jni/Calculator-jni.hpp"'
  28. typename: jobject
  29. typeSignature: 'Ljava/nio/ByteBuffer;'
Add Comment
Please, Sign In to add comment