Searched refs:functionWrapper (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DFunctional.h465 explicit BoundFunctionImpl(FunctionWrapper functionWrapper) argument
466 : m_functionWrapper(functionWrapper)
482 BoundFunctionImpl(FunctionWrapper functionWrapper, const P1& p1) argument
483 : m_functionWrapper(functionWrapper)
507 BoundFunctionImpl(FunctionWrapper functionWrapper, const P1& p1, const P2& p2) argument
508 : m_functionWrapper(functionWrapper)
534 BoundFunctionImpl(FunctionWrapper functionWrapper, const P1& p1, const P2& p2, const P3& p3) argument
535 : m_functionWrapper(functionWrapper)
563 BoundFunctionImpl(FunctionWrapper functionWrapper, const P1& p1, const P2& p2, const P3& p3, const P4& p4) argument
564 : m_functionWrapper(functionWrapper)
594 BoundFunctionImpl(FunctionWrapper functionWrapper, const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) argument
627 BoundFunctionImpl(FunctionWrapper functionWrapper, const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) argument
[all...]
/macosx-10.10.1/swig-12/Source/Modules/
H A Duffi.cxx21 virtual int functionWrapper(Node *n);
269 int UFFI::functionWrapper(Node *n) { function in class:UFFI
275 //Language::functionWrapper(n);
H A Dclisp.cxx20 virtual int functionWrapper(Node *n);
146 int CLISP::functionWrapper(Node *n) { function in class:CLISP
H A Ds-exp.cxx377 virtual int functionWrapper(Node *n) { function in class:Sexp
H A Dlang.cxx1108 functionWrapper(n);
1235 functionWrapper(n);
1445 functionWrapper(n);
1469 functionWrapper(n);
1926 functionWrapper(disown);
2645 functionWrapper(n);
2667 functionWrapper(n);
2739 functionWrapper(n);
2859 functionWrapper(n);
2878 functionWrapper(
2887 int Language::functionWrapper(Node *n) { function in class:Language
[all...]
H A Dswigmod.h193 virtual int functionWrapper(Node *n);
H A Dcffi.cxx34 virtual int functionWrapper(Node *n);
366 int CFFI::functionWrapper(Node *n) { function in class:CFFI
H A Dpike.cxx275 * functionWrapper()
280 virtual int functionWrapper(Node *n) { function in class:PIKE
H A Dchicken.cxx86 virtual int functionWrapper(Node *n);
329 int CHICKEN::functionWrapper(Node *n) { function in class:CHICKEN
H A Dlua.cxx21 very basic version of functionWrapper()
343 * functionWrapper()
348 virtual int functionWrapper(Node *n) { function in class:LUA
349 REPORT("functionWrapper",n);
355 //Printf(stdout,"functionWrapper %s %s\n",name,iname);
359 //Printf(stdout,"functionWrapper %s %s %d\n",name,iname,current);
744 Foo_get & Foo_set by calling functionWrapper()
1028 // functionWrapper to ignore a parameter.
H A Dmzscheme.cxx209 * functionWrapper()
224 virtual int functionWrapper(Node *n) { function in class:MZSCHEME
H A Dr.cxx318 int functionWrapper(Node *n);
436 // State variables that carry information across calls to functionWrapper()
1000 tb - a hash table that is built up in functionWrapper
1670 int R::functionWrapper(Node *n) { function in class:R
1677 "<functionWrapper> %s %s %s\n", fname, iname, type);
1696 "<functionWrapper> processing parameters\n");
1729 Printf(stderr, "<functionWrapper> unresolved_return_type %s\n",
1733 Printf(stderr, "<functionWrapper memberAccess> '%s' '%s' '%s' '%s'\n",
2525 interpret the resulting functionWrapper() call and understand that
H A Dperl5.cxx557 * functionWrapper()
560 virtual int functionWrapper(Node *n) { function in class:PERL5
H A Dtcl8.cxx265 * functionWrapper()
268 virtual int functionWrapper(Node *n) { function in class:TCL8
H A Dguile.cxx645 * functionWrapper()
649 virtual int functionWrapper(Node *n) { function in class:GUILE
H A Docaml.cxx421 * functionWrapper()
425 virtual int functionWrapper(Node *n) { function in class:OCAML
951 * Turn on destructor flag to inform decisions in functionWrapper
965 * Turn on constructor and copyconstructor flags for functionWrapper
H A Doctave.cxx434 virtual int functionWrapper(Node *n) { function in class:OCTAVE
H A Dallegrocl.cxx59 virtual int functionWrapper(Node *n);
2569 int ALLEGROCL::functionWrapper(Node *n) { function in class:ALLEGROCL
2571 Printf(stderr, "functionWrapper %s\n", Getattr(n,"name"));
H A Dcsharp.cxx688 functionWrapper(n);
699 * functionWrapper()
702 virtual int functionWrapper(Node *n) { function in class:CSHARP
917 Swig_save("functionWrapper", n, "wrap:action", NIL);
3258 // Kludge Alert: functionWrapper sets sym:overload properly, but it
3260 // we're consistent with the sym:overload name in functionWrapper. (?? when
H A Djava.cxx756 functionWrapper(n);
767 * functionWrapper()
770 virtual int functionWrapper(Node *n) { function in class:JAVA
995 Swig_save("functionWrapper", n, "wrap:action", NIL);
3325 // Kludge Alert: functionWrapper sets sym:overload properly, but it
3327 // we're consistent with the sym:overload name in functionWrapper. (?? when
H A Dmodula3.cxx53 - What is the while (checkAttribute()) loop in functionWrapper good for?
1195 functionWrapper(n);
1206 * functionWrapper()
1209 virtual int functionWrapper(Node *n) { function in class:MODULA3
1421 Swig_save("functionWrapper", n, "wrap:action", NIL);
2412 and finally it may invoke functionWrapper
2612 /* this was attached by functionWrapper
2836 // this invokes functionWrapper
2985 /* this was attached by functionWrapper
2997 /* this was attached by functionWrapper
[all...]
H A Dphp.cxx113 // These static variables are used to pass some state from Handlers into functionWrapper
703 * functionWrapper()
706 /* Helper method for PHP::functionWrapper */
719 virtual int functionWrapper(Node *n) { function in class:PHP
H A Dpython.cxx1648 * Refactoring some common code out of functionWrapper and
1816 * functionWrapper()
1829 virtual int functionWrapper(Node *n) { function in class:PYTHON
H A Druby.cxx489 // Documenting just from functionWrapper() is not possible as
1594 * functionWrapper()
1599 virtual int functionWrapper(Node *n) { function in class:RUBY

Completed in 418 milliseconds