Searched defs:ConditionList (Results 1 – 3 of 3) sorted by relevance
30 class ConditionList<T>(val conditions: List<Condition<T>>) : Condition<T>("", { false }) { in <lambda>() class
4186 struct ConditionList struct4188 const Condition& operator[] (unsigned i) const in operator []()4191 bool sanitize (hb_sanitize_context_t *c) const in sanitize()4198 Array32OfOffset32To<Condition> conditions;
6219 "ConditionList":{ object