Lines Matching refs:string
58 #include <string>
78 virtual bool SetValue(const std::string& value) = 0;
97 bool SetValue(const std::string& value) override;
113 bool SetValue(const std::string& value) override;
128 bool SetValue(const std::string& value) override;
143 bool SetValue(const std::string& value) override;
158 bool SetValue(const std::string& value) override;
169 std::string* value,
173 bool SetValue(const std::string& value) override;
178 std::string* value_;
201 DEFINE_type(std::string, StringFlag, name, value, help)
230 static void Init(int argc, const char* const* argv, std::string help_usage);
252 void SetUsageMessage(std::string help_usage);
259 std::string GetHelpMessage() const;
261 std::string help_usage_;
262 std::map<std::string, std::unique_ptr<Flag>> defined_flags_;