OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:export_vars
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/lib/Renderscript/
RSCompiler.cpp
50
const RSInfo::ExportVarNameListTy &
export_vars
= info->getExportVarNames();
local
54
export_var_iter =
export_vars
.begin(),
55
export_var_end =
export_vars
.end();
RSEmbedInfo.cpp
77
const RSInfo::ExportVarNameListTy &
export_vars
= mInfo->getExportVarNames();
local
78
s << "exportVarCount: " << (unsigned int)
export_vars
.size() << "\n";
80
export_var_iter =
export_vars
.begin(),
81
export_var_end =
export_vars
.end();
Completed in 608 milliseconds