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

  /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());
  /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/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 241 milliseconds