Home | History | Annotate | Download | only in slang

Lines Matching defs:RSReflectionJava

84                                  RSReflectionJava *Reflection);
106 RSReflectionJava *mReflection;
380 RSReflectionJava::RSReflectionJava(const RSContext *Context,
414 bool RSReflectionJava::genScriptClass(const std::string &ClassName,
462 void RSReflectionJava::genScriptClassConstructor() {
598 void RSReflectionJava::genInitBoolExportVariable(const std::string &VarName,
610 RSReflectionJava::genInitPrimitiveExportVariable(const std::string &VarName,
619 void RSReflectionJava::genInitExportVariable(const RSExportType *ET,
722 void RSReflectionJava::genExportVariable(const RSExportVar *EV) {
757 void RSReflectionJava::genExportFunction(const RSExportFunc *EF) {
806 void RSReflectionJava::genPairwiseDimCheck(std::string name0,
824 void RSReflectionJava::genNullArrayCheck(const std::string &ArrayName) {
832 void RSReflectionJava::genVectorLengthCompatibilityCheck(const std::string &ArrayName,
843 void RSReflectionJava::genExportForEach(const RSExportForEach *EF) {
1028 bool RSReflectionJava::exportableReduce(const RSExportType *ResultType) {
1078 void RSReflectionJava::genExportReduce(const RSExportReduce *ER) {
1100 void RSReflectionJava::genExportReduceArrayVariant(const RSExportReduce *ER) {
1253 void RSReflectionJava::genExportReduceAllocationVariant(const RSExportReduce *ER) {
1404 void RSReflectionJava::genExportReduceResultType(const RSExportType *ResultType) {
1561 void RSReflectionJava::genTypeInstanceFromPointer(const RSExportType *ET) {
1573 void RSReflectionJava::genTypeInstance(const RSExportType *ET) {
1600 void RSReflectionJava::genFieldPackerInstance(const RSExportType *ET) {
1616 void RSReflectionJava::genTypeCheck(const RSExportType *ET,
1650 void RSReflectionJava::genPrimitiveTypeExportVariable(const RSExportVar *EV) {
1713 void RSReflectionJava::genInitValue(const clang::APValue &Val, bool asBool) {
1756 void RSReflectionJava::genPointerTypeExportVariable(const RSExportVar *EV) {
1790 void RSReflectionJava::genVectorTypeExportVariable(const RSExportVar *EV) {
1803 void RSReflectionJava::genMatrixTypeExportVariable(const RSExportVar *EV) {
1833 RSReflectionJava::genConstantArrayTypeExportVariable(const RSExportVar *EV) {
1848 void RSReflectionJava::genRecordTypeExportVariable(const RSExportVar *EV) {
1861 void RSReflectionJava::genPrivateExportVariable(const std::string &TypeName,
1868 void RSReflectionJava::genSetExportVariable(const std::string &TypeName,
1900 void RSReflectionJava::genGetExportVariable(const std::string &TypeName,
1909 void RSReflectionJava::genGetFieldID(const std::string &VarName) {
1924 bool RSReflectionJava::genCreateFieldPacker(const RSExportType *ET,
1935 void RSReflectionJava::genPackVarOfType(const RSExportType *ET,
2043 void RSReflectionJava::genAllocateVarOfType(const RSExportType *T,
2092 void RSReflectionJava::genNewItemBufferIfNull(const char *Index) {
2104 void RSReflectionJava::genNewItemBufferPackerIfNull() {
2111 bool RSReflectionJava::genTypeClass(const RSExportRecordType *ERT,
2155 void RSReflectionJava::genTypeItemClass(const RSExportRecordType *ERT) {
2193 void RSReflectionJava::genTypeClassConstructor(const RSExportRecordType *ERT) {
2307 void RSReflectionJava::genTypeClassCopyToArray(const RSExportRecordType *ERT) {
2322 RSReflectionJava::genTypeClassCopyToArrayLocal(const RSExportRecordType *ERT) {
2331 void RSReflectionJava::genTypeClassItemSetter(const RSExportRecordType *ERT) {
2352 void RSReflectionJava::genTypeClassItemGetter(const RSExportRecordType *ERT) {
2362 RSReflectionJava::genTypeClassComponentSetter(const RSExportRecordType *ERT) {
2406 RSReflectionJava::genTypeClassComponentGetter(const RSExportRecordType *ERT) {
2422 void RSReflectionJava::genTypeClassCopyAll(const RSExportRecordType *ERT) {
2435 void RSReflectionJava::genTypeClassResize() {
2464 RSReflectionJava *Reflection)
2656 bool RSReflectionJava::reflect() {
2688 const char *RSReflectionJava::AccessModifierStr(AccessModifier AM) {
2708 bool RSReflectionJava::startClass(AccessModifier AM, bool IsStatic,
2755 void RSReflectionJava::endClass() {
2761 void RSReflectionJava::startTypeClass(const std::string &ClassName) {
2766 void RSReflectionJava::endTypeClass() { mOut.endBlock(); }
2768 void RSReflectionJava::startFunction(AccessModifier AM, bool IsStatic,
2787 void RSReflectionJava::startFunction(AccessModifier AM, bool IsStatic,
2809 void RSReflectionJava::endFunction() { mOut.endBlock(); }
2811 bool RSReflectionJava::addTypeNameForElement(const std::string &TypeName) {
2820 bool RSReflectionJava::addTypeNameForFieldPacker(const std::string &TypeName) {