Lines Matching refs:string
21 #include <string>
49 Node(std::string name, std::string node_path,
54 bool AddRequest(std::size_t value_index, const std::string& hint_type,
58 bool RemoveRequest(const std::string& hint_type);
66 std::string GetName() const;
67 std::string GetPath() const;
68 std::vector<std::string> GetValues() const;
72 bool GetValueIndex(const std::string value, std::size_t* index) const;
79 const std::string name_;
80 const std::string node_path_;