Searched refs:arity (Results 1 – 6 of 6) sorted by relevance
73 int32_t arity; member161 input_collection_id_t id, int32_t arity) { in inputReportDefinitionAddCollection() argument162 report->collections[id] = {.arity = arity}; in inputReportDefinitionAddCollection()328 input_report_definition_t* report, input_collection_id_t id, int32_t arity) { in input_report_definition_add_collection() argument330 driver->inputReportDefinitionAddCollection(report, id, arity); in input_report_definition_add_collection()
54 input_collection_id_t id, int32_t arity) = 0;101 input_collection_id_t id, int32_t arity) override;153 input_report_definition_t* report, input_collection_id_t id, int32_t arity);
40 switch (op->arity()) { in eval()
505 // The arity of the plural.515 // The plural value for a given arity.523 // The arity of the plural.524 Arity arity = 3; field530 // The set of arity/plural mappings.
98 Arity arity() const { return m_Arity; } in arity() function
672 static size_t DeserializePluralEnumFromPb(const pb::Plural_Arity& arity) { in DeserializePluralEnumFromPb() argument673 switch (arity) { in DeserializePluralEnumFromPb()791 size_t plural_idx = DeserializePluralEnumFromPb(pb_entry.arity()); in DeserializeValueFromPb()