Lines Matching refs:EPT
149 static const char *GetPackerAPIName(const RSExportPrimitiveType *EPT) { in GetPackerAPIName() argument
182 unsigned TypeId = EPT->getType(); in GetPackerAPIName()
185 return PrimitiveTypePackerAPINameMap[EPT->getType()]; in GetPackerAPIName()
224 const RSExportPrimitiveType *EPT = in GetTypeNullValue() local
226 if (EPT->isRSObjectType()) in GetTypeNullValue()
228 else if (EPT->getType() == DataTypeBoolean) in GetTypeNullValue()
764 const RSExportPrimitiveType *EPT = in genInitExportVariable() local
766 if (EPT->getType() == DataTypeBoolean) { in genInitExportVariable()
1769 const RSExportPointerType *EPT = in genTypeInstanceFromPointer() local
1771 genTypeInstance(EPT->getPointeeType()); in genTypeInstanceFromPointer()
1826 const RSExportPointerType *EPT = in genTypeCheck() local
1828 ET = EPT->getPointeeType(); in genTypeCheck()
1860 const RSExportPrimitiveType *EPT = in genPrimitiveTypeExportVariable() local
1862 std::string TypeName = GetTypeName(EPT); in genPrimitiveTypeExportVariable()
1871 genInitValue(Val, EPT->getType() == DataTypeBoolean); in genPrimitiveTypeExportVariable()
1879 if ((EPT->getElementSizeInBytes() < 4) || EV->isUnsigned()) { in genPrimitiveTypeExportVariable()
1885 std::string ElemName = EPT->getElementName(); in genPrimitiveTypeExportVariable()
1894 mOut.indent() << FPName << " = new FieldPacker(" << EPT->getElementSizeInBytes() in genPrimitiveTypeExportVariable()
1899 genPackVarOfType(EPT, "v", FPName.c_str()); in genPrimitiveTypeExportVariable()
2741 const RSExportPrimitiveType *EPT = in genAddElement() local
2744 RSExportPrimitiveType::getRSReflectionType(EPT)->rs_type; in genAddElement()