Home | History | Annotate | Download | only in jni

Lines Matching full:has_destructor

8 struct has_destructor
10 ~has_destructor() { }
21 (argc+1 ? has_destructor() : throw 0);
22 CI((argc+1 ? throw 0 : has_destructor()));
23 CI((0 ? has_destructor() : throw 0));
24 CI((1 ? throw 0 : has_destructor()));
25 (0 ? throw 0 : has_destructor());
26 (1 ? has_destructor() : throw 0);
45 CI(0 ? has_destructor() : throw PI(i));
47 (argc+1 ? has_destructor() : throw PI(i));
60 CI(0 ? has_destructor() : throw i++);
62 (argc+1 ? has_destructor() : throw i++);