Lines Matching full:objects_
310 objects_()317 this->objects_.push_back(obj_entry);323 { return this->objects_.size(); }329 gold_assert(n < this->objects_.size());330 return this->objects_[n];345 std::vector<Incremental_input_entry*> objects_;