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

  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
enumint.swg 8 %typemap(in,fragment=SWIG_AsVal_frag(int),noblock=1) const enum SWIGTYPE& (int val, int ecode, $basetype temp) {
13 temp = %static_cast(val,$basetype);
valtypes.swg 131 $basetype *temp = new $basetype(($basetype)swig_val);
swigtype.swg 143 $basetype *inp = 0;
191 $basetype (*inp)[$1_dim1] = 0;
  /prebuilts/misc/common/swig/include/2.0.11/
swig.swg 480 $basetype (*inp)[$1_dim1] = ($basetype (*)[$1_dim1])($input);
481 $basetype (*dest)[$1_dim1] = ($basetype (*)[$1_dim1])($1);
484 $basetype *ip = inp[ii];
485 $basetype *dp = dest[ii];
492 $basetype (*inp)[$1_dim1] = ($basetype (*)[$1_dim1])($input);
493 $basetype (*dest)[$1_dim1] = ($basetype (*)[$1_dim1])($1)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/lua/
luatypemaps.swg 42 %typemap(in,checkfn="lua_isnumber") const int&($basetype temp)
43 %{ temp=($basetype)lua_tonumber(L,$input); $1=&temp;%}
45 %typemap(in,checkfn="lua_isnumber") const unsigned int&($basetype temp)
47 temp=($basetype)lua_tonumber(L,$input); $1=&temp;%}
69 %typemap(in,checkfn="lua_isnumber") const enum SWIGTYPE &($basetype temp)
70 %{ temp=($basetype)(int)lua_tonumber(L,$input); $1=&temp;%}
lua.swg 216 // note: swig typemaps seem a little confused around here, therefore we use $basetype
218 %{SWIG_NewPointerObj(L,(void *)new $basetype($1),$1_descriptor,1);
  /frameworks/rs/cpp/util/
RefBase.h 121 typedef RefBase basetype; typedef in class:android::RSC::RefBase
181 typedef LightRefBase<T> basetype; typedef in class:android::RSC::LightRefBase
469 return static_cast<typename TYPE::basetype *>(sptr->get());
478 return static_cast<typename TYPE::basetype *>(sptr->unsafe_get());
  /frameworks/rs/server/
RefBase.h 120 typedef RefBase basetype; typedef in class:android::RefBase
180 typedef LightRefBase<T> basetype; typedef in class:android::LightRefBase
468 return static_cast<typename TYPE::basetype *>(sptr->get());
477 return static_cast<typename TYPE::basetype *>(sptr->unsafe_get());
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/util/
RefBase.h 121 typedef RefBase basetype; typedef in class:android::RSC::RefBase
181 typedef LightRefBase<T> basetype; typedef in class:android::RSC::LightRefBase
469 return static_cast<typename TYPE::basetype *>(sptr->get());
478 return static_cast<typename TYPE::basetype *>(sptr->unsafe_get());
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/server/
RefBase.h 120 typedef RefBase basetype; typedef in class:android::RefBase
180 typedef LightRefBase<T> basetype; typedef in class:android::LightRefBase
468 return static_cast<typename TYPE::basetype *>(sptr->get());
477 return static_cast<typename TYPE::basetype *>(sptr->unsafe_get());
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/util/
RefBase.h 121 typedef RefBase basetype; typedef in class:android::RSC::RefBase
181 typedef LightRefBase<T> basetype; typedef in class:android::RSC::LightRefBase
469 return static_cast<typename TYPE::basetype *>(sptr->get());
478 return static_cast<typename TYPE::basetype *>(sptr->unsafe_get());
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/server/
RefBase.h 120 typedef RefBase basetype; typedef in class:android::RefBase
180 typedef LightRefBase<T> basetype; typedef in class:android::LightRefBase
468 return static_cast<typename TYPE::basetype *>(sptr->get());
477 return static_cast<typename TYPE::basetype *>(sptr->unsafe_get());
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/util/
RefBase.h 121 typedef RefBase basetype; typedef in class:android::RSC::RefBase
181 typedef LightRefBase<T> basetype; typedef in class:android::RSC::LightRefBase
469 return static_cast<typename TYPE::basetype *>(sptr->get());
478 return static_cast<typename TYPE::basetype *>(sptr->unsafe_get());
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/server/
RefBase.h 120 typedef RefBase basetype; typedef in class:android::RefBase
180 typedef LightRefBase<T> basetype; typedef in class:android::LightRefBase
468 return static_cast<typename TYPE::basetype *>(sptr->get());
477 return static_cast<typename TYPE::basetype *>(sptr->unsafe_get());
  /external/tcpdump/
print-snmp.c 878 SmiBasetype basetype; member in struct:smi2be
937 static int smi_check_type(SmiBasetype basetype, int be)
941 for (i = 0; smi2betab[i].basetype != SMI_BASETYPE_UNKNOWN; i++) {
942 if (smi2betab[i].basetype == basetype && smi2betab[i].be == be) {
955 switch (smiType->basetype) {
1097 if (! smi_check_type(smiType->basetype, elem->type)) {
1115 if (smiType->basetype == SMI_BASETYPE_BITS) {
1140 if (smiType->basetype == SMI_BASETYPE_ENUM) {
    [all...]
  /external/clang/test/SemaCXX/
typo-correction.cpp 40 // is a closer match to "basetype" than is "BaseType" but "base_type" does not
42 struct BaseType { };
43 struct Derived : public BaseType { // expected-note {{base class 'BaseType' specified here}}
45 Derived() : basetype() {} // expected-error{{initializer 'basetype' does not name a non-static data member or base class; did you mean the base class 'BaseType'?}}
  /system/core/include/utils/
RefBase.h 125 typedef RefBase basetype; typedef in class:android::RefBase
191 typedef LightRefBase<T> basetype; typedef in class:android::LightRefBase
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 1605 milliseconds