Home | History | Annotate | Download | only in slang

Lines Matching refs:EPT

136 static const char *GetPackerAPIName(const RSExportPrimitiveType *EPT) {
169 unsigned TypeId = EPT->getType();
172 return PrimitiveTypePackerAPINameMap[EPT->getType()];
268 const RSExportPrimitiveType *EPT =
270 if (EPT->isRSObjectType())
272 else if (EPT->getType() == DataTypeBoolean)
626 const RSExportPrimitiveType *EPT =
628 if (EPT->getType() == DataTypeBoolean) {
1564 const RSExportPointerType *EPT =
1566 genTypeInstance(EPT->getPointeeType());
1621 const RSExportPointerType *EPT =
1623 ET = EPT->getPointeeType();
1655 const RSExportPrimitiveType *EPT =
1657 std::string TypeName = GetTypeName(EPT);
1666 genInitValue(Val, EPT->getType() == DataTypeBoolean);
1674 if ((EPT->getElementSizeInBytes() < 4) || EV->isUnsigned()) {
1680 std::string ElemName = EPT->getElementName();
1689 mOut.indent() << FPName << " = new FieldPacker(" << EPT->getElementSizeInBytes()
1694 genPackVarOfType(EPT, "v", FPName.c_str());
2494 const RSExportPrimitiveType *EPT =
2497 RSExportPrimitiveType::getRSReflectionType(EPT)->rs_type;