Lines Matching refs:pResult
37 ItemContainer &pResult);
44 RSInfo::PragmaListTy &pResult) in helper_read_list_item() argument
59 pResult.push(std::make_pair(key, value)); in helper_read_list_item()
68 RSInfo::ObjectSlotListTy &pResult) in helper_read_list_item() argument
70 pResult.push(pItem.slot); in helper_read_list_item()
79 RSInfo::ExportVarNameListTy &pResult) in helper_read_list_item() argument
88 pResult.push(name); in helper_read_list_item()
97 RSInfo::ExportFuncNameListTy &pResult) in helper_read_list_item() argument
106 pResult.push(name); in helper_read_list_item()
115 RSInfo::ExportForeachFuncListTy &pResult) in helper_read_list_item() argument
124 pResult.push(std::make_pair(name, pItem.signature)); in helper_read_list_item()
132 ItemContainer &pResult) { in helper_read_list() argument
140 if (!helper_read_list_item<ItemType, ItemContainer>(*item, pInfo, pResult)) { in helper_read_list()