Lines Matching defs:EPT
117 static const char *GetPackerAPIName(const RSExportPrimitiveType *EPT) {
153 unsigned TypeId = EPT->getType();
156 return PrimitiveTypePackerAPINameMap[ EPT->getType() ];
211 const RSExportPrimitiveType *EPT =
213 if (EPT->isRSObjectType())
215 else if (EPT->getType() == RSExportPrimitiveType::DataTypeBoolean)
459 const RSExportPrimitiveType *EPT =
461 if (EPT->getType() == RSExportPrimitiveType::DataTypeBoolean) {
801 const RSExportPointerType *EPT =
803 genTypeInstance(C, EPT->getPointeeType());
861 const RSExportPointerType *EPT =
863 ET = EPT->getPointeeType();
899 const RSExportPrimitiveType *EPT =
901 std::string TypeName = GetTypeName(EPT);
910 C.out() << RSReflectionBase::genInitValue(Val, EPT->getType() ==
922 if ((EPT->getSize() < 4) || EV->isUnsigned()) {
928 std::string ElemName = EPT->getElementName();
939 << EPT->getSize() << ");" << std::endl;
943 genPackVarOfType(C, EPT, "v", FPName.c_str());
1875 const RSExportPrimitiveType *EPT =
1878 RSExportPrimitiveType::getRSReflectionType(EPT)->rs_type;
1883 if (EPT->getClass() == RSExportType::ExportClassPrimitive) {