Searched defs:hold (Results 1 – 5 of 5) sorted by relevance
148 const CharsetIterator operator++(int) { CharsetIterator hold(*this); ++*this; return hold; } in operator ++() local153 const CharsetIterator operator--(int) { CharsetIterator hold(*this); --*this; return hold; } in operator --() local
130 …const ExtendedCharsetIterator operator++(int) { ExtendedCharsetIterator hold(*this); ++*this; retu… in operator ++() local135 …const ExtendedCharsetIterator operator--(int) { ExtendedCharsetIterator hold(*this); --*this; retu… in operator --() local
238 const Iterator operator++(int) { Iterator hold(*this); ++*this; return hold; } in operator ++() local243 const Iterator operator--(int) { Iterator hold(*this); --*this; return hold; } in operator --() local
222 const TypeIterator operator++(int) { TypeIterator hold(*this); ++*this; return hold; } in operator ++() local227 const TypeIterator operator--(int) { TypeIterator hold(*this); --*this; return hold; } in operator --() local
247 final XComponent[] hold = new XComponent[1]; in getOrderStatement() local
Completed in 28 milliseconds