Searched refs:names_vec (Results 1 – 1 of 1) sorted by relevance
715 std::vector<std::string> names_vec; in GetNames() local716 bkpt_sp->GetNames(names_vec); in GetNames()717 for (const std::string &name : names_vec) { in GetNames()