Lines Matching refs:EPT
113 static const char *GetPackerAPIName(const RSExportPrimitiveType *EPT) {
149 unsigned TypeId = EPT->getType();
152 return PrimitiveTypePackerAPINameMap[ EPT->getType() ];
207 const RSExportPrimitiveType *EPT =
209 if (EPT->isRSObjectType())
211 else if (EPT->getType() == RSExportPrimitiveType::DataTypeBoolean)
411 const RSExportPrimitiveType *EPT =
413 if (EPT->getType() == RSExportPrimitiveType::DataTypeBoolean) {
696 const RSExportPointerType *EPT =
698 genTypeInstance(C, EPT->getPointeeType());
738 const RSExportPointerType *EPT =
740 ET = EPT->getPointeeType();
776 const RSExportPrimitiveType *EPT =
778 std::string TypeName = GetTypeName(EPT);
787 C.out() << RSReflectionBase::genInitValue(Val, EPT->getType() ==
1697 const RSExportPrimitiveType *EPT =
1700 RSExportPrimitiveType::getRSReflectionType(EPT)->rs_type;
1705 if (EPT->getClass() == RSExportType::ExportClassPrimitive) {