Home
last modified time | relevance | path

Searched refs:OET (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp183 const RSExportType *OET = EF->getOutType(); in genTypeInstancesUsedInForEach() local
185 if (OET) { in genTypeInstancesUsedInForEach()
186 genTypeInstanceFromPointer(OET); in genTypeInstancesUsedInForEach()
416 const RSExportType *OET = ef->getOutType(); in writeImplementationFile() local
423 if (OET) { in writeImplementationFile()
424 genTypeCheck(OET, "aout"); in writeImplementationFile()
Dslang_rs_reflection.cpp432 const RSExportType *OET = EF->getOutType(); in genScriptClassConstructor() local
433 if (OET) { in genScriptClassConstructor()
434 genTypeInstanceFromPointer(OET); in genScriptClassConstructor()
699 const RSExportType *OET = EF->getOutType(); in genExportForEach() local
796 if (OET) { in genExportForEach()
797 genTypeCheck(OET, "aout"); in genExportForEach()