Lines Matching refs:vec_
1972 : vec_(count, NULL)1977 { this->vec_[i] = sym; }1981 { return this->vec_[i]; }1984 std::vector<Symbol*> vec_;