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

  /frameworks/native/include/utils/
RefBase.h 125 typedef RefBase basetype; typedef in class:android::RefBase
191 typedef LightRefBase<T> basetype; typedef in class:android::LightRefBase
  /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...]

Completed in 209 milliseconds