Home | History | Annotate | Download | only in gn

Lines Matching refs:string

8 #include <string>
34 const std::string& name,
39 const std::string& name() const { return name_; }
50 const std::string& toolchain() const { return toolchain_; }
51 void set_toolchain(const std::string& t) { toolchain_ = t; }
54 const std::string& cmdline() const { return cmdline_; }
55 void set_cmdline(const std::string& c) { cmdline_ = c; }
59 std::string name_;
65 std::string toolchain_;
66 std::string cmdline_;
71 ScopedTrace(TraceItem::Type t, const std::string& name);
91 // Returns a summary of the current traces, or the empty string if tracing is
93 std::string SummarizeTraces();