Searched refs:strings_ (Results 1 – 5 of 5) sorted by relevance
186 entry->index_ = strings_.size(); in MakeRefImpl()191 strings_.emplace_back(std::move(entry)); in MakeRefImpl()245 const size_t string_len = strings_.size(); in ReAssignIndices()247 strings_[index]->index_ = index; in ReAssignIndices()253 for (std::unique_ptr<Entry>& entry : pool.strings_) { in Merge()260 std::move(pool.strings_.begin(), pool.strings_.end(), std::back_inserter(strings_)); in Merge()261 pool.strings_.clear(); in Merge()269 strings_.reserve(strings_.size() + string_count); in HintWillAdd()285 std::remove_if(strings_.begin(), strings_.end(), in Prune()292 strings_.erase(end_iter2, strings_.end()); in Prune()[all …]
189 return strings_; in strings()194 return styles_.size() + strings_.size(); in size()216 std::vector<std::unique_ptr<Entry>> strings_; variable
525 std::unordered_map<std::string, ir::String*> strings_; variable
184 ir::String*& entry = strings_[string]; in GetOrAddString()
515 vector<string*> strings_; // All strings in the pool. member in google::protobuf::DescriptorPool::Tables526 : strings_before_checkpoint(tables->strings_.size()), in CheckPoint()659 STLDeleteElements(&strings_); in ~Tables()745 strings_.begin() + checkpoint.strings_before_checkpoint, strings_.end()); in RollbackToLastCheckpoint()758 strings_.resize(checkpoint.strings_before_checkpoint); in RollbackToLastCheckpoint()993 strings_.push_back(result); in AllocateString()