Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest_stress_test.cc64 std::string IdToKey(int id, const char* suffix) { in IdToKey() function
79 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str()); in ExpectKeyAndValueWereRecordedForId()
106 Test::RecordProperty(IdToKey(id, "string").c_str(), IdToString(id).c_str()); in ManyAsserts()
107 Test::RecordProperty(IdToKey(id, "int").c_str(), id); in ManyAsserts()
/external/googletest/googletest/test/
Dgtest_stress_test.cc64 std::string IdToKey(int id, const char* suffix) { in IdToKey() function
79 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str()); in ExpectKeyAndValueWereRecordedForId()
106 Test::RecordProperty(IdToKey(id, "string").c_str(), IdToString(id).c_str()); in ManyAsserts()
107 Test::RecordProperty(IdToKey(id, "int").c_str(), id); in ManyAsserts()
/external/v8/testing/gtest/test/
Dgtest_stress_test.cc64 std::string IdToKey(int id, const char* suffix) { in IdToKey() function
79 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str()); in ExpectKeyAndValueWereRecordedForId()
106 Test::RecordProperty(IdToKey(id, "string").c_str(), IdToString(id).c_str()); in ManyAsserts()
107 Test::RecordProperty(IdToKey(id, "int").c_str(), id); in ManyAsserts()
/external/google-breakpad/src/testing/gtest/test/
Dgtest_stress_test.cc65 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/protobuf/gtest/test/
Dgtest_stress_test.cc65 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/v8/src/
Dtype-info.cc32 static uint32_t IdToKey(TypeFeedbackId ast_id) { in IdToKey() function
38 int entry = dictionary_->FindEntry(IdToKey(ast_id)); in GetInfo()
566 DCHECK(dictionary_->FindEntry(IdToKey(ast_id)) == in SetInfo()
572 dictionary_, IdToKey(ast_id), handle(target, isolate()))); in SetInfo()