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

  /prebuilts/misc/common/swig/include/2.0.11/guile/
std_string.i 29 %typemap(in) string (char * tempptr) {
31 tempptr = SWIG_scm2str($input);
32 $1.assign(tempptr);
33 if (tempptr) SWIG_free(tempptr);
39 %typemap(in) const string & ($*1_ltype temp, char *tempptr) {
41 tempptr = SWIG_scm2str($input);
42 temp.assign(tempptr);
43 if (tempptr) SWIG_free(tempptr);
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/chicken/
std_string.i 33 %typemap(in) string (char * tempptr) {
41 tempptr = SWIG_MakeString($input);
42 $1.assign(tempptr);
43 if (tempptr) SWIG_free(tempptr);
47 %typemap(in) const string& ($*1_ltype temp, char *tempptr) {
57 tempptr = SWIG_MakeString($input);
58 temp.assign(tempptr);
59 if (tempptr) SWIG_free(tempptr);
    [all...]
  /external/bison/lib/
obstack.h 160 void *tempptr;
493 (h)->temp.tempptr = (h)->object_base, \
501 (h)->temp.tempptr)
159 void *tempptr; member in union:obstack::__anon4962
  /ndk/sources/host-tools/sed-4.2.1/lib/
obstack.h 160 void *tempptr;
493 (h)->temp.tempptr = (h)->object_base, \
501 (h)->temp.tempptr)
159 void *tempptr; member in union:obstack::__anon43960
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
obstack.h 162 void *tempptr;
490 (h)->temp.tempptr = (h)->object_base, \
498 (h)->temp.tempptr)
161 void *tempptr; member in union:obstack::__anon47076
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
obstack.h 162 void *tempptr;
490 (h)->temp.tempptr = (h)->object_base, \
498 (h)->temp.tempptr)
161 void *tempptr; member in union:obstack::__anon48812
  /external/icu/icu4c/source/test/cintltst/
cmsccoll.c 1284 uint8_t *tempptr; local
    [all...]
  /external/pcre/dist/
pcre_compile.c 4410 const pcre_uchar *tempptr; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c 2581 char *tempptr; local
    [all...]

Completed in 1329 milliseconds