Searched refs:dictionary_ (Results 1 – 6 of 6) sorted by relevance
99 : dictionary_(dictionary), memory_(memory), stack_() {} in PostfixEvaluator()116 DictionaryType* dictionary() const { return dictionary_; } in dictionary()119 void set_dictionary(DictionaryType *dictionary) {dictionary_ = dictionary; } in set_dictionary()164 DictionaryType *dictionary_; variable
191 (*dictionary_)[identifier] = value; in EvaluateToken()330 dictionary_->find(token); in PopValue()331 if (iterator == dictionary_->end()) { in PopValue()
88 auto find_result = dictionary_.find(subhashes[i]); in Write()89 if (find_result != dictionary_.end()) { in Write()93 dictionary_.insert(tentative_dictionary.begin(), in Write()115 dictionary_.insert(tentative_dictionary.begin(), tentative_dictionary.end()); in Write()
73 std::unordered_map<uint64_t, uint16_t> dictionary_; variable
50 dictionary_({{3}, {3, 1}}) {} in DictionaryBeamScorer()77 const std::vector<std::vector<int>> dictionary_; member in __anon8f9ab6800111::DictionaryBeamScorer88 for (int w = 0; w < dictionary_.size(); ++w) { in SetStateScoreAccordingToDict()89 const std::vector<int>& word = dictionary_[w]; in SetStateScoreAccordingToDict()
106 … more data-specific a dictionary is, the more efficient it is (there is no _universal dictionary_).