Home
last modified time | relevance | path

Searched refs:swig_constants (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/mac/PerlSupport/
DDumpRenderTreeSupport_wrapTiger.c1066 static swig_constant_info swig_constants[] = { variable
1139 for (i = 0; swig_constants[i].type; i++) {
1141 sv = perl_get_sv((char*)swig_constants[i].name, TRUE | 0x2);
1142 switch(swig_constants[i].type) {
1144 sv_setiv(sv, (IV) swig_constants[i].lvalue);
1147 sv_setnv(sv, (double) swig_constants[i].dvalue);
1150 sv_setpv(sv, (char *) swig_constants[i].pvalue);
1153 SWIG_MakePtr(sv, swig_constants[i].pvalue, *(swig_constants[i].ptype),0);
1156 …SWIG_MakePackedObj(sv, swig_constants[i].pvalue, swig_constants[i].lvalue, *(swig_constants[i].pty…