Searched refs:matches_key (Results 1 – 3 of 3) sorted by relevance
70 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str()); in ExpectKeyAndValueWereRecordedForId() local71 const TestProperty* property = properties.FindIf(matches_key); in ExpectKeyAndValueWereRecordedForId()
80 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str()); in ExpectKeyAndValueWereRecordedForId() local82 std::find_if(properties.begin(), properties.end(), matches_key); in ExpectKeyAndValueWereRecordedForId()