Home
last modified time | relevance | path

Searched refs:QGList (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/qmake/qt-x11-free-3.3.8/src/tools/
H A Dqptrlist.h63 : public QGList
69 QPtrList( const QPtrList<type> &l ) : QGList(l) {} in QPtrList()
72 { return (QPtrList<type>&)QGList::operator=(l); }
74 { return QGList::operator==( list ); }
76 { return !QGList::operator==( list ); }
77 uint count() const { return QGList::count(); } in count()
91 type *take() { return (type *)QGList::take(); } in take()
93 void clear() { QGList::clear(); } in clear()
94 void sort() { QGList::sort(); } in sort()
104 int at() const { return QGList::at(); } in at()
[all …]
H A Dqglist.h47 friend class QGList; variable
74 QGList(); // create empty list
75 QGList( const QGList & ); // make copy of other list
76 virtual ~QGList();
78 QGList &operator=( const QGList & ); // assign from other list
150 inline uint QGList::count() const in count()
155 inline bool QGList::removeFirst() in removeFirst()
161 inline bool QGList::removeLast() in removeLast()
167 inline int QGList::at() const in at()
214 friend class QGList; variable
[all …]
H A Dqglist.cpp219 QGList::QGList() in QGList() function in QGList
231 QGList::QGList( const QGList & list ) in QGList() function in QGList
249 QGList::~QGList() in ~QGList()
265 QGList& QGList::operator=( const QGList &list ) in operator =()
288 bool QGList::operator==( const QGList &list ) const in operator ==()
320 QLNode *QGList::locate( uint index ) in locate()
471 QLNode *QGList::unlink() in unlink()
579 bool QGList::removeAt( uint index ) in removeAt()
688 void QGList::clear() in clear()
786 QGList *that = (QGList*)this; // mutable for compareItems() in contains()
[all …]
H A Dqptrstack.h46 class QPtrStack : protected QGList
50 QPtrStack( const QPtrStack<type> &s ) : QGList( s ) { } in QPtrStack()
53 { return (QPtrStack<type>&)QGList::operator=(s); }
56 uint count() const { return QGList::count(); } in count()
57 bool isEmpty() const { return QGList::count() == 0; } in isEmpty()
59 type *pop() { return (type *)QGList::takeFirst(); } in pop()
60 bool remove() { return QGList::removeFirst(); } in remove()
61 void clear() { QGList::clear(); } in clear()
62 type *top() const { return (type *)QGList::cfirst(); } in top()
63 operator type *() const { return (type *)QGList::cfirst(); }
[all …]
H A Dqptrqueue.h46 class QPtrQueue : protected QGList
50 QPtrQueue( const QPtrQueue<type> &q ) : QGList(q) {} in QPtrQueue()
53 { return (QPtrQueue<type>&)QGList::operator=(q); }
56 uint count() const { return QGList::count(); } in count()
57 bool isEmpty() const { return QGList::count() == 0; } in isEmpty()
58 void enqueue( const type *d ) { QGList::append(Item(d)); } in enqueue()
59 type *dequeue() { return (type *)QGList::takeFirst();} in dequeue()
60 bool remove() { return QGList::removeFirst(); } in remove()
61 void clear() { QGList::clear(); } in clear()
62 type *head() const { return (type *)QGList::cfirst(); } in head()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/lookup/
H A Dfriend11.C6 class QGList; variable
9 friend class QGList; in count() local
10 QGListIterator( const QGList & ); // OK, finds ::QGList. in count()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/lookup/
H A Dfriend11.C6 class QGList; variable
9 friend class QGList; in count() local
10 QGListIterator( const QGList & ); // OK, finds ::QGList. in count()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/lookup/
H A Dfriend11.C6 class QGList; variable
9 friend class QGList; in count() local
10 QGListIterator( const QGList & ); // OK, finds ::QGList. in count()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/lookup/
H A Dfriend11.C6 class QGList; variable
9 friend class QGList; in count() local
10 QGListIterator( const QGList & ); // OK, finds ::QGList. in count()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/lookup/
H A Dfriend11.C6 class QGList; variable
9 friend class QGList; in count() local
10 QGListIterator( const QGList & ); // OK, finds ::QGList. in count()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/lookup/
H A Dfriend11.C6 class QGList; variable
9 friend class QGList; in count() local
10 QGListIterator( const QGList & ); // OK, finds ::QGList. in count()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/lookup/
H A Dfriend11.C6 class QGList; variable
9 friend class QGList; in count() local
10 QGListIterator( const QGList & ); // OK, finds ::QGList. in count()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/lookup/
H A Dfriend11.C6 class QGList; variable
9 friend class QGList; in count() local
10 QGListIterator( const QGList & ); // OK, finds ::QGList. in count()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/lookup/
H A Dfriend11.C6 class QGList; variable
9 friend class QGList; in count() local
10 QGListIterator( const QGList & ); // OK, finds ::QGList. in count()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/lookup/
H A Dfriend11.C6 class QGList; variable
9 friend class QGList; in count() local
10 QGListIterator( const QGList & ); // OK, finds ::QGList. in count()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/lookup/
H A Dfriend11.C6 class QGList; variable
9 friend class QGList; in count() local
10 QGListIterator( const QGList & ); // OK, finds ::QGList. in count()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/lookup/
H A Dfriend11.C6 class QGList; variable
9 friend class QGList; in count() local
10 QGListIterator( const QGList & ); // OK, finds ::QGList. in count()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/lookup/
H A Dfriend11.C6 class QGList; variable
9 friend class QGList; in count() local
10 QGListIterator( const QGList & ); // OK, finds ::QGList. in count()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/lookup/
H A Dfriend11.C6 class QGList; variable
9 friend class QGList; in count() local
10 QGListIterator( const QGList & ); // OK, finds ::QGList. in count()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/lookup/
H A Dfriend11.C6 class QGList; variable
9 friend class QGList; in count() local
10 QGListIterator( const QGList & ); // OK, finds ::QGList. in count()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/lookup/
H A Dfriend11.C6 class QGList; variable
9 friend class QGList; in count() local
10 QGListIterator( const QGList & ); // OK, finds ::QGList. in count()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/lookup/
H A Dfriend11.C6 class QGList; variable
9 friend class QGList; in count() local
10 QGListIterator( const QGList & ); // OK, finds ::QGList. in count()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/lookup/
H A Dfriend11.C6 class QGList; variable
9 friend class QGList; in count() local
10 QGListIterator( const QGList & ); // OK, finds ::QGList. in count()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/lookup/
H A Dfriend11.C6 class QGList; variable
9 friend class QGList; in count() local
10 QGListIterator( const QGList & ); // OK, finds ::QGList. in count()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/lookup/
H A Dfriend11.C6 class QGList; variable
9 friend class QGList; in count() local
10 QGListIterator( const QGList & ); // OK, finds ::QGList. in count()

123