Lines Matching refs:string
21 #include <string>
34 std::string testcasename;
48 std::string date;
49 std::string url;
50 std::list<std::map<std::string, std::string>> items;
57 explicit BaseLineManager(const std::string path);
60 bool LoadConfig(const std::string path);
62 bool GetExtraValueDouble(const std::string testcaseName, const std::string extra, double &value);
65 bool ReadXmlFile(std::string path);
66 double StrtoDouble(const std::string &str);
80 std::string testClassName = "",
81 std::string testInterfaceName = "");
92 bool SetBaseLine(std::string testcaseName);
96 std::string GetCaseName()
146 bool UpdateBaseLineName(std::string testcaseName);
152 std::string m_strCaseName;
153 std::string m_strTestClassName;
154 std::string m_strTestInterfaceName;