Home
last modified time | relevance | path

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

/src/contrib/googletest/googletest/test/ !
H A Dgtest_stress_test.cc57 std::string IdToKey(int id, const char* suffix) { in IdToKey() function
71 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str()); in ExpectKeyAndValueWereRecordedForId()
98 Test::RecordProperty(IdToKey(id, "string").c_str(), IdToString(id).c_str()); in ManyAsserts()
99 Test::RecordProperty(IdToKey(id, "int").c_str(), id); in ManyAsserts()