Home
last modified time | relevance | path

Searched refs:Q3GDict (Results 1 – 9 of 9) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/tools/
H A Dq3intdict.h58 : public Q3GDict in QT_MODULE()
62 Q3IntDict(int size=17) : Q3GDict(size,IntKey,0,0) {} in QT_MODULE()
66 { return (Q3IntDict<type>&)Q3GDict::operator=(d); } in QT_MODULE()
67 uint count() const { return Q3GDict::count(); } in QT_MODULE()
68 uint size() const { return Q3GDict::size(); } in QT_MODULE()
71 { Q3GDict::look_int(k,(Item)d,1); } in QT_MODULE()
73 { Q3GDict::look_int(k,(Item)d,2); } in QT_MODULE()
77 { return (type *)((Q3GDict*)this)->Q3GDict::look_int(k,0,0); } in QT_MODULE()
79 { return (type *)((Q3GDict*)this)->Q3GDict::look_int(k,0,0); } in QT_MODULE()
80 void clear() { Q3GDict::clear(); } in QT_MODULE()
[all …]
H A Dq3asciidict.h58 : public Q3GDict in QT_MODULE()
63 : Q3GDict(size,AsciiKey,caseSensitive,copyKeys) {} in QT_MODULE()
68 uint count() const { return Q3GDict::count(); } in QT_MODULE()
69 uint size() const { return Q3GDict::size(); } in QT_MODULE()
73 { Q3GDict::look_ascii(k,(Item)d,1); } in QT_MODULE()
75 { Q3GDict::look_ascii(k,(Item)d,2); } in QT_MODULE()
79 { return (type *)((Q3GDict*)this)->Q3GDict::look_ascii(k,0,0); } in QT_MODULE()
81 { return (type *)((Q3GDict*)this)->Q3GDict::look_ascii(k,0,0); } in QT_MODULE()
83 void clear() { Q3GDict::clear(); } in QT_MODULE()
84 void resize(uint n) { Q3GDict::resize(n); } in QT_MODULE()
[all …]
H A Dq3ptrdict.h58 : public Q3GDict in QT_MODULE()
62 Q3PtrDict(int size=17) : Q3GDict(size,PtrKey,0,0) {} in QT_MODULE()
66 { return (Q3PtrDict<type>&)Q3GDict::operator=(d); } in QT_MODULE()
67 uint count() const { return Q3GDict::count(); } in QT_MODULE()
68 uint size() const { return Q3GDict::size(); } in QT_MODULE()
71 { Q3GDict::look_ptr(k,(Item)d,1); } in QT_MODULE()
73 { Q3GDict::look_ptr(k,(Item)d,2); } in QT_MODULE()
77 { return (type *)((Q3GDict*)this)->Q3GDict::look_ptr(k,0,0); } in QT_MODULE()
79 { return (type *)((Q3GDict*)this)->Q3GDict::look_ptr(k,0,0); } in QT_MODULE()
80 void clear() { Q3GDict::clear(); } in QT_MODULE()
[all …]
H A Dq3dict.h58 : public Q3GDict in QT_MODULE()
63 : Q3GDict(size, StringKey, caseSensitive, false) { } in QT_MODULE()
64 Q3Dict(const Q3Dict<type> &d) : Q3GDict(d) { } in QT_MODULE()
67 { return (Q3Dict<type>&)Q3GDict::operator=(d); } in QT_MODULE()
69 uint size() const { return Q3GDict::size(); } in QT_MODULE()
73 { Q3GDict::look_string(k,(Item)d,1); } in QT_MODULE()
75 { Q3GDict::look_string(k,(Item)d,2); } in QT_MODULE()
79 { return (type *)((Q3GDict*)this)->Q3GDict::look_string(k,0,0); } in QT_MODULE()
81 { return (type *)((Q3GDict*)this)->Q3GDict::look_string(k,0,0); } in QT_MODULE()
83 void clear() { Q3GDict::clear(); } in QT_MODULE()
[all …]
H A Dq3gdict.cpp93 int Q3GDict::hashKeyString(const QString &key) in hashKeyString()
128 int Q3GDict::hashKeyAscii(const char *key) in hashKeyAscii()
204 Q3GDict::Q3GDict(uint len, KeyType kt, bool caseSensitive, bool copyKeys) in Q3GDict() function in Q3GDict
242 Q3GDict::Q3GDict(const Q3GDict & dict) in Q3GDict() function in Q3GDict
271 Q3GDict::~Q3GDict() in ~Q3GDict()
290 Q3GDict &Q3GDict::operator=(const Q3GDict &dict) in operator =()
471 void Q3GDict::resize(uint newsize) in resize()
746 Q3PtrCollection::Item Q3GDict::take_int(long key) in take_int()
775 void Q3GDict::clear() in clear()
845 void Q3GDict::statistics() const in statistics()
[all …]
H A Dq3gdict.h112 class Q_COMPAT_EXPORT Q3GDict : public Q3PtrCollection // generic dictionary class
129 Q3GDict( uint len, KeyType kt, bool cs, bool ck );
130 Q3GDict( const Q3GDict & );
131 ~Q3GDict();
133 Q3GDict &operator=( const Q3GDict & );
177 friend class Q3GDict; variable
179 Q3GDictIterator( const Q3GDict & );
197 Q3GDict *dict;
H A Dq3gcache.cpp194 class Q3CDict : public Q3GDict
198 : Q3GDict(size, (KeyType)kt, caseSensitive, copyKeys) {} in Q3CDict()
201 void clear() { Q3GDict::clear(); } in clear()
211 { return (Q3CacheItem*)Q3GDict::take_string(key); } in take_string()
213 { return (Q3CacheItem*)Q3GDict::take_ascii(key); } in take_ascii()
215 { return (Q3CacheItem*)Q3GDict::take_int(key); } in take_int()
218 { return Q3GDict::look_string(key,(Item)ci,1)!=0;} in insert_string()
220 { return Q3GDict::look_ascii(key,(Item)ci,1)!=0;} in insert_ascii()
222 { return Q3GDict::look_int(key,(Item)ci,1)!=0;} in insert_int()
229 { return Q3GDict::remove_int((quintptr)item->key,item);} in remove_int()
[all …]
H A Dq3ptrcollection.h55 class Q3GDict; variable
/dports/devel/include-what-you-use/include-what-you-use-clang_11/
H A Dqt4.imp165 { include: ["<q3gdict.h>", private, "<Q3GDict>", public ] },