Searched refs:ExportVarList (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DScriptCompiled.h42 typedef std::list<void*> ExportVarList; typedef in class:bcc::ScriptCompiled
52 ExportVarList mExportVars;
H A DScriptCompiled.cpp52 for (ExportVarList::const_iterator
H A DCompiler.cpp375 ScriptCompiled::ExportVarList &varList = mpResult->mExportVars;
579 ScriptCompiled::ExportVarList &varList = mpResult->mExportVars;
/frameworks/compile/slang/
H A Dslang_rs_context.h61 typedef std::list<RSExportVar*> ExportVarList; typedef in class:slang::RSContext
92 ExportVarList mExportVars;
153 typedef ExportVarList::const_iterator const_export_var_iterator;

Completed in 126 milliseconds