HomeSort by relevance Sort by last modified time
    Searched refs:ExportVarList (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/libbcc/lib/ExecutionEngine/
ScriptCompiled.h 44 typedef std::list<void*> ExportVarList;
55 ExportVarList mExportVars;
ScriptCompiled.cpp 35 for (ExportVarList::const_iterator
Compiler.cpp 423 ScriptCompiled::ExportVarList &VarList = mpResult->mExportVars;
  /frameworks/compile/slang/
slang_rs_context.h 61 typedef std::list<RSExportVar*> ExportVarList;
94 ExportVarList mExportVars;
155 typedef ExportVarList::const_iterator const_export_var_iterator;

Completed in 222 milliseconds