Home
last modified time | relevance | path

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

/external/protobuf/gtest/test/
Dgtest_stress_test.cc70 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str()); in ExpectKeyAndValueWereRecordedForId() local
71 const TestProperty* property = properties.FindIf(matches_key); in ExpectKeyAndValueWereRecordedForId()
/external/chromium/testing/gtest/test/
Dgtest_stress_test.cc80 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str()); in ExpectKeyAndValueWereRecordedForId() local
82 std::find_if(properties.begin(), properties.end(), matches_key); in ExpectKeyAndValueWereRecordedForId()
/external/gtest/test/
Dgtest_stress_test.cc80 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str()); in ExpectKeyAndValueWereRecordedForId() local
82 std::find_if(properties.begin(), properties.end(), matches_key); in ExpectKeyAndValueWereRecordedForId()