Lines Matching defs:list
86 // Use everything after the `,` as the list for the next iteration.
375 std::vector<std::string> list;
380 auto list = static_cast<std::vector<std::string>*>(data);
382 list->emplace_back(info->dlpi_name);
386 &list);
391 list.emplace_back(name);
416 list.emplace_back(str.str());
419 list.emplace_back(cur_info->ldinfo_filename);
429 list.emplace_back(l->l_name);
438 // Cannot proceed, return an empty list.
439 return list;
441 // Get a list of all the modules in this process
464 list.emplace_back(str);
473 return list;