Searched refs:second_entry (Results 1 – 2 of 2) sorted by relevance
101 struct config_entry *second_entry = list_->entries + 1; in TEST_F() local105 ASSERT_EQ(std::string(second_entry->key), "mount"); in TEST_F()106 ASSERT_EQ(std::string(second_entry->value), "xyz"); in TEST_F()127 struct config_entry *second_entry = list_->entries + 1; in TEST_F() local130 ASSERT_EQ(std::string(second_entry->key), "binding"); in TEST_F()131 ASSERT_EQ(std::string(second_entry->value), "none, /tmp"); in TEST_F()
3017 scoped_refptr<MockDiskEntry> second_entry; in TEST_F() local3054 second_entry = cache.disk_cache()->GetDiskEntryRef(cache_key); in TEST_F()3055 EXPECT_FALSE(second_entry->is_doomed()); in TEST_F()3068 EXPECT_TRUE(second_entry->is_doomed()); in TEST_F()