HomeSort by relevance Sort by last modified time
    Searched defs:VariantMap (Results 1 - 2 of 2) sorted by null

  /art/libartbase/base/
variant_map.h 36 // struct VariantMap {
47 // Do not use VariantMap/VariantMapKey directly. Instead subclass each of them and use
55 // struct FruitMap : VariantMap<FruitMap, FruitMapKey> {
57 // using VariantMap<FruitMap, FruitMapKey>::VariantMap;
75 // Implementation details for VariantMap.
135 // The base type for keys used by the VariantMap. Users must subclass this type.
184 template <typename Base, template <typename TV> class TKey> friend struct VariantMap;
186 // Store a prototype of the key's default value, for usage with VariantMap::GetOrDefault
197 // Alternative base type for all keys used by VariantMap, supports runtime strings as the name
    [all...]
  /external/icu/icu4c/source/common/
uloc.cpp 517 typedef struct VariantMap {
521 } VariantMap;
523 static const VariantMap VARIANT_MAP[] = {
    [all...]

Completed in 80 milliseconds