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()
551 void RSReflectionCpp::genGetterAndSetter(const RSExportPrimitiveType *EPT, in genGetterAndSetter() argument
554 EPT->convertToRTD(&rtd); in genGetterAndSetter()
555 std::string TypeName = GetTypeName(EPT); in genGetterAndSetter()
561 if (EPT->isRSObjectType()) { in genGetterAndSetter()
860 const RSExportPointerType *EPT = in genTypeCheck() local
862 ET = EPT->getPointeeType(); in genTypeCheck()
893 const RSExportPointerType *EPT = in genTypeInstanceFromPointer() local
895 genTypeInstance(EPT->getPointeeType()); in genTypeInstanceFromPointer()
925 const RSExportPrimitiveType *EPT = in genInitExportVariable() local
927 if (EPT->getType() == DataTypeBoolean) { in genInitExportVariable()