Home
last modified time | relevance | path

Searched refs:arity (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/
H A DResources.proto537 // The arity of the plural.
547 // The plural value for a given arity.
555 // The arity of the plural.
556 Arity arity = 3;
562 // The set of arity/plural mappings.
/aosp14/frameworks/base/tools/aapt2/format/proto/
H A DProtoDeserialize.cpp721 static size_t DeserializePluralEnumFromPb(const pb::Plural_Arity& arity) { in DeserializePluralEnumFromPb() argument
722 switch (arity) { in DeserializePluralEnumFromPb()
840 size_t plural_idx = DeserializePluralEnumFromPb(pb_entry.arity()); in DeserializeValueFromPb()