Searched refs:nativeWrapper (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/swig-12/Source/Modules/
H A Dswigmod.h194 virtual int nativeWrapper(Node *n);
H A Dpike.cxx603 * nativeWrapper()
606 virtual int nativeWrapper(Node *n) { function in class:PIKE
607 // return Language::nativeWrapper(n);
H A Doctave.cxx798 virtual int nativeWrapper(Node *n) { function in class:OCTAVE
799 return Language::nativeWrapper(n);
H A Dlua.cxx829 * nativeWrapper()
832 virtual int nativeWrapper(Node *n) { function in class:LUA
833 // REPORT("nativeWrapper", n);
840 // return Language::nativeWrapper(n); // this does nothing...
H A Dperl5.cxx1082 * nativeWrapper()
1085 virtual int nativeWrapper(Node *n) { function in class:PERL5
H A Dtcl8.cxx709 * nativeWrapper()
712 virtual int nativeWrapper(Node *n) { function in class:TCL8
H A Dlang.cxx658 return nativeWrapper(n);
2898 * Language::nativeWrapper()
2901 int Language::nativeWrapper(Node *n) { function in class:Language
H A Dcsharp.cxx675 * nativeWrapper()
678 virtual int nativeWrapper(Node *n) { function in class:CSHARP
685 Swig_save("nativeWrapper", n, "name", NIL);
H A Djava.cxx743 * nativeWrapper()
746 virtual int nativeWrapper(Node *n) { function in class:JAVA
753 Swig_save("nativeWrapper", n, "name", NIL);
H A Dmodula3.cxx1182 * nativeWrapper()
1185 virtual int nativeWrapper(Node *n) { function in class:MODULA3
1192 Swig_save("nativeWrapper", n, "name", NIL);
H A Dpython.cxx2567 * nativeWrapper()
2570 virtual int nativeWrapper(Node *n) { function in class:PYTHON
H A Druby.cxx1228 * nativeWrapper()
1230 virtual int nativeWrapper(Node *n) { function in class:RUBY

Completed in 147 milliseconds