Searched refs:m_env_vec (Results 1 – 2 of 2) sorted by relevance
75 size_t EnvironmentCount() const { return m_env_vec.size(); } in EnvironmentCount()79 m_env_vec.push_back(arg); in PushEnvironment()83 m_env_vec.erase(m_env_vec.begin(), m_env_vec.end()); in ClearEnvironment()147 std::vector<std::string> m_env_vec; variable
35 if (index < m_env_vec.size()) in EnvironmentAtIndex()36 return m_env_vec[index].c_str(); in EnvironmentAtIndex()53 for (const std::string &entry: m_env_vec) { in PushEnvironmentIfNeeded()57 m_env_vec.push_back(arg); in PushEnvironmentIfNeeded()