Searched refs:IdToKey (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest_stress_test.cc64 std::string IdToKey(int id, const char* suffix) { function in namespace:testing::__anon64
79 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str());
106 Test::RecordProperty(IdToKey(id, "string").c_str(), IdToString(id).c_str());
107 Test::RecordProperty(IdToKey(id, "int").c_str(), id);

Completed in 3 milliseconds