Home
last modified time | relevance | path

Searched refs:is_reverse (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/icl/detail/
Delement_iterator.hpp53 struct is_reverse struct
55 typedef is_reverse type; argument
60 struct is_reverse<std::reverse_iterator<BaseIteratorT> > struct
62 typedef is_reverse<std::reverse_iterator<BaseIteratorT> > type; argument
67 struct is_reverse<icl::element_iterator<BaseIteratorT> > struct
69 typedef is_reverse<icl::element_iterator<BaseIteratorT> > type; argument
70 BOOST_STATIC_CONSTANT(bool, value = is_reverse<BaseIteratorT>::value);
156 inter_pos = is_reverse<SegmentIteratorT>::value ? leaper->last() - sneaker in transient_element()
182 inter_pos = is_reverse<SegmentIteratorT>::value ? leaper->first.last() - sneaker in transient_element()
210 inter_pos = is_reverse<SegmentIteratorT>::value ? icl::last(*leaper) - sneaker in transient_element()
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gsub-table.hh1008 bool is_reverse () const;
1232 bool is_reverse () const in is_reverse() function
1236 return CastR<ExtensionSubst> (get_subtable(0)).is_reverse (); in is_reverse()
1412 /*static*/ inline bool ExtensionSubst::is_reverse () const in is_reverse() function in OT::ExtensionSubst
1416 return CastR<ExtensionSubst> (get_subtable<SubTable>()).is_reverse (); in is_reverse()
Dhb-ot-layout.cc1855 if (likely (!lookup.is_reverse ())) in apply_string()
Dhb-ot-layout-gpos-table.hh1552 bool is_reverse () const in is_reverse() function
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gsub-table.hh1205 bool is_reverse () const;
1511 bool is_reverse () const in is_reverse() function
1515 return reinterpret_cast<const ExtensionSubst &> (get_subtable (0)).is_reverse (); in is_reverse()
1748 /*static*/ inline bool ExtensionSubst::is_reverse () const in is_reverse() function in OT::ExtensionSubst
Dhb-ot-layout.cc1882 if (likely (!lookup.is_reverse ())) in apply_string()
Dhb-ot-layout-gpos-table.hh2750 bool is_reverse () const in is_reverse() function
/third_party/harfbuzz/src/
Dhb-ot-layout-gsub-table.hh1170 bool is_reverse () const;
1476 bool is_reverse () const in is_reverse() function
1480 return reinterpret_cast<const ExtensionSubst &> (get_subtable (0)).is_reverse (); in is_reverse()
1693 /*static*/ inline bool ExtensionSubst::is_reverse () const in is_reverse() function in OT::ExtensionSubst
Dhb-ot-layout.cc1855 if (likely (!lookup.is_reverse ())) in apply_string()
Dhb-ot-layout-gpos-table.hh2758 bool is_reverse () const in is_reverse() function
/third_party/chromium/patch/
D0001-cve.patch26393 + bool is_reverse () const;
27900 + bool is_reverse () const
27904 + return reinterpret_cast<const ExtensionSubst &> (get_subtable (0)).is_reverse ();
36090 - bool is_reverse () const;
36396 - bool is_reverse () const
36400 - return reinterpret_cast<const ExtensionSubst &> (get_subtable (0)).is_reverse ();