Lines Matching refs:string
21 #include <string>
36 const std::map<std::string, std::vector<NodeAction>>& actions)
48 bool DoHint(const std::string& hint_type);
53 bool DoHint(const std::string& hint_type,
58 bool EndHint(const std::string& hint_type);
62 const std::string& config_path);
65 std::vector<std::string> GetHints() const;
72 const std::string& json_doc);
73 static std::map<std::string, std::vector<NodeAction>> ParseActions(
74 const std::string& json_doc,
80 bool ValidateHint(const std::string& hint_type) const;
83 const std::map<std::string, std::vector<NodeAction>> actions_;