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