Lines Matching full:updateable
564 std::vector<int> updateable = updater.DetermineUpdates(fetch_data,
566 EXPECT_TRUE(updateable.empty());
583 updateable = updater.DetermineUpdates(fetch_data, updates);
584 EXPECT_EQ(1u, updateable.size());
585 EXPECT_EQ(0, updateable[0]);
613 std::vector<int> updateable =
615 // All the apps should be updateable.
616 EXPECT_EQ(3u, updateable.size());
617 for (std::vector<int>::size_type i = 0; i < updateable.size(); ++i) {
618 EXPECT_EQ(static_cast<int>(i), updateable[i]);