mobile/bind/testdata
James Schofield 5878957524 mobile/bind: Fix objc bindings for multiple return vals.
The existing implementation generates uncompilable objc code for
functions returning two results.

Change-Id: I13f7329596d8fa6103c4b7827c26c5461e16a925
Reviewed-on: https://go-review.googlesource.com/11364
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2015-06-24 18:25:43 +00:00
..
basictypes.go bind: support Bool types. 2015-05-14 22:17:57 +00:00
basictypes.go.golden bind: support Bool types. 2015-05-14 22:17:57 +00:00
basictypes.java.golden bind: support Bool types. 2015-05-14 22:17:57 +00:00
basictypes.objc.h.golden bind: add objective-c code generator. 2015-06-09 20:58:21 +00:00
basictypes.objc.m.golden mobile/bind: Fix objc bindings for multiple return vals. 2015-06-24 18:25:43 +00:00
interfaces.go bind: rename parameter p 2015-06-04 17:29:43 +00:00
interfaces.go.golden bind: rename parameter p 2015-06-04 17:29:43 +00:00
interfaces.java.golden bind: rename parameter p 2015-06-04 17:29:43 +00:00
interfaces.objc.h.golden bind: add objective-c code generator. 2015-06-09 20:58:21 +00:00
interfaces.objc.m.golden bind: add objective-c code generator. 2015-06-09 20:58:21 +00:00
issue10788.go bind: fix Java code generation that takes reference type params. 2015-05-12 22:05:40 +00:00
issue10788.go.golden bind: make generated names less go-like to avoid name collision. 2015-05-29 19:58:06 +00:00
issue10788.java.golden bind: fix Java code generation that takes reference type params. 2015-05-12 22:05:40 +00:00
issue10788.objc.h.golden bind: add objective-c code generator. 2015-06-09 20:58:21 +00:00
issue10788.objc.m.golden bind: add objective-c code generator. 2015-06-09 20:58:21 +00:00
structs.go bind: correct methods' return arg type mapping in obj-c binding. 2015-06-23 13:13:31 +00:00
structs.go.golden bind: correct methods' return arg type mapping in obj-c binding. 2015-06-23 13:13:31 +00:00
structs.java.golden bind: correct methods' return arg type mapping in obj-c binding. 2015-06-23 13:13:31 +00:00
structs.objc.h.golden bind: correct methods' return arg type mapping in obj-c binding. 2015-06-23 13:13:31 +00:00
structs.objc.m.golden bind: correct methods' return arg type mapping in obj-c binding. 2015-06-23 13:13:31 +00:00