HomeSort by relevance Sort by last modified time
    Searched refs:IdToKey (Results 1 - 5 of 5) sorted by null

  /external/protobuf/gtest/test/
gtest_stress_test.cc 55 String IdToKey(int id, const char* suffix) {
70 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str());
96 Test::RecordProperty(IdToKey(id, "string").c_str(), IdToString(id).c_str());
97 Test::RecordProperty(IdToKey(id, "int").c_str(), id);
  /external/chromium_org/testing/gtest/test/
gtest_stress_test.cc 64 std::string IdToKey(int id, const char* suffix) {
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/gtest/test/
gtest_stress_test.cc 64 std::string IdToKey(int id, const char* suffix) {
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);
  /ndk/sources/third_party/googletest/googletest/test/
gtest_stress_test.cc 64 std::string IdToKey(int id, const char* suffix) {
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/chromium_org/v8/src/
type-info.cc 35 static uint32_t IdToKey(TypeFeedbackId ast_id) {
41 int entry = dictionary_->FindEntry(IdToKey(ast_id));
460 DCHECK(dictionary_->FindEntry(IdToKey(ast_id)) ==
466 dictionary_, IdToKey(ast_id), handle(target, isolate())));

Completed in 133 milliseconds