Home | History | Annotate | Download | only in slang

Lines Matching defs:EPT

134 static const char *GetPackerAPIName(const RSExportPrimitiveType *EPT) {
167 unsigned TypeId = EPT->getType();
170 return PrimitiveTypePackerAPINameMap[EPT->getType()];
222 const RSExportPrimitiveType *EPT =
224 if (EPT->isRSObjectType())
226 else if (EPT->getType() == DataTypeBoolean)
482 const RSExportPrimitiveType *EPT =
484 if (EPT->getType() == DataTypeBoolean) {
850 const RSExportPointerType *EPT =
852 genTypeInstance(EPT->getPointeeType());
907 const RSExportPointerType *EPT =
909 ET = EPT->getPointeeType();
941 const RSExportPrimitiveType *EPT =
943 std::string TypeName = GetTypeName(EPT);
952 genInitValue(Val, EPT->getType() == DataTypeBoolean);
960 if ((EPT->getSize() < 4) || EV->isUnsigned()) {
966 std::string ElemName = EPT->getElementName();
975 mOut.indent() << FPName << " = new FieldPacker(" << EPT->getSize()
980 genPackVarOfType(EPT, "v", FPName.c_str());
1777 const RSExportPrimitiveType *EPT =
1780 RSExportPrimitiveType::getRSReflectionType(EPT)->rs_type;