| 764 | } |
| 765 | |
| 766 | jlong bridgeRetain(Valdi::RefCountable* nativeReference) { |
| 767 | return static_cast<jlong>(reinterpret_cast<std::uintptr_t>(Valdi::unsafeBridgeRetain(nativeReference))); |
| 768 | } |
| 769 | |
| 770 | jlong bridgeCast(Valdi::RefCountable* nativeReference) { |
| 771 | return static_cast<jlong>(reinterpret_cast<std::uintptr_t>(Valdi::unsafeBridgeCast(nativeReference))); |
no test coverage detected