Lines Matching refs:string
27 #include <string>
57 BaseLineManager::BaseLineManager(const string path)
71 bool BaseLineManager::LoadConfig(const string path)
84 void ParseProperties(const xmlNode currNode, map<string, string>& properties)
95 string propName(reinterpret_cast<const char*>(name));
96 string propValue(reinterpret_cast<char*>(value));
102 bool BaseLineManager::ReadXmlFile(string baselinePath)
116 map<string, string> properties;
132 map<string, string> properties_temp;
146 double BaseLineManager::StrtoDouble(const string& str)
154 bool BaseLineManager::GetExtraValueDouble(const string testcaseName, const string extra, double &value)
162 map<string, string> properties = *iter;
178 std::string testClassName,
179 std::string testInterfaceName)
191 m_strCaseName = string(::testing::UnitTest::GetInstance()->current_test_info()->name());
198 bool GtestPerfTestCase::SetBaseLine(string testcaseName)