Lines Matching refs:EPT
68 const RSExportPrimitiveType *EPT = in GetTypeName() local
70 if (EPT->isRSObjectType()) { in GetTypeName()
72 RSExportPrimitiveType::getRSReflectionType(EPT)->c_name + ">"; in GetTypeName()
74 return RSExportPrimitiveType::getRSReflectionType(EPT)->c_name; in GetTypeName()
549 void RSReflectionCpp::genGetterAndSetter(const RSExportPrimitiveType *EPT, in genGetterAndSetter() argument
552 EPT->convertToRTD(&rtd); in genGetterAndSetter()
553 std::string TypeName = GetTypeName(EPT); in genGetterAndSetter()
559 if (EPT->isRSObjectType()) { in genGetterAndSetter()
858 const RSExportPointerType *EPT = in genTypeCheck() local
860 ET = EPT->getPointeeType(); in genTypeCheck()
891 const RSExportPointerType *EPT = in genTypeInstanceFromPointer() local
893 genTypeInstance(EPT->getPointeeType()); in genTypeInstanceFromPointer()
923 const RSExportPrimitiveType *EPT = in genInitExportVariable() local
925 if (EPT->getType() == DataTypeBoolean) { in genInitExportVariable()