Searched defs:is_reverse (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Commands/
H A DCommandObjectSource.cpp277 bool is_reverse = false; local
283 is_reverse = true;
286 if (is_reverse)
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsub-table.hh924 inline bool is_reverse (void) const;
1161 inline bool is_reverse (void) const function in struct:OT::SubstLookup
1165 return CastR<ExtensionSubst> (get_subtable(0)).is_reverse ();
1361 /*static*/ inline bool ExtensionSubst::is_reverse (void) const function in class:OT::ExtensionSubst
1365 return CastR<ExtensionSubst> (get_subtable<SubstLookupSubTable>()).is_reverse ();
H A Dhb-ot-layout-gpos-table.hh1459 inline bool is_reverse (void) const function in struct:OT::PosLookup

Completed in 156 milliseconds