Searched refs:IdToKey (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/gtest/test/ |
D | gtest_stress_test.cc | 55 String IdToKey(int id, const char* suffix) { in IdToKey() function 70 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str()); in ExpectKeyAndValueWereRecordedForId() 96 Test::RecordProperty(IdToKey(id, "string").c_str(), IdToString(id).c_str()); in ManyAsserts() 97 Test::RecordProperty(IdToKey(id, "int").c_str(), id); in ManyAsserts()
|
/external/chromium/testing/gtest/test/ |
D | gtest_stress_test.cc | 65 String IdToKey(int id, const char* suffix) { in IdToKey() function 80 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str()); in ExpectKeyAndValueWereRecordedForId() 107 Test::RecordProperty(IdToKey(id, "string").c_str(), IdToString(id).c_str()); in ManyAsserts() 108 Test::RecordProperty(IdToKey(id, "int").c_str(), id); in ManyAsserts()
|
/external/gtest/test/ |
D | gtest_stress_test.cc | 65 String IdToKey(int id, const char* suffix) { in IdToKey() function 80 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str()); in ExpectKeyAndValueWereRecordedForId() 107 Test::RecordProperty(IdToKey(id, "string").c_str(), IdToString(id).c_str()); in ManyAsserts() 108 Test::RecordProperty(IdToKey(id, "int").c_str(), id); in ManyAsserts()
|