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

/macosx-10.9.5/swig-10/Source/Modules/
H A Dallocate.cxx379 List *smart_pointer_methods(Node *cls, List *methods, int isconst, String *classname = 0) { argument
395 if (!isconst && (Strcmp(nodeType(c), "extend") == 0)) {
396 methods = smart_pointer_methods(c, methods, isconst, Getattr(cls, "name"));
432 if (isconst) {
470 smart_pointer_methods(Getitem(bases, k), methods, isconst); local
820 int isconst = 0; local
823 isconst = 1;
826 List *methods = smart_pointer_methods(sc, 0, isconst);

Completed in 112 milliseconds