Searched refs:hashed_key (Results 1 – 1 of 1) sorted by relevance
112 explicit NavigateOperation(const std::string& hashed_key) in NavigateOperation() argument113 : hashed_key_(hashed_key) {} in NavigateOperation()472 std::string hashed_key; in ParseNextSentence() local473 if (!ReadHash(&hashed_key)) in ParseNextSentence()475 operators.push_back(new NavigateOperation(hashed_key)); in ParseNextSentence()723 std::string hashed_key = in GetOutputBoolean() local725 return working_memory_->GetBoolean(hashed_key, output); in GetOutputBoolean()730 std::string hashed_key = in GetOutputString() local732 return working_memory_->GetString(hashed_key, output); in GetOutputString()