HomeSort by relevance Sort by last modified time
    Searched refs:SWIG_FromCharPtrAndSize (Results 1 - 12 of 12) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubywstrings.swg 57 return SWIG_FromCharPtrAndSize( (const char*)carray, size);
rubystrings.swg 40 %fragment("SWIG_FromCharPtrAndSize","header",fragment="SWIG_pchar_descriptor") {
42 SWIG_FromCharPtrAndSize(const char* carray, size_t size)
std_basic_string.i 42 fragment="SWIG_FromCharPtrAndSize") {
46 return SWIG_FromCharPtrAndSize(s.data(), s.size());
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclstrings.swg 22 %fragment("SWIG_FromCharPtrAndSize","header",
25 SWIG_FromCharPtrAndSize(const char* carray, size_t size)
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
cstrings.swg 14 SWIG_FromCharPtrAndSize)
89 %typemap(argout,noblock=1,fragment= #SWIG_FromCharPtrAndSize) TYPEMAP {
90 %append_output(SWIG_FromCharPtrAndSize($1,SIZE));
227 %typemap(argout,noblock=1,fragment=#SWIG_FromCharPtrAndSize) (TYPEMAP,SIZE) {
228 %append_output(SWIG_FromCharPtrAndSize($1,*$2));
279 %typemap(argout,noblock=1,fragment=#SWIG_FromCharPtrAndSize)(TYPEMAP,SIZE) {
281 %append_output(SWIG_FromCharPtrAndSize(*$1,*$2));
cdata.swg 18 %typemap(out,noblock=1,fragment="SWIG_FromCharPtrAndSize") SWIGCDATA {
19 %set_output(SWIG_FromCharPtrAndSize($1.data,$1.len));
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlstrings.swg 46 %fragment("SWIG_FromCharPtrAndSize","header") {
48 SWIG_FromCharPtrAndSize(const char* carray, size_t size)
  /prebuilts/misc/common/swig/include/2.0.11/octave/
std_basic_string.i 27 fragment="SWIG_FromCharPtrAndSize") {
31 return SWIG_FromCharPtrAndSize(s.data(), s.size());
octprimtypes.swg 224 %fragment("SWIG_FromCharPtrAndSize","header",fragment="SWIG_pchar_descriptor") {
226 SWIG_FromCharPtrAndSize(const char* carray, size_t size)
  /prebuilts/misc/common/swig/include/2.0.11/python/
pystrings.swg 81 %fragment("SWIG_FromCharPtrAndSize","header",fragment="SWIG_pchar_descriptor") {
83 SWIG_FromCharPtrAndSize(const char* carray, size_t size)
std_basic_string.i 43 fragment="SWIG_FromCharPtrAndSize") {
47 return SWIG_FromCharPtrAndSize(s.data(), s.size());
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c     [all...]

Completed in 120 milliseconds