Example #1
0
//export swift_io_v_v23_discovery_finalize
func swift_io_v_v23_discovery_finalize(discoveryHandle C.GoDiscoveryHandle) {
	sutil.GoUnref(uint64(discoveryHandle))
}
Example #2
0
//export swift_io_v_impl_google_rpc_ClientCallImpl_nativeFinalize
func swift_io_v_impl_google_rpc_ClientCallImpl_nativeFinalize(callHandle C.GoClientCallHandle) {
	sutil.GoUnref(uint64(callHandle))
}
Example #3
0
//export swift_io_v_v23_context_VContext_nativeFinalize
func swift_io_v_v23_context_VContext_nativeFinalize(ctxHandle C.GoContextHandle) {
	sutil.GoUnref(uint64(ctxHandle))
}