Home | History | Annotate | Download | only in csharp

Lines Matching refs:SWIG_PackData

16 %fragment("SWIG_PackData", "header") {
18 SWIGINTERN char * SWIG_PackData(char *c, void *ptr, size_t sz) {
405 %typemap(out, fragment="SWIG_PackData") SWIGTYPE (CLASS::*) %{
407 char *data = SWIG_PackData(buf, (void *)&$1, sizeof($1));