Searched defs:ConditionSet (Results 1 – 4 of 4) sorted by relevance
210 def test_optional_min_max_internal(condition, expected_set: ConditionSet):
56 ConditionSet = Dict[str, Range] variable
4203 struct ConditionSet struct4205 bool evaluate (const int *coords, unsigned int coord_len, in evaluate()4215 void keep_with_variations (hb_collect_feature_substitutes_with_var_context_t *c) const in keep_with_variations()4261 bool subset (hb_subset_context_t *c, in subset()4286 bool sanitize (hb_sanitize_context_t *c) const in sanitize()4293 Array16OfOffset32To<Condition> conditions;
4085 impl<'a> FontRead<'a> for ConditionSet<'a> { implementation4098 pub type ConditionSet<'a> = TableRef<'a, ConditionSetMarker>; typedef4100 impl<'a> ConditionSet<'a> { implementation4123 impl<'a> SomeTable<'a> for ConditionSet<'a> { implementation4150 impl<'a> std::fmt::Debug for ConditionSet<'a> { implementation