Home
last modified time | relevance | path

Searched defs:FruitMap (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/
Dvariant_map_test.cc31 struct FruitMap : VariantMap<FruitMap, FruitMapKey> { struct
37 using Key = FruitMapKey<TValue>;
39 static const Key<int> Apple;
40 static const Key<double> Orange;
41 static const Key<std::string> Label;