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

/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_stress_test.cc65 String IdToKey(int id, const char* suffix) { function in namespace:testing::__anon6892
80 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str());
107 Test::RecordProperty(IdToKey(id, "string").c_str(), IdToString(id).c_str());
108 Test::RecordProperty(IdToKey(id, "int").c_str(), id);
/external/googletest/googletest/test/
H A Dgtest_stress_test.cc64 std::string IdToKey(int id, const char* suffix) { function in namespace:testing::__anon7039
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);
/external/protobuf/gtest/test/
H A Dgtest_stress_test.cc65 String IdToKey(int id, const char* suffix) { function in namespace:testing::__anon16176
80 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str());
107 Test::RecordProperty(IdToKey(id, "string").c_str(), IdToString(id).c_str());
108 Test::RecordProperty(IdToKey(id, "int").c_str(), id);
/external/v8/testing/gtest/test/
H A Dgtest_stress_test.cc64 std::string IdToKey(int id, const char* suffix) { function in namespace:testing::__anon21934
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);
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_stress_test.cc64 std::string IdToKey(int id, const char* suffix) { function in namespace:testing::__anon24163
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);
/external/v8/src/
H A Dtype-info.cc31 static uint32_t IdToKey(TypeFeedbackId ast_id) { function in namespace:v8::internal
37 int entry = dictionary_->FindEntry(IdToKey(ast_id));
584 DCHECK(dictionary_->FindEntry(IdToKey(ast_id)) ==
590 dictionary_, IdToKey(ast_id), handle(target, isolate())));

Completed in 169 milliseconds