Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSInfoReader.cpp35 inline bool helper_read_list_item(const ItemType &pItem,
41 helper_read_list_item<rsinfo::PragmaItem, RSInfo::PragmaListTy>( in helper_read_list_item() function
65 helper_read_list_item<rsinfo::ObjectSlotItem, RSInfo::ObjectSlotListTy>( in helper_read_list_item() function
76 helper_read_list_item<rsinfo::ExportVarNameItem, RSInfo::ExportVarNameListTy>( in helper_read_list_item() function
94 helper_read_list_item<rsinfo::ExportFuncNameItem, RSInfo::ExportFuncNameListTy>( in helper_read_list_item() function
112 helper_read_list_item<rsinfo::ExportForeachFuncItem, RSInfo::ExportForeachFuncListTy>( in helper_read_list_item() function
140 if (!helper_read_list_item<ItemType, ItemContainer>(*item, pInfo, pResult)) { in helper_read_list()