hb_ot_map_feature_flags_t  162 third_party/harfbuzz-ng/src/hb-ot-map-private.hh #define F_COMBINE(l,r) (hb_ot_map_feature_flags_t ((unsigned int) (l) | (unsigned int) (r)))
hb_ot_map_feature_flags_t  163 third_party/harfbuzz-ng/src/hb-ot-map-private.hh inline hb_ot_map_feature_flags_t
hb_ot_map_feature_flags_t  164 third_party/harfbuzz-ng/src/hb-ot-map-private.hh operator | (hb_ot_map_feature_flags_t l, hb_ot_map_feature_flags_t r)
hb_ot_map_feature_flags_t  165 third_party/harfbuzz-ng/src/hb-ot-map-private.hh { return hb_ot_map_feature_flags_t ((unsigned int) l | (unsigned int) r); }
hb_ot_map_feature_flags_t  166 third_party/harfbuzz-ng/src/hb-ot-map-private.hh inline hb_ot_map_feature_flags_t
hb_ot_map_feature_flags_t  167 third_party/harfbuzz-ng/src/hb-ot-map-private.hh operator & (hb_ot_map_feature_flags_t l, hb_ot_map_feature_flags_t r)
hb_ot_map_feature_flags_t  168 third_party/harfbuzz-ng/src/hb-ot-map-private.hh { return hb_ot_map_feature_flags_t ((unsigned int) l & (unsigned int) r); }
hb_ot_map_feature_flags_t  169 third_party/harfbuzz-ng/src/hb-ot-map-private.hh inline hb_ot_map_feature_flags_t
hb_ot_map_feature_flags_t  170 third_party/harfbuzz-ng/src/hb-ot-map-private.hh operator ~ (hb_ot_map_feature_flags_t r)
hb_ot_map_feature_flags_t  171 third_party/harfbuzz-ng/src/hb-ot-map-private.hh { return hb_ot_map_feature_flags_t (~(unsigned int) r); }
hb_ot_map_feature_flags_t  172 third_party/harfbuzz-ng/src/hb-ot-map-private.hh inline hb_ot_map_feature_flags_t&
hb_ot_map_feature_flags_t  173 third_party/harfbuzz-ng/src/hb-ot-map-private.hh operator |= (hb_ot_map_feature_flags_t &l, hb_ot_map_feature_flags_t r)
hb_ot_map_feature_flags_t  175 third_party/harfbuzz-ng/src/hb-ot-map-private.hh inline hb_ot_map_feature_flags_t&
hb_ot_map_feature_flags_t  176 third_party/harfbuzz-ng/src/hb-ot-map-private.hh operator &= (hb_ot_map_feature_flags_t& l, hb_ot_map_feature_flags_t r)
hb_ot_map_feature_flags_t  188 third_party/harfbuzz-ng/src/hb-ot-map-private.hh 				hb_ot_map_feature_flags_t flags);
hb_ot_map_feature_flags_t  214 third_party/harfbuzz-ng/src/hb-ot-map-private.hh     hb_ot_map_feature_flags_t flags;
hb_ot_map_feature_flags_t   98 third_party/harfbuzz-ng/src/hb-ot-map.cc 				       hb_ot_map_feature_flags_t flags)
hb_ot_map_feature_flags_t  342 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc   hb_ot_map_feature_flags_t flags;