Lines Matching full:vec_
1864 : vec_(count, NULL)1869 { this->vec_[i] = sym; }1873 { return this->vec_[i]; }1876 std::vector<Symbol*> vec_;