Searched refs:Apple (Results 1 – 3 of 3) sorted by relevance
39 static const Key<int> Apple; member44 const FruitMap::Key<int> FruitMap::Apple; member in art::__anon08c9e08c0111::FruitMap52 EXPECT_NULL(fm.Get(FruitMap::Apple)); in TEST()53 EXPECT_FALSE(fm.Exists(FruitMap::Apple)); in TEST()57 fm.Set(FruitMap::Apple, 1); in TEST()59 EXPECT_EQ(1, *fm.Get(FruitMap::Apple)); in TEST()60 EXPECT_TRUE(fm.Exists(FruitMap::Apple)); in TEST()62 fm.Set(FruitMap::Apple, 5); in TEST()64 EXPECT_EQ(5, *fm.Get(FruitMap::Apple)); in TEST()65 EXPECT_TRUE(fm.Exists(FruitMap::Apple)); in TEST()[all …]
28 static const Key<int> Apple;44 .IntoKey(FruitVariantMap::Apple)62 std::cout << "Apple? " << map.GetOrDefault(FruitVariantMap::Apple) << std::endl;
179 // Apple, it's a pain.