Searched defs:PluralMap (Results 1 – 1 of 1) sorted by relevance
77 PluralMap() : fOtherVariant() { in PluralMap() function84 PluralMap(const T &otherVariant) : fOtherVariant(otherVariant) { in PluralMap() function88 PluralMap(const PluralMap<T> &other) : fOtherVariant(other.fOtherVariant) { in PluralMap() function