Searched refs:thisType (Results 1 – 2 of 2) sorted by relevance
59 ParameterizedType thisType = (ParameterizedType)getClass().getGenericSuperclass(); in TypeReference() local62 mType = thisType.getActualTypeArguments()[0]; in TypeReference()
5529 const ResTable_type* const thisType = typeSpec->configs[c]; in getEntry() local5530 if (thisType == NULL) { in getEntry()5535 thisConfig.copyFromDtoH(thisType->config); in getEntry()5543 const uint8_t* const end = reinterpret_cast<const uint8_t*>(thisType) in getEntry()5544 + dtohl(thisType->header.size); in getEntry()5546 … reinterpret_cast<const uint8_t*>(thisType) + dtohs(thisType->header.headerSize)); in getEntry()5565 bestType = thisType; in getEntry()