OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:export_funcs
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/lib/Renderscript/
RSEmbedInfo.cpp
86
const RSInfo::ExportFuncNameListTy &
export_funcs
=
local
88
s << "exportFuncCount: " << (unsigned int)
export_funcs
.size() << "\n";
90
export_func_iter =
export_funcs
.begin(),
91
export_func_end =
export_funcs
.end();
RSCompiler.cpp
51
const RSInfo::ExportFuncNameListTy &
export_funcs
= info->getExportFuncNames();
local
61
export_func_iter =
export_funcs
.begin(),
62
export_func_end =
export_funcs
.end();
Completed in 30 milliseconds