HomeSort by relevance Sort by last modified time
    Searched refs:Issue4339 (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/misc/cgo/test/
issue4339.h 1 typedef struct Issue4339 Issue4339;
3 struct Issue4339 {
8 extern Issue4339 exported4339;
9 void handle4339(Issue4339*);
issue4339.c 2 #include "issue4339.h"
10 Issue4339 exported4339 = {"bar", impl};
13 handle4339(Issue4339 *x)
  /prebuilts/go/linux-x86/misc/cgo/test/
issue4339.h 1 typedef struct Issue4339 Issue4339;
3 struct Issue4339 {
8 extern Issue4339 exported4339;
9 void handle4339(Issue4339*);
issue4339.c 2 #include "issue4339.h"
10 Issue4339 exported4339 = {"bar", impl};
13 handle4339(Issue4339 *x)

Completed in 83 milliseconds