Lines Matching refs:RSReflectionJava

88                                  RSReflectionJava *Reflection,
97 … unsigned Which = RSReflectionJava::FieldIndex | RSReflectionJava::Field32Index);
117 RSReflectionJava *mReflection;
198 RSReflectionJava::GetTypeName( in GetReduceResultTypeName()
200 … (RSReflectionJava::TypeNameDefault & ~RSReflectionJava::TypeNameWithRecordElementName) | in GetReduceResultTypeName()
201 RSReflectionJava::TypeNameC); in GetReduceResultTypeName()
205 RSReflectionJava::GetTypeName( in GetReduceResultTypeName()
207 … (RSReflectionJava::TypeNameDefault & ~RSReflectionJava::TypeNameWithRecordElementName) | in GetReduceResultTypeName()
208 RSReflectionJava::TypeNameC); in GetReduceResultTypeName()
211RSReflectionJava::GetTypeName(ET, RSReflectionJava::TypeNameDefault | RSReflectionJava::TypeNameC); in GetReduceResultTypeName()
335 std::string RSReflectionJava::GetTypeName(const RSExportType *ET, unsigned Style) { in GetTypeName()
403 void RSReflectionJava::genConditionalVal(const std::string &Prefix, bool Parens, in genConditionalVal()
439 void RSReflectionJava::genCheck64Bit(bool Parens) { in genCheck64Bit()
443 void RSReflectionJava::genCompute64Bit() { in genCompute64Bit()
493 RSReflectionJava::RSReflectionJava(const RSContext *Context, in RSReflectionJava() function in slang::RSReflectionJava
531 bool RSReflectionJava::genScriptClass(const std::string &ClassName, in genScriptClass()
599 void RSReflectionJava::genScriptClassConstructor() { in genScriptClassConstructor()
736 void RSReflectionJava::genInitBoolExportVariable(const std::string &VarName, in genInitBoolExportVariable()
748 RSReflectionJava::genInitPrimitiveExportVariable(const std::string &VarName, in genInitPrimitiveExportVariable()
757 void RSReflectionJava::genInitExportVariable(const RSExportType *ET, in genInitExportVariable()
860 void RSReflectionJava::genExportVariable(const RSExportVar *EV) { in genExportVariable()
902 void RSReflectionJava::genExportFunction(const RSExportFunc *EF) { in genExportFunction()
965 void RSReflectionJava::genPairwiseDimCheck(const std::string &name0, in genPairwiseDimCheck()
982 void RSReflectionJava::genNullArrayCheck(const std::string &ArrayName) { in genNullArrayCheck()
990 void RSReflectionJava::genVectorLengthCompatibilityCheck(const std::string &ArrayName, in genVectorLengthCompatibilityCheck()
1003 void RSReflectionJava::genExportForEach(const RSExportForEach *EF) { in genExportForEach()
1224 bool RSReflectionJava::exportableReduce(const RSExportType *ResultType) { in exportableReduce()
1275 void RSReflectionJava::genExportReduce(const RSExportReduce *ER) { in genExportReduce()
1305 void RSReflectionJava::genExportReduceArrayVariant(const RSExportReduce *ER) { in genExportReduceArrayVariant()
1458 void RSReflectionJava::genExportReduceAllocationVariant(const RSExportReduce *ER) { in genExportReduceAllocationVariant()
1609 void RSReflectionJava::genExportReduceResultType(const RSExportType *ResultType) { in genExportReduceResultType()
1766 void RSReflectionJava::genTypeInstanceFromPointer(const RSExportType *ET) { in genTypeInstanceFromPointer()
1778 void RSReflectionJava::genTypeInstance(const RSExportType *ET) { in genTypeInstance()
1805 void RSReflectionJava::genFieldPackerInstance(const RSExportType *ET) { in genFieldPackerInstance()
1821 void RSReflectionJava::genTypeCheck(const RSExportType *ET, in genTypeCheck()
1855 void RSReflectionJava::genPrimitiveTypeExportVariable(const RSExportVar *EV) { in genPrimitiveTypeExportVariable()
1918 void RSReflectionJava::genInitValue(const clang::APValue &Val, bool asBool) { in genInitValue()
1961 void RSReflectionJava::genPointerTypeExportVariable(const RSExportVar *EV) { in genPointerTypeExportVariable()
1995 void RSReflectionJava::genVectorTypeExportVariable(const RSExportVar *EV) { in genVectorTypeExportVariable()
2008 void RSReflectionJava::genMatrixTypeExportVariable(const RSExportVar *EV) { in genMatrixTypeExportVariable()
2038 RSReflectionJava::genConstantArrayTypeExportVariable(const RSExportVar *EV, in genConstantArrayTypeExportVariable()
2056 void RSReflectionJava::genRecordTypeExportVariable(const RSExportVar *EV, in genRecordTypeExportVariable()
2070 void RSReflectionJava::genPrivateExportVariable(const std::string &TypeName, in genPrivateExportVariable()
2077 void RSReflectionJava::genSetExportVariable(const std::string &TypeName, in genSetExportVariable()
2110 void RSReflectionJava::genGetExportVariable(const std::string &TypeName, in genGetExportVariable()
2119 void RSReflectionJava::genGetFieldID(const std::string &VarName) { in genGetFieldID()
2134 bool RSReflectionJava::genCreateFieldPacker(const RSExportType *ET, in genCreateFieldPacker()
2151 void RSReflectionJava::genPackVarOfType(const RSExportType *ET, in genPackVarOfType()
2275 void RSReflectionJava::genAllocateVarOfType(const RSExportType *T, in genAllocateVarOfType()
2324 void RSReflectionJava::genNewItemBufferIfNull(const char *Index) { in genNewItemBufferIfNull()
2336 void RSReflectionJava::genNewItemBufferPackerIfNull() { in genNewItemBufferPackerIfNull()
2343 bool RSReflectionJava::genTypeClass(const RSExportRecordType *ERT, in genTypeClass()
2396 void RSReflectionJava::genTypeItemClass(const RSExportRecordType *ERT) { in genTypeItemClass()
2434 void RSReflectionJava::genTypeClassConstructor(const RSExportRecordType *ERT) { in genTypeClassConstructor()
2548 void RSReflectionJava::genTypeClassCopyToArray(const RSExportRecordType *ERT) { in genTypeClassCopyToArray()
2563 RSReflectionJava::genTypeClassCopyToArrayLocal(const RSExportRecordType *ERT) { in genTypeClassCopyToArrayLocal()
2572 void RSReflectionJava::genTypeClassItemSetter(const RSExportRecordType *ERT) { in genTypeClassItemSetter()
2593 void RSReflectionJava::genTypeClassItemGetter(const RSExportRecordType *ERT) { in genTypeClassItemGetter()
2603 RSReflectionJava::genTypeClassComponentSetter(const RSExportRecordType *ERT) { in genTypeClassComponentSetter()
2653 RSReflectionJava::genTypeClassComponentGetter(const RSExportRecordType *ERT) { in genTypeClassComponentGetter()
2669 void RSReflectionJava::genTypeClassCopyAll(const RSExportRecordType *ERT) { in genTypeClassCopyAll()
2682 void RSReflectionJava::genTypeClassResize() { in genTypeClassResize()
2711 RSReflectionJava *Reflection, ReflectionState *RState) in RSReflectionJavaElementBuilder()
2878 genAddPadding(PaddingSize, RSReflectionJava::FieldIndex | RSReflectionJava::Field32Index); in genAddPadding()
2895 genAddPadding(PaddingSize, RSReflectionJava::FieldIndex); in genAddPadding()
2897 genAddPadding(Field32PaddingSize.second, RSReflectionJava::Field32Index); in genAddPadding()
2907 genAddPadding(PaddingSize, RSReflectionJava::FieldIndex); in genAddPadding()
2911 genAddPadding(Field32PaddingSize.second, RSReflectionJava::Field32Index); in genAddPadding()
2936 bool RSReflectionJava::reflect() { in reflect()
2972 const char *RSReflectionJava::AccessModifierStr(AccessModifier AM) { in AccessModifierStr()
2992 bool RSReflectionJava::startClass(AccessModifier AM, bool IsStatic, in startClass()
3050 void RSReflectionJava::endClass() { in endClass()
3056 void RSReflectionJava::startTypeClass(const std::string &ClassName) { in startTypeClass()
3061 void RSReflectionJava::endTypeClass() { mOut.endBlock(); } in endTypeClass()
3063 void RSReflectionJava::startFunction(AccessModifier AM, bool IsStatic, in startFunction()
3082 void RSReflectionJava::startFunction(AccessModifier AM, bool IsStatic, in startFunction()
3104 void RSReflectionJava::endFunction() { mOut.endBlock(); } in endFunction()
3106 bool RSReflectionJava::addTypeNameForElement(const std::string &TypeName) { in addTypeNameForElement()
3115 bool RSReflectionJava::addTypeNameForFieldPacker(const std::string &TypeName) { in addTypeNameForFieldPacker()